Lines Matching refs:gs_body
832 const std::string& te_body, const std::string& gs_body, const std::string& fs_body, in buildProgram() argument
890 const char* gs_body_raw_ptr = gs_body.c_str(); in buildProgram()
7035 std::string gs_body = getGeometryShaderBody(n_id); in initTest() local
7036 const char* gs_body_raw_ptr = gs_body.c_str(); in initTest()
8214 const std::string gs_body = getShaderBody(Utils::SHADER_STAGE_GEOMETRY, n_id); in initTest() local
8219 …if (!Utils::buildProgram(gl, vs_body, tc_body, te_body, gs_body, fs_body, DE_NULL, /* xfb_varyings… in initTest()
8235 const char* gs_body_raw_ptr = gs_body.c_str(); in initTest()
9245 std::string gs_body = getGeometryShaderBody(); in initTest() local
9250 …if (!Utils::buildProgram(gl, vs_body, tc_body, te_body, gs_body, fs_body, DE_NULL, /* xfb_varyings… in initTest()
10394 const std::string gs_body = getGeometryShaderBody(referencing_stage); in executeTestCase() local
10399 if (Utils::buildProgram(gl, vs_body, tc_body, te_body, gs_body, fs_body, NULL, /* xfb_varyings */ in executeTestCase()
10412 << gs_body.c_str() << "\n\nFragment shader:\n\n" in executeTestCase()
11358 std::string gs_body = getGeometryShaderBody(shader_stage == Utils::SHADER_STAGE_GEOMETRY); in executeIteration() local
11364 …ldProgram(m_context.getRenderContext().getFunctions(), vs_body, tc_body, te_body, gs_body, fs_body, in executeIteration()
11387 << gs_body << "\n" in executeIteration()
11741 std::string gs_body = getGeometryShaderBody(shader_stage == Utils::SHADER_STAGE_GEOMETRY); in executeIteration() local
11747 …ldProgram(m_context.getRenderContext().getFunctions(), vs_body, tc_body, te_body, gs_body, fs_body, in executeIteration()
11770 << gs_body << "\n" in executeIteration()
12416 std::string gs_body = getGeometryShaderBody(shader_stage == Utils::SHADER_STAGE_GEOMETRY); in executeIteration() local
12422 …ldProgram(m_context.getRenderContext().getFunctions(), vs_body, tc_body, te_body, gs_body, fs_body, in executeIteration()
12443 << gs_body << "\n" in executeIteration()
13241 test_case.gs_body = getGeometryShader(offending_shader_stage == Utils::SHADER_STAGE_GEOMETRY); in initTestCases()
13278 test_case.gs_body, test_case.fs_body, DE_NULL, /* xfb_varyings */ in iterate()
13282 (test_case.gs_body.length() > 0) ? &m_gs_id : DE_NULL, in iterate()