Home
last modified time | relevance | path

Searched refs:getSetLayoutCount (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPipelineConstructionUtil.hpp122 deUint32 getSetLayoutCount (void) const { return m_setLayoutCount; } in getSetLayoutCount() function in vk::PipelineLayoutWrapper
DvkPipelineConstructionUtil.cpp3264 shaderCreateInfo.setLayoutCount = shader.getPipelineLayout()->getSetLayoutCount(); in makeShaderCreateInfo()
3272 shaderCreateInfo.setLayoutCount = other.getPipelineLayout()->getSetLayoutCount(); in makeShaderCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDynamicOffsetTests.cpp1195 …m_computePipeline.setDescriptorSetLayouts(m_pipelineLayout.getSetLayoutCount(), m_pipelineLayout.g… in init()