Home
last modified time | relevance | path

Searched refs:resultImageInfo (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageAstcDecodeModeTests.cpp130 const VkImageCreateInfo resultImageInfo = in iterate() local
155 Image resultImage (vk, device, allocator, resultImageInfo, MemoryRequirement::Any); in iterate()
183 …mageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, resultImageInfo.extent.depth, 0u, resultImageI… in iterate()
193 .addType(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, resultImageInfo.arrayLayers) in iterate()
194 ….build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, resultImageInfo.arrayLayers); in iterate()
342 resultImageInfo.extent, // VkExtent3D imageExtent; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryTraversalControlTests.cpp114 const VkDescriptorImageInfo& resultImageInfo) = 0;
241 const VkDescriptorImageInfo& resultImageInfo) override;
543 const VkDescriptorImageInfo& resultImageInfo) in fillCommandBuffer() argument
549 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in fillCommandBuffer()
714 const VkDescriptorImageInfo& resultImageInfo) override;
786 const VkDescriptorImageInfo& resultImageInfo) in fillCommandBuffer() argument
792 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in fillCommandBuffer()
899 const VkDescriptorImageInfo& resultImageInfo) override;
1002 const VkDescriptorImageInfo& resultImageInfo) in fillCommandBuffer() argument
1061 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in fillCommandBuffer()
[all …]
DvktRayQueryCullRayFlagsTests.cpp152 const VkDescriptorImageInfo& resultImageInfo) = 0;
322 const VkDescriptorImageInfo& resultImageInfo) override;
625 const VkDescriptorImageInfo& resultImageInfo) in fillCommandBuffer() argument
631 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in fillCommandBuffer()
759 const VkDescriptorImageInfo& resultImageInfo) override;
832 const VkDescriptorImageInfo& resultImageInfo) in fillCommandBuffer() argument
838 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in fillCommandBuffer()
918 const VkDescriptorImageInfo& resultImageInfo) override;
1022 const VkDescriptorImageInfo& resultImageInfo) in fillCommandBuffer() argument
1084 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in fillCommandBuffer()
[all …]
DvktRayQueryWatertightnessTests.cpp100 const VkDescriptorImageInfo& resultImageInfo) = 0;
353 const VkDescriptorImageInfo& resultImageInfo) override;
895 const VkDescriptorImageInfo& resultImageInfo) in fillCommandBuffer() argument
909 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in fillCommandBuffer()
941 const VkDescriptorImageInfo& resultImageInfo) override;
1037 const VkDescriptorImageInfo& resultImageInfo) in fillCommandBuffer() argument
1050 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in fillCommandBuffer()
1078 const VkDescriptorImageInfo& resultImageInfo) override;
1464 const VkDescriptorImageInfo& resultImageInfo) in fillCommandBuffer() argument
1498 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in fillCommandBuffer()
[all …]
DvktRayQueryAccelerationStructuresTests.cpp155 const VkDescriptorImageInfo& resultImageInfo) = 0;
337 const VkDescriptorImageInfo& resultImageInfo) override;
637 const VkDescriptorImageInfo& resultImageInfo) in fillCommandBuffer() argument
643 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in fillCommandBuffer()
774 const VkDescriptorImageInfo& resultImageInfo) override;
844 const VkDescriptorImageInfo& resultImageInfo) in fillCommandBuffer() argument
850 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in fillCommandBuffer()
919 const VkDescriptorImageInfo& resultImageInfo) override;
1020 const VkDescriptorImageInfo& resultImageInfo) in fillCommandBuffer() argument
1082 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in fillCommandBuffer()
[all …]
DvktRayQueryBuiltinTests.cpp141 const VkDescriptorImageInfo& resultImageInfo) = 0;
394 const VkDescriptorImageInfo& resultImageInfo) override;
975 const VkDescriptorImageInfo& resultImageInfo) in fillCommandBuffer() argument
989 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in fillCommandBuffer()
1021 const VkDescriptorImageInfo& resultImageInfo) override;
1117 const VkDescriptorImageInfo& resultImageInfo) in fillCommandBuffer() argument
1130 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in fillCommandBuffer()
1158 const VkDescriptorImageInfo& resultImageInfo) override;
1544 const VkDescriptorImageInfo& resultImageInfo) in fillCommandBuffer() argument
1578 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in fillCommandBuffer()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp427 …const VkDescriptorImageInfo resultImageInfo = makeDescriptorImageInfo(DE_NULL, *imageV… in iterate() local
447 …criptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &resultImageInfo) in iterate()