HomeSort by relevance Sort by last modified time
    Searched refs:m_descriptorPool (Results 1 - 15 of 15) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageSizeTests.cpp 352 Move<VkDescriptorPool> m_descriptorPool;
381 m_descriptorPool = DescriptorPoolBuilder()
386 m_descriptorSet = makeDescriptorSet(vk, device, *m_descriptorPool, *m_descriptorSetLayout);
428 Move<VkDescriptorPool> m_descriptorPool;
458 m_descriptorPool = DescriptorPoolBuilder()
463 m_descriptorSet = makeDescriptorSet(vk, device, *m_descriptorPool, *m_descriptorSetLayout);
vktImageLoadStoreTests.cpp 666 Move<VkDescriptorPool> m_descriptorPool;
725 m_descriptorPool = DescriptorPoolBuilder()
734 m_allDescriptorSets[layerNdx] = makeVkSharedPtr(makeDescriptorSet(vk, device, *m_descriptorPool, *m_descriptorSetLayout));
742 m_allDescriptorSets[0] = makeVkSharedPtr(makeDescriptorSet(vk, device, *m_descriptorPool, *m_descriptorSetLayout));
817 Move<VkDescriptorPool> m_descriptorPool;
838 m_descriptorPool = DescriptorPoolBuilder()
842 m_descriptorSet = makeDescriptorSet(vk, device, *m_descriptorPool, *m_descriptorSetLayout)
    [all...]
vktImageAtomicOperationTests.cpp 420 Move<VkDescriptorPool> m_descriptorPool;
622 m_descriptorPool =
627 m_descriptorSet = makeDescriptorSet(deviceInterface, device, *m_descriptorPool, *m_descriptorSetLayout);
797 m_descriptorPool =
802 m_descriptorSet = makeDescriptorSet(deviceInterface, device, *m_descriptorPool, *m_descriptorSetLayout);
    [all...]
vktImageQualifiersTests.cpp 338 Move<VkDescriptorPool> m_descriptorPool;
533 m_descriptorPool =
545 m_descriptorSet = makeDescriptorSet(deviceInterface, device, *m_descriptorPool, *m_descriptorSetLayout);
646 m_descriptorPool =
658 m_descriptorSet = makeDescriptorSet(deviceInterface, device, *m_descriptorPool, *m_descriptorSetLayout);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.hpp 83 vk::Move<vk::VkDescriptorPool> m_descriptorPool;
vktPipelinePushConstantTests.cpp 160 Move<VkDescriptorPool> m_descriptorPool;
627 m_descriptorPool = DescriptorPoolBuilder().addType(VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 1u).build(vk, vkDevice, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u);
655 *m_descriptorPool, // VkDescriptorPool descriptorPool;
    [all...]
vktPipelineCacheTests.cpp     [all...]
vktPipelineImageSamplingInstance.cpp 458 m_descriptorPool = descriptorPoolBuilder.build(vk, vkDevice, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u);
468 *m_descriptorPool, // VkDescriptorPool descriptorPool;
    [all...]
vktPipelineTimestampTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp 87 Move<VkDescriptorPool> m_descriptorPool;
371 m_descriptorPool = createDescriptorPool(vk, vkDevice, &descriptorPoolParams);
377 *m_descriptorPool,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 451 vk::Move<vk::VkDescriptorPool> m_descriptorPool;
477 m_descriptorPool = vk::DescriptorPoolBuilder()
482 m_descriptorSet = makeDescriptorSet(m_device_interface, m_device, *m_descriptorPool, *descriptorSetLayout);
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 465 vk::Move<vk::VkDescriptorPool> m_descriptorPool;
vktShaderRender.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp     [all...]

Completed in 1951 milliseconds