Searched refs:getSetLayoutCount (Results 1 – 3 of 3) sorted by relevance
122 deUint32 getSetLayoutCount (void) const { return m_setLayoutCount; } in getSetLayoutCount() function in vk::PipelineLayoutWrapper
3264 shaderCreateInfo.setLayoutCount = shader.getPipelineLayout()->getSetLayoutCount(); in makeShaderCreateInfo()3272 shaderCreateInfo.setLayoutCount = other.getPipelineLayout()->getSetLayoutCount(); in makeShaderCreateInfo()
1195 …m_computePipeline.setDescriptorSetLayouts(m_pipelineLayout.getSetLayoutCount(), m_pipelineLayout.g… in init()