Home
last modified time | relevance | path

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

/external/llvm-project/pstl/test/std/numerics/numeric.ops/
Dtransform_reduce.pass.cpp87 auto expectedU = transform_reduce_serial(first1, last1, init, opB1, opU); in operator ()() local
91 CheckResults(expectedU, resRA); in operator ()()
/external/deqp/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp2183 GLint expectedU[] = { 2, 1, 2, glGetSubroutineUniformLocation(program, GL_VERTEX_SHADER, "a") }; in VerifyVS() local
2184 …GetProgramResourceiv(program, GL_VERTEX_SUBROUTINE_UNIFORM, indicesU["a"], 4, propsU, 4, expectedU, in VerifyVS()
2236 …GLint expectedU[] = { 2, 1, 1, glGetSubroutineUniformLocation(program, GL_TESS_CONTROL_SHADER, "a"… in VerifyTCS() local
2238 …ramResourceiv(program, GL_TESS_CONTROL_SUBROUTINE_UNIFORM, indicesTU["a"], 5, propsU, 5, expectedU, in VerifyTCS()
2340 …GLint expectedU[] = { 2, 1, 1, glGetSubroutineUniformLocation(program, GL_TESS_EVALUATION_SHADER, … in VerifyTES() local
2343 expectedU, error); in VerifyTES()
2401 GLint expectedU[] = { 2, 1, 1, glGetSubroutineUniformLocation(program, GL_GEOMETRY_SHADER, "a"), in VerifyGEO() local
2403 …ProgramResourceiv(program, GL_GEOMETRY_SUBROUTINE_UNIFORM, indicesTU["a"], 5, propsU, 5, expectedU, in VerifyGEO()
2462 GLint expectedU[] = { 2, 1, 1, glGetSubroutineUniformLocation(program, GL_FRAGMENT_SHADER, "a"), in VerifyFS() local
2464 …ProgramResourceiv(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, indicesTU["a"], 5, propsU, 5, expectedU, in VerifyFS()
[all …]