Searched refs:getPushConstantDeclarationStr (Results 1 – 1 of 1) sorted by relevance
1572 std::string getPushConstantDeclarationStr(VkShaderStageFlags shaderStage) const;1590 std::string PushConstantGraphicsOverlapTest::getPushConstantDeclarationStr(VkShaderStageFlags shade… in getPushConstantDeclarationStr() function in vkt::pipeline::__anonec07be020111::PushConstantGraphicsOverlapTest1683 …((m_pcUsedStage & PC_USE_STAGE_VERTEX) ? getPushConstantDeclarationStr(VK_SHADER_STAGE_VERTEX_BIT)… in initPrograms()1703 … getPushConstantDeclarationStr(VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT) : in initPrograms()1738 getPushConstantDeclarationStr(VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT) : in initPrograms()1769 …((m_pcUsedStage & PC_USE_STAGE_GEOM) ? getPushConstantDeclarationStr(VK_SHADER_STAGE_GEOMETRY_BIT)… in initPrograms()1806 …((m_pcUsedStage & PC_USE_STAGE_FRAG) ? getPushConstantDeclarationStr(VK_SHADER_STAGE_FRAGMENT_BIT)… in initPrograms()