/hardware/google/gfxstream/guest/vulkan_enc/ |
D | DescriptorSetVirtualization.cpp | 118 uint32_t dstBinding = write->dstBinding; in doEmulatedDescriptorWrite() local 129 assert(dstBinding < table.size()); in doEmulatedDescriptorWrite() 130 if (arrOffset >= table[dstBinding].size()) { in doEmulatedDescriptorWrite() 131 ++dstBinding; in doEmulatedDescriptorWrite() 135 auto& entry = table[dstBinding][arrOffset]; in doEmulatedDescriptorWrite() 145 assert(dstBinding < table.size()); in doEmulatedDescriptorWrite() 146 if (arrOffset >= table[dstBinding].size()) { in doEmulatedDescriptorWrite() 147 ++dstBinding; in doEmulatedDescriptorWrite() 151 auto& entry = table[dstBinding][arrOffset]; in doEmulatedDescriptorWrite() 161 assert(dstBinding < table.size()); in doEmulatedDescriptorWrite() [all …]
|
D | ResourceTracker.cpp | 276 bool descriptorBindingIsImmutableSampler(VkDescriptorSet dstSet, uint32_t dstBinding) { in descriptorBindingIsImmutableSampler() argument 277 return as_goldfish_VkDescriptorSet(dstSet)->reified->bindingIsImmutableSampler[dstBinding]; in descriptorBindingIsImmutableSampler() 5065 transformedWrites[i].dstSet, transformedWrites[i].dstBinding); in on_vkUpdateDescriptorSets() 6386 uint32_t dstBinding = entry.dstBinding; in on_vkUpdateDescriptorSetWithTemplate() local 6411 descType, dstBinding, dstArrayElement, descCount, currImageInfoBegin, reified); in on_vkUpdateDescriptorSetWithTemplate() 6437 descType, dstBinding, dstArrayElement, descCount, currBufferInfoBegin, reified); in on_vkUpdateDescriptorSetWithTemplate() 6455 descType, dstBinding, dstArrayElement, descCount, currBufferViewBegin, reified); in on_vkUpdateDescriptorSetWithTemplate() 6469 descType, dstBinding, dstArrayElement, descCount, in on_vkUpdateDescriptorSetWithTemplate()
|
D | goldfish_vk_marshaling_guest.cpp | 3283 vkStream->write((uint32_t*)&forMarshaling->dstBinding, sizeof(uint32_t)); in marshal_VkCopyDescriptorSet() 3306 vkStream->read((uint32_t*)&forUnmarshaling->dstBinding, sizeof(uint32_t)); in unmarshal_VkCopyDescriptorSet() 3559 vkStream->write((uint32_t*)&forMarshaling->dstBinding, sizeof(uint32_t)); in marshal_VkWriteDescriptorSet() 3630 vkStream->read((uint32_t*)&forUnmarshaling->dstBinding, sizeof(uint32_t)); in unmarshal_VkWriteDescriptorSet() 5817 vkStream->write((uint32_t*)&forMarshaling->dstBinding, sizeof(uint32_t)); in marshal_VkDescriptorUpdateTemplateEntry() 5831 vkStream->read((uint32_t*)&forUnmarshaling->dstBinding, sizeof(uint32_t)); in unmarshal_VkDescriptorUpdateTemplateEntry()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2410 memcpy(*ptr, (uint32_t*)&forMarshaling->dstBinding, sizeof(uint32_t)); in reservedmarshal_VkCopyDescriptorSet() 2587 memcpy(*ptr, (uint32_t*)&forMarshaling->dstBinding, sizeof(uint32_t)); in reservedmarshal_VkWriteDescriptorSet() 4005 memcpy(*ptr, (uint32_t*)&forMarshaling->dstBinding, sizeof(uint32_t)); in reservedmarshal_VkDescriptorUpdateTemplateEntry()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_descriptor_update_template.c | 69 .binding = pEntry->dstBinding, in vk_common_CreateDescriptorUpdateTemplate()
|
D | vk_meta_blit_resolve.c | 531 .dstBinding = BLIT_DESC_BINDING_SAMPLER, in do_blit() 575 .dstBinding = aspect_to_tex_binding(aspect), in do_blit()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 3225 pname:dstBinding with pname:descriptorType, the pname:sampler member of 3319 * pname:dstBinding is the descriptor binding within that set. 3323 pname:dstBinding has a descriptor type of 3330 pname:dstBinding has a descriptor type of 3354 pname:dstBinding is not equal to ename:VK_DESCRIPTOR_TYPE_MUTABLE_EXT, 3361 sname:VkDescriptorSetLayoutBinding for pname:dstSet at pname:dstBinding. 3421 If the pname:dstBinding has fewer than pname:descriptorCount array elements 3423 used to update the subsequent binding - [eq]#pname:dstBinding+1# starting at 3448 pname:dstBinding has a smaller byte size than the sum of 3450 used to update the subsequent binding - [eq]#pname:dstBinding+1# starting at [all …]
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | CompressedImageInfo.cpp | 708 .dstBinding = 0, in initializeDecompressionPipeline() 715 .dstBinding = 1, in initializeDecompressionPipeline()
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 136 .dstBinding = 0, in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 752 .dstBinding = 0, in TEST_P() 973 .dstBinding = 0, in TEST_P() 1145 .dstBinding = 0, in TEST_P()
|
D | GfxstreamEnd2EndVkTests.cpp | 848 .dstBinding = 0, in TEST_P()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 507 .dstBinding = 1, in setUpDescriptorSets() 1397 .dstBinding = 0, in updateDescriptorSetsIfChanged()
|
D | VkDecoderGlobalState.cpp | 791 .dstBinding = binding, in load() 3102 uint32_t dstBinding = descriptorWrite.dstBinding; in on_vkUpdateDescriptorSetsImpl() local 3113 if (arrOffset >= table[dstBinding].size()) { in on_vkUpdateDescriptorSetsImpl() 3114 ++dstBinding; in on_vkUpdateDescriptorSetsImpl() 3117 auto& entry = table[dstBinding][arrOffset]; in on_vkUpdateDescriptorSetsImpl() 3140 if (arrOffset >= table[dstBinding].size()) { in on_vkUpdateDescriptorSetsImpl() 3141 ++dstBinding; in on_vkUpdateDescriptorSetsImpl() 3144 auto& entry = table[dstBinding][arrOffset]; in on_vkUpdateDescriptorSetsImpl() 3158 if (arrOffset >= table[dstBinding].size()) { in on_vkUpdateDescriptorSetsImpl() 3159 ++dstBinding; in on_vkUpdateDescriptorSetsImpl() [all …]
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 1110 dstBinding = printer.write_int("dstBinding", 4, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1204 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.dstBinding ); in operator ()() 6910 VULKAN_HPP_HASH_COMBINE( seed, writeDescriptorSet.dstBinding ); in operator ()()
|
D | vulkan_hash.hpp | 2297 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.dstBinding ); in operator ()() 3078 VULKAN_HPP_HASH_COMBINE( seed, descriptorUpdateTemplateEntry.dstBinding ); in operator ()() 14603 VULKAN_HPP_HASH_COMBINE( seed, writeDescriptorSet.dstBinding ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3715 vkStream->write((uint32_t*)&forMarshaling->dstBinding, sizeof(uint32_t)); in marshal_VkCopyDescriptorSet() 3750 vkStream->read((uint32_t*)&forUnmarshaling->dstBinding, sizeof(uint32_t)); in unmarshal_VkCopyDescriptorSet() 4040 vkStream->write((uint32_t*)&forMarshaling->dstBinding, sizeof(uint32_t)); in marshal_VkWriteDescriptorSet() 4123 vkStream->read((uint32_t*)&forUnmarshaling->dstBinding, sizeof(uint32_t)); in unmarshal_VkWriteDescriptorSet() 6969 vkStream->write((uint32_t*)&forMarshaling->dstBinding, sizeof(uint32_t)); in marshal_VkDescriptorUpdateTemplateEntry() 6982 vkStream->read((uint32_t*)&forUnmarshaling->dstBinding, sizeof(uint32_t)); in unmarshal_VkDescriptorUpdateTemplateEntry()
|
D | goldfish_vk_reserved_marshaling.cpp | 2819 memcpy((uint32_t*)&forUnmarshaling->dstBinding, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkCopyDescriptorSet() 3055 memcpy((uint32_t*)&forUnmarshaling->dstBinding, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkWriteDescriptorSet() 5272 memcpy((uint32_t*)&forUnmarshaling->dstBinding, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkDescriptorUpdateTemplateEntry()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3700 uint32_t dstBinding; member 3759 uint32_t dstBinding; member 5434 uint32_t dstBinding; member
|