Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineCreationFeedbackTests.cpp883 void buildShader (deUint32 ndx);
958 void ComputeCacheTestInstance::buildShader (deUint32 ndx) in buildShader() function in vkt::pipeline::__anon198e191a0111::ComputeCacheTestInstance
1075 buildShader(ndx); in ComputeCacheTestInstance()
DvktPipelineExecutablePropertiesTests.cpp1122 void buildShader (deUint32 ndx);
1177 void ComputeExecutablePropertiesTestInstance::buildShader (deUint32 ndx) in buildShader() function in vkt::pipeline::__anoncbb238af0111::ComputeExecutablePropertiesTestInstance
1259 buildShader(ndx); in ComputeExecutablePropertiesTestInstance()
DvktPipelineCacheTests.cpp885 void buildShader (void);
1006 void ComputeCacheTestInstance::buildShader (void) in buildShader() function in vkt::pipeline::__anon4fea83340111::ComputeCacheTestInstance
1077 buildShader(); in ComputeCacheTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationFeedbackTests.cpp883 void buildShader (deUint32 ndx);
958 void ComputeCacheTestInstance::buildShader (deUint32 ndx) in buildShader() function in vkt::pipeline::__anone3b84a9a0111::ComputeCacheTestInstance
1075 buildShader(ndx); in ComputeCacheTestInstance()
DvktPipelineExecutablePropertiesTests.cpp1122 void buildShader (deUint32 ndx);
1177 void ComputeExecutablePropertiesTestInstance::buildShader (deUint32 ndx) in buildShader() function in vkt::pipeline::__anon1a992a2f0111::ComputeExecutablePropertiesTestInstance
1259 buildShader(ndx); in ComputeExecutablePropertiesTestInstance()
DvktPipelineCacheTests.cpp885 void buildShader (void);
1006 void ComputeCacheTestInstance::buildShader (void) in buildShader() function in vkt::pipeline::__anond49ca4b40111::ComputeCacheTestInstance
1077 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.cpp731 bool GeometryShaderGetProgramiv3Test::buildShader(glw::GLuint so_id, const char* so_body) in buildShader() function in glcts::GeometryShaderGetProgramiv3Test
994 …if (!buildShader(m_fs_id, minimal_fs_specialized_raw) || !buildShader(m_vs_id, minimal_vs_speciali… in iterate()
1064 if (!buildShader(m_gs_id, gs_code_specialized_raw)) in iterate()