Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.hpp499 const glw::GLchar* uniform_verification, const glw::GLchar* stage_specific_main_body,
502 …eTestComputeShader(const glw::GLchar* uniform_definitions, const glw::GLchar* uniform_verification,
Dgl4cGPUShaderFP64Tests.cpp3819 std::string uniform_verification; in prepareProgram() local
3823 prepareUniformVerification(shader_stage, uniform_type, uniform_verification); in prepareProgram()
3845 test_shader_out_variable /* out var */, uniform_verification.c_str() /* verification */, in prepareProgram()
3861 uniform_verification.c_str() /* verification */, test_shader_body_code /* body */, in prepareProgram()
3885 …prepareTestComputeShader(uniform_definitions.c_str(), uniform_verification.c_str(), compute_shader… in prepareProgram()
3893 uniform_verification.c_str() /* verification */, test_geometry_shader_body_code /* body */, in prepareProgram()
3902 uniform_verification.c_str() /* verification */, test_tess_ctrl_shader_body_code /* body */, in prepareProgram()
3919 uniform_verification.c_str() /* verification */, test_shader_body_code /* body */, in prepareProgram()
4008 const glw::GLchar* uniform_verification, in prepareTestShader() argument
4046 Utils::replaceToken(uni_ver_token, search_position, uniform_verification, string); in prepareTestShader()
[all …]