Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp8285 const char* stage_body = NULL; in executeIteration() local
8313 stage_body = test_case.cs_shader_body.c_str(); in executeIteration()
8318 stage_body = test_case.fs_shader_body.c_str(); in executeIteration()
8323 stage_body = test_case.gs_shader_body.c_str(); in executeIteration()
8328 stage_body = test_case.tc_shader_body.c_str(); in executeIteration()
8333 stage_body = test_case.te_shader_body.c_str(); in executeIteration()
8338 stage_body = test_case.vs_shader_body.c_str(); in executeIteration()
8344 stage_body = ""; in executeIteration()
8352 << stage_body << tcu::TestLog::EndMessage; in executeIteration()
10482 const char* stage_body = NULL; in executeIteration() local
[all …]