Searched refs:ShaderMap (Results 1 – 10 of 10) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawTestCaseUtil.hpp | 58 typedef std::map<glu::ShaderType, const char*> ShaderMap; typedef 79 for (ShaderMap::const_iterator i = m_shaderPaths.begin(); i != m_shaderPaths.end(); ++i) in initPrograms() 87 const ShaderMap m_shaderPaths;
|
D | vktDrawSimpleTest.cpp | 49 SimpleDraw (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology); 56 SimpleDrawInstanced (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology); 60 SimpleDraw::SimpleDraw (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology) in SimpleDraw() 208 SimpleDrawInstanced::SimpleDrawInstanced (Context &context, ShaderMap shaders, vk::VkPrimitiveTopol… in SimpleDrawInstanced() 328 ShaderMap shaderPaths; in init()
|
D | vktDrawIndexedTest.cpp | 49 DrawIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology); 56 … DrawInstancedIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology); 60 DrawIndexed::DrawIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology) in DrawIndexed() 213 DrawInstancedIndexed::DrawInstancedIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTop… in DrawInstancedIndexed() 349 ShaderMap shaderPaths; in init()
|
D | vktDrawIndirectTest.cpp | 60 IndirectDraw (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology); 90 … IndirectDrawInstanced (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology); 101 IndirectDraw::IndirectDraw (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology) in IndirectDraw() 333 IndirectDrawInstanced<FirstInstanceSupport>::IndirectDrawInstanced (Context &context, ShaderMap sha… in IndirectDrawInstanced() 531 ShaderMap shaderPaths; in init()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateTestCaseUtil.hpp | 67 typedef std::map<glu::ShaderType, const char*> ShaderMap; typedef 87 for (ShaderMap::const_iterator i = m_shaderPaths.begin(); i != m_shaderPaths.end(); ++i) in initPrograms() 95 const ShaderMap m_shaderPaths;
|
D | vktDynamicStateVPTests.cpp | 133 ViewportParamTestInstane (Context& context, ShaderMap shaders) in ViewportParamTestInstane() 180 ScissorParamTestInstance (Context& context, ShaderMap shaders) in ScissorParamTestInstance() 231 ViewportArrayTestInstance (Context& context, ShaderMap shaders) in ViewportArrayTestInstance() 395 ShaderMap shaderPaths; in init()
|
D | vktDynamicStateGeneralTests.cpp | 54 StateSwitchTestInstance (Context &context, ShaderMap shaders) in StateSwitchTestInstance() 159 BindOrderTestInstance (Context& context, ShaderMap shaders) in BindOrderTestInstance() 270 StatePersistenceTestInstance (Context& context, ShaderMap shaders) in StatePersistenceTestInstance() 427 ShaderMap shaderPaths; in init()
|
D | vktDynamicStateCBTests.cpp | 46 BlendConstantsTestInstance (Context& context, ShaderMap shaders) in BlendConstantsTestInstance() 175 ShaderMap shaderPaths; in init()
|
D | vktDynamicStateRSTests.cpp | 381 DepthBiasParamTestInstance (Context& context, ShaderMap shaders) in DepthBiasParamTestInstance() 494 DepthBiasClampParamTestInstance (Context& context, ShaderMap shaders) in DepthBiasClampParamTestInstance() 600 LineWidthParamTestInstance (Context& context, ShaderMap shaders) in LineWidthParamTestInstance() 717 ShaderMap shaderPaths; in init()
|
D | vktDynamicStateDSTests.cpp | 410 DepthBoundsParamTestInstance (Context &context, ShaderMap shaders) in DepthBoundsParamTestInstance() 717 StencilParamsAdvancedTestInstance (Context& context, ShaderMap shaders) in StencilParamsAdvancedTestInstance() 864 ShaderMap shaderPaths; in init()
|