Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationFeedbackTests.cpp977 void buildShader (deUint32 ndx);
1052 void ComputeCacheTestInstance::buildShader (deUint32 ndx) in buildShader() function in vkt::pipeline::__anon7e6567dd0111::ComputeCacheTestInstance
1168 buildShader(ndx); in ComputeCacheTestInstance()
DvktPipelineExecutablePropertiesTests.cpp1336 void buildShader (deUint32 ndx);
1391 void ComputeExecutablePropertiesTestInstance::buildShader (deUint32 ndx) in buildShader() function in vkt::pipeline::__anon554930f20111::ComputeExecutablePropertiesTestInstance
1473 buildShader(ndx); in ComputeExecutablePropertiesTestInstance()
DvktPipelineCacheTests.cpp1115 void buildShader (void);
1236 void ComputeCacheTestInstance::buildShader (void) in buildShader() function in vkt::pipeline::__anonbcb19dd70111::ComputeCacheTestInstance
1307 buildShader(); in ComputeCacheTestInstance()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderAPI.hpp280 bool buildShader(glw::GLuint so_id, const char* so_body);
DesextcGeometryShaderAPI.cpp728 bool GeometryShaderGetProgramiv3Test::buildShader(glw::GLuint so_id, const char* so_body) in buildShader() function in glcts::GeometryShaderGetProgramiv3Test
991 …if (!buildShader(m_fs_id, dummy_fs_specialized_raw) || !buildShader(m_vs_id, dummy_vs_specialized_… in iterate()
1061 if (!buildShader(m_gs_id, gs_code_specialized_raw)) in iterate()