• Home
  • Raw
  • Download

Lines Matching refs:descriptorPool

2564 	Move <VkDescriptorPool>					descriptorPool;  in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()  local
2627 descriptorPool = poolBuilder.build(vk, device, in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
2629 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
2802 Move <VkDescriptorPool> descriptorPool; in makeGeometryFrameBufferTestRequiredSubgroupSize() local
2858 descriptorPool = poolBuilder.build(vk, device, in makeGeometryFrameBufferTestRequiredSubgroupSize()
2860 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in makeGeometryFrameBufferTestRequiredSubgroupSize()
3151 Move <VkDescriptorPool> descriptorPool; in allStagesRequiredSubgroupSize() local
3163descriptorPool = poolBuilder.build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, … in allStagesRequiredSubgroupSize()
3166 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in allStagesRequiredSubgroupSize()
3424 Move <VkDescriptorPool> descriptorPool; in makeVertexFrameBufferTestRequiredSubgroupSize() local
3429descriptorPool = poolBuilder.build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, … in makeVertexFrameBufferTestRequiredSubgroupSize()
3430 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in makeVertexFrameBufferTestRequiredSubgroupSize()
3650 Move<VkDescriptorPool> descriptorPool; in makeFragmentFrameBufferTestRequiredSubgroupSize() local
3656descriptorPool = poolBuilder.build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, … in makeFragmentFrameBufferTestRequiredSubgroupSize()
3658 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in makeFragmentFrameBufferTestRequiredSubgroupSize()
3893 …const Unique<VkDescriptorPool> descriptorPool (poolBuilder.build(vk, device, VK_DESCRIPTOR_POOL_… in makeComputeTestRequiredSubgroupSize() local
3894 …const Unique<VkDescriptorSet> descriptorSet (makeDescriptorSet(vk, device, *descriptorPool, *des… in makeComputeTestRequiredSubgroupSize()
4350 VkDescriptorPool descriptorPool, in makeRayTracingDescriptorSet() argument
4367 descriptorSet = makeDescriptorSet(vkd, device, descriptorPool, descriptorSetLayout); in makeRayTracingDescriptorSet()
4396 VkDescriptorPool descriptorPool, in makeRayTracingDescriptorSetAS() argument
4410 …Move<VkDescriptorSet> descriptorSet = makeDescriptorSet(vkd, device, descriptorPool, descri… in makeRayTracingDescriptorSetAS()
4611 …const Move<VkDescriptorPool> descriptorPool = makeRayTracingDescriptorPool(context, input… in allRayTracingStagesRequiredSubgroupSize() local
4612 …Set> descriptorSet = makeRayTracingDescriptorSet(context, *descriptorPool, *descriptorSe… in allRayTracingStagesRequiredSubgroupSize()
4613 … descriptorSetAS = makeRayTracingDescriptorSetAS(context, *descriptorPool, *descriptorSe… in allRayTracingStagesRequiredSubgroupSize()