Home
last modified time | relevance | path

Searched refs:arrOffset (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp124 uint32_t arrOffset = dstArrayElement; in doEmulatedDescriptorWrite() local
130 if (arrOffset >= table[dstBinding].size()) { in doEmulatedDescriptorWrite()
132 arrOffset = 0; in doEmulatedDescriptorWrite()
135 auto& entry = table[dstBinding][arrOffset]; in doEmulatedDescriptorWrite()
140 ++arrOffset; in doEmulatedDescriptorWrite()
146 if (arrOffset >= table[dstBinding].size()) { in doEmulatedDescriptorWrite()
148 arrOffset = 0; in doEmulatedDescriptorWrite()
151 auto& entry = table[dstBinding][arrOffset]; in doEmulatedDescriptorWrite()
156 ++arrOffset; in doEmulatedDescriptorWrite()
162 if (arrOffset >= table[dstBinding].size()) { in doEmulatedDescriptorWrite()
[all …]
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp3106 uint32_t arrOffset = dstArrayElement; in on_vkUpdateDescriptorSetsImpl() local
3110 ++writeElemIdx, ++arrOffset) { in on_vkUpdateDescriptorSetsImpl()
3113 if (arrOffset >= table[dstBinding].size()) { in on_vkUpdateDescriptorSetsImpl()
3115 arrOffset = 0; in on_vkUpdateDescriptorSetsImpl()
3117 auto& entry = table[dstBinding][arrOffset]; in on_vkUpdateDescriptorSetsImpl()
3139 ++writeElemIdx, ++arrOffset) { in on_vkUpdateDescriptorSetsImpl()
3140 if (arrOffset >= table[dstBinding].size()) { in on_vkUpdateDescriptorSetsImpl()
3142 arrOffset = 0; in on_vkUpdateDescriptorSetsImpl()
3144 auto& entry = table[dstBinding][arrOffset]; in on_vkUpdateDescriptorSetsImpl()
3157 ++writeElemIdx, ++arrOffset) { in on_vkUpdateDescriptorSetsImpl()
[all …]