Home
last modified time | relevance | path

Searched refs:arrayElement (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc2160 used to map (set, binding, arrayElement) tuples to implementation resources
2168 in a pipeline must: be declared with a (set, binding, arrayElement) that
5533 descriptorOffset {plus} (arrayElement {times} descriptorSize)#
5539 offset for the binding returned by this command, [eq]#arrayElement# is the
Dinterfaces.adoc1034 array, it is treated as if it has an arrayElement of zero.
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp783 uint32_t arrayElement = stream->getBe32(); in load() local
792 .dstArrayElement = arrayElement, in load()