/hardware/google/gfxstream/guest/vulkan_enc/ |
D | DescriptorSetVirtualization.cpp | 77 (binding.descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER || in initializeReifiedDescriptorSet() 78 binding.descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER) && in initializeReifiedDescriptorSet() 117 VkDescriptorType descType = write->descriptorType; in doEmulatedDescriptorWrite() 138 entry.descriptorType = descType; in doEmulatedDescriptorWrite() 154 entry.descriptorType = descType; in doEmulatedDescriptorWrite() 170 entry.descriptorType = descType; in doEmulatedDescriptorWrite() 194 entry.descriptorType = descType; in doEmulatedDescriptorWrite() 263 entry.descriptorType = descType; in doEmulatedDescriptorImageInfoWriteFromTemplate() 288 entry.descriptorType = descType; in doEmulatedDescriptorBufferInfoWriteFromTemplate() 313 entry.descriptorType = descType; in doEmulatedDescriptorBufferViewWriteFromTemplate() [all …]
|
D | DescriptorSetVirtualization.h | 38 VkDescriptorType descriptorType; member
|
D | goldfish_vk_counting_guest.cpp | 1918 ((VK_DESCRIPTOR_TYPE_SAMPLER == toCount->descriptorType) || in count_VkWriteDescriptorSet() 1919 (VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER == toCount->descriptorType) || in count_VkWriteDescriptorSet() 1920 (VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE == toCount->descriptorType) || in count_VkWriteDescriptorSet() 1921 (VK_DESCRIPTOR_TYPE_STORAGE_IMAGE == toCount->descriptorType) || in count_VkWriteDescriptorSet() 1922 (VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT == toCount->descriptorType)))) { in count_VkWriteDescriptorSet() 1936 ((VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == toCount->descriptorType) || in count_VkWriteDescriptorSet() 1937 (VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC == toCount->descriptorType) || in count_VkWriteDescriptorSet() 1938 (VK_DESCRIPTOR_TYPE_STORAGE_BUFFER == toCount->descriptorType) || in count_VkWriteDescriptorSet() 1939 (VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC == toCount->descriptorType)))) { in count_VkWriteDescriptorSet() 1953 ((VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER == toCount->descriptorType) || in count_VkWriteDescriptorSet() [all …]
|
D | goldfish_vk_marshaling_guest.cpp | 3462 vkStream->write((VkDescriptorType*)&forMarshaling->descriptorType, sizeof(VkDescriptorType)); in marshal_VkDescriptorSetLayoutBinding() 3483 vkStream->read((VkDescriptorType*)&forUnmarshaling->descriptorType, sizeof(VkDescriptorType)); in unmarshal_VkDescriptorSetLayoutBinding() 3562 vkStream->write((VkDescriptorType*)&forMarshaling->descriptorType, sizeof(VkDescriptorType)); in marshal_VkWriteDescriptorSet() 3568 ((VK_DESCRIPTOR_TYPE_SAMPLER == forMarshaling->descriptorType) || in marshal_VkWriteDescriptorSet() 3569 (VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER == forMarshaling->descriptorType) || in marshal_VkWriteDescriptorSet() 3570 (VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE == forMarshaling->descriptorType) || in marshal_VkWriteDescriptorSet() 3571 (VK_DESCRIPTOR_TYPE_STORAGE_IMAGE == forMarshaling->descriptorType) || in marshal_VkWriteDescriptorSet() 3572 (VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT == forMarshaling->descriptorType)))) { in marshal_VkWriteDescriptorSet() 3587 ((VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == forMarshaling->descriptorType) || in marshal_VkWriteDescriptorSet() 3588 (VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC == forMarshaling->descriptorType) || in marshal_VkWriteDescriptorSet() [all …]
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2524 memcpy(*ptr, (VkDescriptorType*)&forMarshaling->descriptorType, sizeof(VkDescriptorType)); in reservedmarshal_VkDescriptorSetLayoutBinding() 2593 memcpy(*ptr, (VkDescriptorType*)&forMarshaling->descriptorType, sizeof(VkDescriptorType)); in reservedmarshal_VkWriteDescriptorSet() 2602 ((VK_DESCRIPTOR_TYPE_SAMPLER == forMarshaling->descriptorType) || in reservedmarshal_VkWriteDescriptorSet() 2603 (VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER == forMarshaling->descriptorType) || in reservedmarshal_VkWriteDescriptorSet() 2604 (VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE == forMarshaling->descriptorType) || in reservedmarshal_VkWriteDescriptorSet() 2605 (VK_DESCRIPTOR_TYPE_STORAGE_IMAGE == forMarshaling->descriptorType) || in reservedmarshal_VkWriteDescriptorSet() 2606 (VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT == forMarshaling->descriptorType)))) { in reservedmarshal_VkWriteDescriptorSet() 2621 ((VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == forMarshaling->descriptorType) || in reservedmarshal_VkWriteDescriptorSet() 2622 (VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC == forMarshaling->descriptorType) || in reservedmarshal_VkWriteDescriptorSet() 2623 (VK_DESCRIPTOR_TYPE_STORAGE_BUFFER == forMarshaling->descriptorType) || in reservedmarshal_VkWriteDescriptorSet() [all …]
|
D | ResourceTracker.cpp | 896 write.descriptorType, in commitDescriptorSetUpdates() 5035 if (!isDescriptorTypeImageInfo(transformedWrites[i].descriptorType)) continue; in on_vkUpdateDescriptorSets() 5045 if (!isDescriptorTypeImageInfo(transformedWrites[i].descriptorType)) continue; in on_vkUpdateDescriptorSets() 5061 if (!isDescriptorTypeImageInfo(transformedWrites[i].descriptorType)) continue; in on_vkUpdateDescriptorSets() 6227 VkDescriptorType descType = entry.descriptorType; in initDescriptorUpdateTemplateBuffers() 6279 VkDescriptorType descType = entry.descriptorType; in initDescriptorUpdateTemplateBuffers() 6385 VkDescriptorType descType = entry.descriptorType; in on_vkUpdateDescriptorSetWithTemplate()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 606 elements of pname:pBindings must: not have a pname:descriptorType of 613 elements of pname:pBindings must: not have a pname:descriptorType of 630 pname:pBindings must: not have a pname:descriptorType of 639 * [[VUID-VkDescriptorSetLayoutCreateInfo-descriptorType-03001]] 641 bit set, then all bindings must: not have pname:descriptorType of 654 If any element pname:pBindings[i] has a pname:descriptorType of 659 * [[VUID-VkDescriptorSetLayoutCreateInfo-descriptorType-04594]] 660 If a binding has a pname:descriptorType value of 666 is not enabled, pname:pBindings must: not contain a pname:descriptorType 680 that have pname:descriptorType of ename:VK_DESCRIPTOR_TYPE_SAMPLER or [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_descriptor_update_template.c | 68 .type = pEntry->descriptorType, in vk_common_CreateDescriptorUpdateTemplate()
|
D | vk_meta_blit_resolve.c | 343 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLER, in get_blit_pipeline_layout() 348 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, in get_blit_pipeline_layout() 353 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, in get_blit_pipeline_layout() 358 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, in get_blit_pipeline_layout() 532 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLER, in do_blit() 576 .descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, in do_blit()
|
D | vk_cmd_enqueue.c | 128 switch (entry->descriptorType) { in push_descriptors_set_free() 189 switch (pds->descriptor_writes[i].descriptorType) { in vk_cmd_enqueue_CmdPushDescriptorSetKHR()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | GpuDecompressionPipeline.cpp | 259 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, in getDescriptorSetLayout() 265 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, in getDescriptorSetLayout()
|
D | CompressedImageInfo.cpp | 710 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, in initializeDecompressionPipeline() 717 .descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, in initializeDecompressionPipeline()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkTests.cpp | 521 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in AllocateDescriptorBundle() 799 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P() 805 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P() 811 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P() 817 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P() 851 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P()
|
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 164 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in createPipeline() 754 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P() 975 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P() 1147 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P()
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 93 .descriptorType = vkhpp::DescriptorType::eCombinedImageSampler, in CanHandlePrecisionQualifierWithYuvSampler() 139 .descriptorType = vkhpp::DescriptorType::eCombinedImageSampler, in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderInternalStructs.h | 348 VkDescriptorType descriptorType; member
|
D | CompositorVk.cpp | 302 .descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, in setUpGraphicsPipeline() 309 .descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, in setUpGraphicsPipeline() 510 .descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, in setUpDescriptorSets() 1400 .descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, in updateDescriptorSetsIfChanged()
|
D | VkDecoderGlobalState.cpp | 599 descriptorDependencyObjectCount(entry.descriptorType); in save() 624 stream->putBe32(entry.descriptorType); in save() 630 descriptorTypeContainsImage(entry.descriptorType) in save() 635 descriptorTypeContainsSampler(entry.descriptorType) in save() 786 VkDescriptorType descriptorType = in load() local 794 .descriptorType = descriptorType, in load() 802 imageInfo.imageView = descriptorTypeContainsImage(descriptorType) in load() 805 imageInfo.sampler = descriptorTypeContainsSampler(descriptorType) in load() 2993 write.descriptorType = dslBinding.descriptorType; in initDescriptorSetInfoLocked() 3101 VkDescriptorType descType = descriptorWrite.descriptorType; in on_vkUpdateDescriptorSetsImpl() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_descriptor_buffer.adoc | 268 When this flag is used, this set layout can only contain descriptor bindings with a `descriptorType… 784 VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, // descriptorType 791 VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, // descriptorType 802 VK_DESCRIPTOR_TYPE_SAMPLER, // descriptorType 809 VK_DESCRIPTOR_TYPE_SAMPLER, // descriptorType 821 VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, // descriptorType 833 VK_DESCRIPTOR_TYPE_SAMPLER, // descriptorType 840 VK_DESCRIPTOR_TYPE_SAMPLER, // descriptorType
|
D | VK_EXT_mutable_descriptor_type.adoc | 207 .descriptorType = VK_DESCRIPTOR_TYPE_MUTABLE_EXT,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_cuda_kernel_launch/ |
D | dispatch.adoc | 180 imageViewHandleInfo.descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE;
|
/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_device.cpp | 721 if (vk_descriptor_type_has_descriptor_buffer(srcDescriptorSet.descriptorType) && in transformDescriptorSetList()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3934 vkStream->write((VkDescriptorType*)&forMarshaling->descriptorType, sizeof(VkDescriptorType)); in marshal_VkDescriptorSetLayoutBinding() 3955 vkStream->read((VkDescriptorType*)&forUnmarshaling->descriptorType, sizeof(VkDescriptorType)); in unmarshal_VkDescriptorSetLayoutBinding() 4043 vkStream->write((VkDescriptorType*)&forMarshaling->descriptorType, sizeof(VkDescriptorType)); in marshal_VkWriteDescriptorSet() 4049 ((VK_DESCRIPTOR_TYPE_SAMPLER == forMarshaling->descriptorType) || in marshal_VkWriteDescriptorSet() 4050 (VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER == forMarshaling->descriptorType) || in marshal_VkWriteDescriptorSet() 4051 (VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE == forMarshaling->descriptorType) || in marshal_VkWriteDescriptorSet() 4052 (VK_DESCRIPTOR_TYPE_STORAGE_IMAGE == forMarshaling->descriptorType) || in marshal_VkWriteDescriptorSet() 4053 (VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT == forMarshaling->descriptorType)))) { in marshal_VkWriteDescriptorSet() 4068 ((VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == forMarshaling->descriptorType) || in marshal_VkWriteDescriptorSet() 4069 (VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC == forMarshaling->descriptorType) || in marshal_VkWriteDescriptorSet() [all …]
|
D | goldfish_vk_reserved_marshaling.cpp | 2959 memcpy((VkDescriptorType*)&forUnmarshaling->descriptorType, *ptr, sizeof(VkDescriptorType)); in reservedunmarshal_VkDescriptorSetLayoutBinding() 3061 memcpy((VkDescriptorType*)&forUnmarshaling->descriptorType, *ptr, sizeof(VkDescriptorType)); in reservedunmarshal_VkWriteDescriptorSet() 3069 ((VK_DESCRIPTOR_TYPE_SAMPLER == forUnmarshaling->descriptorType) || in reservedunmarshal_VkWriteDescriptorSet() 3070 (VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER == forUnmarshaling->descriptorType) || in reservedunmarshal_VkWriteDescriptorSet() 3071 (VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE == forUnmarshaling->descriptorType) || in reservedunmarshal_VkWriteDescriptorSet() 3072 (VK_DESCRIPTOR_TYPE_STORAGE_IMAGE == forUnmarshaling->descriptorType) || in reservedunmarshal_VkWriteDescriptorSet() 3073 (VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT == forUnmarshaling->descriptorType)))) { in reservedunmarshal_VkWriteDescriptorSet() 3091 ((VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == forUnmarshaling->descriptorType) || in reservedunmarshal_VkWriteDescriptorSet() 3092 (VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC == forUnmarshaling->descriptorType) || in reservedunmarshal_VkWriteDescriptorSet() 3093 (VK_DESCRIPTOR_TYPE_STORAGE_BUFFER == forUnmarshaling->descriptorType) || in reservedunmarshal_VkWriteDescriptorSet() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1482 binding[0].descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in setup_swapchain_data_pipeline() 1682 write_desc[0].descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in setup_swapchain_data_pipeline()
|