Lines Matching refs:setLayoutCount
295 createInfo.setLayoutCount = m_setLayoutCount;
302 PipelineLayoutWrapper::PipelineLayoutWrapper (PipelineConstructionType pipelineConstructionType, const DeviceInterface& vk, VkDevice device, deUint32 setLayoutCount, const VkDescriptorSetLayout* descriptorSetLayout)
307 , m_setLayoutCount (setLayoutCount)
322 createInfo.setLayoutCount = m_setLayoutCount;
363 createInfo.setLayoutCount = m_setLayoutCount;
375 , m_setLayoutCount (pCreateInfo->setLayoutCount)
383 m_setLayouts.resize(pCreateInfo->setLayoutCount);
384 for (deUint32 i = 0; i < pCreateInfo->setLayoutCount; ++i)
392 createInfo.setLayoutCount = m_setLayoutCount;
399 PipelineLayoutWrapper::PipelineLayoutWrapper (PipelineConstructionType pipelineConstructionType, const DeviceInterface& vk, const VkDevice device, const deUint32 setLayoutCount, const VkDescriptorSetLayout* descriptorSetLayout, const deUint32 pushConstantRangeCount, const VkPushConstantRange* pPushConstantRanges, const VkPipelineLayoutCreateFlags flags)
404 , m_setLayoutCount (setLayoutCount)
421 createInfo.setLayoutCount = m_setLayoutCount;
3264 shaderCreateInfo.setLayoutCount = shader.getPipelineLayout()->getSetLayoutCount();
3270 if (other.isSet() && shaderCreateInfo.setLayoutCount == 0)
3272 shaderCreateInfo.setLayoutCount = other.getPipelineLayout()->getSetLayoutCount();