Searched refs:createShaderStage (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushConstantTests.cpp | 120 void createShaderStage (const DeviceInterface& vk, 419 void PushConstantGraphicsTestInstance::createShaderStage (const DeviceInterface& vk, in createShaderStage() function in vkt::pipeline::__anon7dc00a0c0111::PushConstantGraphicsTestInstance 702 …createShaderStage(vk, vkDevice, m_context.getBinaryCollection(), "color_vert", VK_SHADER_STAGE_VER… in PushConstantGraphicsTestInstance() 709 …createShaderStage(vk, vkDevice, m_context.getBinaryCollection(), "color_tesc", VK_SHADER_STAGE_TES… in PushConstantGraphicsTestInstance() 710 …createShaderStage(vk, vkDevice, m_context.getBinaryCollection(), "color_tese", VK_SHADER_STAGE_TES… in PushConstantGraphicsTestInstance() 718 …createShaderStage(vk, vkDevice, m_context.getBinaryCollection(), "color_geom", VK_SHADER_STAGE_GEO… in PushConstantGraphicsTestInstance() 720 …createShaderStage(vk, vkDevice, m_context.getBinaryCollection(), "color_frag", VK_SHADER_STAGE_FRA… in PushConstantGraphicsTestInstance()
|