Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelinePushConstantTests.cpp1572 std::string getPushConstantDeclarationStr(VkShaderStageFlags shaderStage) const;
1590 std::string PushConstantGraphicsOverlapTest::getPushConstantDeclarationStr(VkShaderStageFlags shade… in getPushConstantDeclarationStr() function in vkt::pipeline::__anonec07be020111::PushConstantGraphicsOverlapTest
1683 …((m_pcUsedStage & PC_USE_STAGE_VERTEX) ? getPushConstantDeclarationStr(VK_SHADER_STAGE_VERTEX_BIT)… in initPrograms()
1703getPushConstantDeclarationStr(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()