Home
last modified time | relevance | path

Searched refs:m_descriptorPool (Results 1 – 25 of 45) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp361 Move<VkDescriptorPool> m_descriptorPool; member in vkt::image::__anond721d1580111::ImageSizeTestInstance
390 m_descriptorPool = DescriptorPoolBuilder() in prepareDescriptors()
395 m_descriptorSet = makeDescriptorSet(vk, device, *m_descriptorPool, *m_descriptorSetLayout); in prepareDescriptors()
437 Move<VkDescriptorPool> m_descriptorPool; member in vkt::image::__anond721d1580111::BufferSizeTestInstance
467 m_descriptorPool = DescriptorPoolBuilder() in prepareDescriptors()
472 m_descriptorSet = makeDescriptorSet(vk, device, *m_descriptorPool, *m_descriptorSetLayout); in prepareDescriptors()
DvktImageLoadStoreTests.cpp811 Move<VkDescriptorPool> m_descriptorPool; member in vkt::image::__anon60ece1ea0111::ImageStoreTestInstance
872 m_descriptorPool = DescriptorPoolBuilder() in prepareDescriptors()
881 …m_allDescriptorSets[layerNdx] = makeVkSharedPtr(makeDescriptorSet(vk, device, *m_descriptorPool, *… in prepareDescriptors()
889 …m_allDescriptorSets[0] = makeVkSharedPtr(makeDescriptorSet(vk, device, *m_descriptorPool, *m_descr… in prepareDescriptors()
966 Move<VkDescriptorPool> m_descriptorPool; member in vkt::image::__anon60ece1ea0111::BufferStoreTestInstance
989 m_descriptorPool = DescriptorPoolBuilder() in prepareDescriptors()
993 m_descriptorSet = makeDescriptorSet(vk, device, *m_descriptorPool, *m_descriptorSetLayout); in prepareDescriptors()
1359 Move<VkDescriptorPool> m_descriptorPool; member in vkt::image::__anon60ece1ea0111::ImageLoadStoreTestInstance
1405 m_descriptorPool = DescriptorPoolBuilder() in prepareDescriptors()
1417 …m_allDescriptorSets[layerNdx] = makeVkSharedPtr(makeDescriptorSet(vk, device, *m_descriptorPool, *… in prepareDescriptors()
[all …]
DvktImageQualifiersTests.cpp349 Move<VkDescriptorPool> m_descriptorPool; member in vkt::image::__anonb0434cb20111::MemoryQualifierInstanceBase
544 m_descriptorPool = in prepareDescriptors()
556 …m_descriptorSet = makeDescriptorSet(deviceInterface, device, *m_descriptorPool, *m_descriptorSetLa… in prepareDescriptors()
657 m_descriptorPool = in prepareDescriptors()
669 …m_descriptorSet = makeDescriptorSet(deviceInterface, device, *m_descriptorPool, *m_descriptorSetLa… in prepareDescriptors()
DvktImageAtomicOperationTests.cpp957 Move<VkDescriptorPool> m_descriptorPool; member in vkt::image::__anon1172ee4b0111::BinaryAtomicInstanceBase
1351 m_descriptorPool = in prepareDescriptors()
1356 …m_descriptorSet = makeDescriptorSet(deviceInterface, device, *m_descriptorPool, *m_descriptorSetLa… in prepareDescriptors()
1655 m_descriptorPool = in prepareDescriptors()
1660 …m_descriptorSet = makeDescriptorSet(deviceInterface, device, *m_descriptorPool, *m_descriptorSetLa… in prepareDescriptors()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp219 Move<VkDescriptorPool> m_descriptorPool; member in vkt::geometry::__anon6b547f340111::VaryingOutputCountTestInstance
259 m_descriptorPool = DescriptorPoolBuilder() in createPipelineLayout()
262 m_descriptorSet = makeDescriptorSet(vk, device, *m_descriptorPool, *m_descriptorSetLayout); in createPipelineLayout()
320 m_descriptorPool = DescriptorPoolBuilder() in createPipelineLayout()
323 m_descriptorSet = makeDescriptorSet(vk, device, *m_descriptorPool, *m_descriptorSetLayout); in createPipelineLayout()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryWatertightnessTests.cpp357 Move<VkDescriptorPool> m_descriptorPool; member in vkt::RayQuery::__anon020ab6760111::GraphicsConfiguration
384 , m_descriptorPool () in GraphicsConfiguration()
875 m_descriptorPool = DescriptorPoolBuilder() in initConfiguration()
879 m_descriptorSet = makeDescriptorSet (vkd, device, *m_descriptorPool, *m_descriptorSetLayout); in initConfiguration()
945 Move<VkDescriptorPool> m_descriptorPool; member in vkt::RayQuery::__anon020ab6760111::ComputeConfiguration
957 , m_descriptorPool () in ComputeConfiguration()
1023 m_descriptorPool = DescriptorPoolBuilder() in initConfiguration()
1027 m_descriptorSet = makeDescriptorSet(vkd, device, *m_descriptorPool, *m_descriptorSetLayout); in initConfiguration()
1099 Move<VkDescriptorPool> m_descriptorPool; member in vkt::RayQuery::__anon020ab6760111::RayTracingConfiguration
1129 , m_descriptorPool () in RayTracingConfiguration()
[all …]
DvktRayQueryBuiltinTests.cpp398 Move<VkDescriptorPool> m_descriptorPool; member in vkt::RayQuery::__anone6f802710111::GraphicsConfiguration
425 , m_descriptorPool() in GraphicsConfiguration()
955 m_descriptorPool = DescriptorPoolBuilder() in initConfiguration()
959 m_descriptorSet = makeDescriptorSet(vkd, device, *m_descriptorPool, *m_descriptorSetLayout); in initConfiguration()
1025 Move<VkDescriptorPool> m_descriptorPool; member in vkt::RayQuery::__anone6f802710111::ComputeConfiguration
1037 , m_descriptorPool() in ComputeConfiguration()
1103 m_descriptorPool = DescriptorPoolBuilder() in initConfiguration()
1107 m_descriptorSet = makeDescriptorSet(vkd, device, *m_descriptorPool, *m_descriptorSetLayout); in initConfiguration()
1179 Move<VkDescriptorPool> m_descriptorPool; member in vkt::RayQuery::__anone6f802710111::RayTracingConfiguration
1209 , m_descriptorPool() in RayTracingConfiguration()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp100 Move<VkDescriptorPool> m_descriptorPool; member in vkt::api::__anonb7ffbfd20111::BufferViewTestInstance
299 m_descriptorPool = createDescriptorPool(vk, vkDevice, &descriptorPoolParams); in BufferViewTestInstance()
306 *m_descriptorPool, in BufferViewTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDynamicOffsetTests.cpp160 Move<VkDescriptorPool> m_descriptorPool; member in vkt::pipeline::__anon97f3d9af0111::DynamicOffsetGraphicsTestInstance
444m_descriptorPool = poolBuilder.build(vk, vkDevice, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_B… in init()
455 *m_descriptorPool, // VkDescriptorPool descriptorPool; in init()
850 Move<VkDescriptorPool> m_descriptorPool; member in vkt::pipeline::__anon97f3d9af0111::DynamicOffsetComputeTestInstance
1029m_descriptorPool = poolBuilder.build(vk, vkDevice, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_B… in init()
1040 *m_descriptorPool, // VkDescriptorPool descriptorPool; in init()
DvktPipelineImageSamplingInstance.hpp142 vk::Move<vk::VkDescriptorPool> m_descriptorPool; member in vkt::pipeline::ImageSamplingInstance
DvktPipelinePushConstantTests.cpp251 Move<VkDescriptorPool> m_descriptorPool; member in vkt::pipeline::__anoncc84dc6d0111::PushConstantGraphicsTestInstance
376m_descriptorPool = DescriptorPoolBuilder().addType(VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 1u).build(vk… in init()
404 *m_descriptorPool, // VkDescriptorPool descriptorPool; in init()
1705 Move<VkDescriptorPool> m_descriptorPool; member in vkt::pipeline::__anoncc84dc6d0111::PushConstantComputeTestInstance
1788m_descriptorPool = DescriptorPoolBuilder().addType(VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, 1u).build(vk… in PushConstantComputeTestInstance()
1813 *m_descriptorPool, // VkDescriptorPool descriptorPool; in PushConstantComputeTestInstance()
1998 Move<VkDescriptorPool> m_descriptorPool; member in vkt::pipeline::__anoncc84dc6d0111::PushConstantLifetimeTestInstance
2181m_descriptorPool = DescriptorPoolBuilder().addType(VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, 1u).build(vk… in init()
2206 *m_descriptorPool, // VkDescriptorPool descriptorPool; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1700 m_descriptorPool = DescriptorPoolBuilder() in BufferImplementation()
1705 m_descriptorSet = makeDescriptorSet(vk, device, *m_descriptorPool, *m_descriptorSetLayout); in BufferImplementation()
1803 Move<VkDescriptorPool> m_descriptorPool; member in vkt::synchronization::__anonff856c190111::ShaderAccess::BufferImplementation
1884 m_descriptorPool = DescriptorPoolBuilder() in ImageImplementation()
1889 m_descriptorSet = makeDescriptorSet(vk, device, *m_descriptorPool, *m_descriptorSetLayout); in ImageImplementation()
2059 Move<VkDescriptorPool> m_descriptorPool; member in vkt::synchronization::__anonff856c190111::ShaderAccess::ImageImplementation
2429 m_descriptorPool = DescriptorPoolBuilder() in BufferCopyImplementation()
2434 m_descriptorSet = makeDescriptorSet(vk, device, *m_descriptorPool, *m_descriptorSetLayout); in BufferCopyImplementation()
2496 Move<VkDescriptorPool> m_descriptorPool; member in vkt::synchronization::__anonff856c190111::ShaderAccess::BufferCopyImplementation
2628 m_descriptorPool = DescriptorPoolBuilder() in CopyImageImplementation()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp272 Move<VkDescriptorPool> m_descriptorPool; member in vkt::renderpass::__anon7ad531c20111::UnusedAttachmentTestInstance
689 m_descriptorPool = createDescriptorPool(vk, vkDevice, &descriptorPoolCreateInfo); in UnusedAttachmentTestInstance()
695 *m_descriptorPool, // VkDescriptorPool descriptorPool in UnusedAttachmentTestInstance()
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp165 Move<VkDescriptorPool> m_descriptorPool; member in vkt::renderpass::__anon89f38d150111::InputAttachmentSparseFillingTestInstance
447 m_descriptorPool = DescriptorPoolBuilder() in InputAttachmentSparseFillingTestInstance()
456 *m_descriptorPool, // VkDescriptorPool descriptorPool in InputAttachmentSparseFillingTestInstance()
DvktRenderPassLoadStoreOpNoneTests.cpp377 Move<VkDescriptorPool> m_descriptorPool; member in vkt::renderpass::__anonf64035a10111::LoadStoreOpNoneTestInstance
832 m_descriptorPool = createDescriptorPool(vk, vkDevice, &descriptorPoolCreateInfo); in iterate()
927 *m_descriptorPool, // VkDescriptorPool descriptorPool in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp453 vk::Move<vk::VkDescriptorPool> m_descriptorPool; member in vkt::compute::__anon3631d6300111::IndirectDispatchInstanceBufferGenerate
479 m_descriptorPool = vk::DescriptorPoolBuilder() in fillIndirectBufferData()
484 …m_descriptorSet = makeDescriptorSet(m_device_interface, m_device, *m_descriptorPool, *m_descriptor… in fillIndirectBufferData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp4915 vk::Move<vk::VkDescriptorPool> m_descriptorPool; member in vkt::memory::__anonce2d56c60111::RenderVertexUniformBuffer
4983 m_descriptorPool = vk::createDescriptorPool(vkd, device, &createInfo); in prepare()
4995 *m_descriptorPool, in prepare()
5086 vk::Move<vk::VkDescriptorPool> m_descriptorPool; member in vkt::memory::__anonce2d56c60111::RenderVertexUniformTexelBuffer
5169 m_descriptorPool = vk::createDescriptorPool(vkd, device, &createInfo); in prepare()
5185 *m_descriptorPool, in prepare()
5280 vk::Move<vk::VkDescriptorPool> m_descriptorPool; member in vkt::memory::__anonce2d56c60111::RenderVertexStorageBuffer
5346 m_descriptorPool = vk::createDescriptorPool(vkd, device, &createInfo); in prepare()
5358 *m_descriptorPool, in prepare()
5443 vk::Move<vk::VkDescriptorPool> m_descriptorPool; member in vkt::memory::__anonce2d56c60111::RenderVertexStorageTexelBuffer
[all …]
DvktMemoryExternalMemoryHostTests.cpp143 Move<VkDescriptorPool> m_descriptorPool; member in vkt::memory::__anon7a77fb830111::ExternalMemoryHostRenderImageTestInstance
377 m_descriptorPool = DescriptorPoolBuilder().addType(VK_DESCRIPTOR_TYPE_STORAGE_BUFFER) in iterate()
548 *m_descriptorPool, // VkDescriptorPool descriptorPool in createAndUpdateDescriptorSet()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp231 Move<VkDescriptorPool> m_descriptorPool; member in vkt::conditional::__anond3e1ddc40111::ConditionalRenderingBaseTestInstance
611 *m_descriptorPool, // VkDescriptorPool descriptorPool in createAndUpdateDescriptorSet()
863 m_descriptorPool = DescriptorPoolBuilder().addType(VK_DESCRIPTOR_TYPE_STORAGE_BUFFER) in iterate()
1051 *m_descriptorPool, //VkDescriptorPool descriptorPool in createAndUpdateDescriptorSets()
1187 m_descriptorPool = DescriptorPoolBuilder().addType(VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, 2) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp374 Move<VkDescriptorPool> m_descriptorPool; member in vkt::BindingModel::__anon58b9f9d30111::BindingAcceleratioStructureTestInstance
393 , m_descriptorPool () in BindingAcceleratioStructureTestInstance()
436 m_descriptorPool = DescriptorPoolBuilder() in iterate()
444 …m_descriptorSetImg = makeDescriptorSet(vkd, device, *m_descriptorPool, *m_descriptorSetLayoutImg… in iterate()
453 …m_descriptorSetAS = makeDescriptorSet(vkd, device, *m_descriptorPool, *m_descriptorSetLayoutAS, … in iterate()
1706 …m_descriptorSetSvc = makeDescriptorSet(vkd, device, *m_descriptorPool, *m_descriptorSetLayoutSvc… in initPipeline()
2098 …m_descriptorSetSvc = makeDescriptorSet(vkd, device, *m_descriptorPool, *m_descriptorSetLayoutSvc… in initPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp181 Move<VkDescriptorPool> m_descriptorPool; member in vkt::robustness::VertexAccessInstance
672m_descriptorPool = descriptorPoolBuilder.build(vk, *m_device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCR… in VertexAccessInstance()
682 *m_descriptorPool, // VkDescriptorPool desciptorPool; in VertexAccessInstance()
DvktRobustnessBufferAccessTests.cpp205 Move<VkDescriptorPool> m_descriptorPool; member in vkt::robustness::BufferAccessInstance
889m_descriptorPool = descriptorPoolBuilder.build(vk, *m_device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCR… in BufferAccessInstance()
901 *m_descriptorPool, // VkDescriptorPool descriptorPool; in BufferAccessInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolPerformanceTests.cpp840 Move<VkDescriptorPool> m_descriptorPool; member in vkt::QueryPool::__anon76131a280111::ComputeQueryTestBase
907 m_descriptorPool = DescriptorPoolBuilder() in initStateObjects()
914 *m_descriptorPool, // descriptorPool in initStateObjects()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp965 m_descriptorPool = DescriptorPoolBuilder() in iterate()
969 … m_descriptorSet = makeDescriptorSet(vk, getDevice(), *m_descriptorPool, *m_descriptorSetLayout); in iterate()
1050 Move<VkDescriptorPool> m_descriptorPool; member in vkt::sparse::__anon5314df020111::UBOTestInstance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp296 vk::Move<vk::VkDescriptorPool> m_descriptorPool; member in vkt::texture::util::TextureRenderer

12