HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_BOOL_VEC3 (Results 1 - 25 of 27) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.cpp 210 typeCandidates.push_back(glu::TYPE_BOOL_VEC3);
vktUniformBlockCase.cpp 325 case glu::TYPE_BOOL_VEC3: // Fall-through to vec4
662 case glu::TYPE_BOOL_VEC3: return "mediump float compare_bvec3 (bvec3 a, bvec3 b) { return a == b ? 1.0 : 0.0; }\n";
    [all...]
vktUniformBlockTests.cpp 377 glu::TYPE_BOOL_VEC3,
    [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 141 TYPE_BOOL_VEC3,
gluShaderUtil.cpp 872 case GL_BOOL_VEC3: return TYPE_BOOL_VEC3;
gluShaderLibrary.cpp 827 case TOKEN_BOOL_VEC3: return TYPE_BOOL_VEC3;
    [all...]
  /external/deqp/modules/glshared/
glsShaderConstExprTests.cpp 101 DE_STATIC_ASSERT(glu::TYPE_BOOL+2 == glu::TYPE_BOOL_VEC3);
glsRandomUniformBlockCase.cpp 217 typeCandidates.push_back(glu::TYPE_BOOL_VEC3);
glsUniformBlockCase.cpp 384 case glu::TYPE_BOOL_VEC3: // Fall-through to vec4
711 case glu::TYPE_BOOL_VEC3: return "mediump float compare_bvec3 (bvec3 a, bvec3 b) { return a == b ? 1.0 : 0.0; }\n";
    [all...]
glsShaderLibraryCase.cpp 804 case TYPE_BOOL_VEC3: gl.uniform3iv(loc, 1, &val.elements[elemNdx].int32); break;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fUniformBlockTests.cpp 150 glu::TYPE_BOOL_VEC3,
es31fUniformLocationTests.cpp 603 case glu::TYPE_BOOL_VEC3: gl.uniform3iv(gotLoc, 1, intBuf); break;
725 TYPE_BOOL_VEC3,
    [all...]
es31fProgramInterfaceQueryTests.cpp     [all...]
es31fSSBOLayoutTests.cpp 276 typeCandidates.push_back(glu::TYPE_BOOL_VEC3);
757 glu::TYPE_BOOL_VEC3,
    [all...]
es31fProgramUniformTests.cpp 106 glu::TYPE_BOOL_VEC3,
    [all...]
es31fSSBOLayoutCase.cpp 352 case glu::TYPE_BOOL_VEC3: // Fall-through to vec4
833 case glu::TYPE_BOOL_VEC3: return "bool compare_bvec3 (bvec3 a, bvec3 b) { return a == b; }\n";
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 273 typeCandidates.push_back(glu::TYPE_BOOL_VEC3);
752 glu::TYPE_BOOL_VEC3,
    [all...]
vktSSBOLayoutCase.cpp 264 case glu::TYPE_BOOL_VEC3: // Fall-through to vec4
804 case glu::TYPE_BOOL_VEC3: return "bool compare_bvec3 (bvec3 a, bvec3 b) { return a == b; }\n";
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformBlockTests.cpp 351 glu::TYPE_BOOL_VEC3,
es3fUniformApiTests.cpp 102 glu::TYPE_BOOL_VEC3,
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp     [all...]
es2fUniformApiTests.cpp 91 glu::TYPE_BOOL_VEC3,
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]

Completed in 195 milliseconds

1 2