HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_INT8 (Results 1 - 7 of 7) sorted by null

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 217 TYPE_INT8,
283 || (dataType == TYPE_INT8)
309 || deInRange32(dataType, TYPE_INT8, TYPE_INT8_VEC4)
324 || deInRange32(dataType, TYPE_INT8, TYPE_INT8_VEC4)
gluShaderUtil.cpp 550 TYPE_INT8, // int8_t
551 TYPE_INT8, // i8vec2
552 TYPE_INT8, // i8vec3
553 TYPE_INT8, // i8vec4
995 case TYPE_INT8:
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.cpp 218 typeCandidates.push_back(glu::TYPE_INT8);
vktUniformBlockCase.cpp 322 if (deInRange32(type, glu::TYPE_UINT8, glu::TYPE_UINT8_VEC4) || deInRange32(type, glu::TYPE_INT8, glu::TYPE_INT8_VEC4))
361 case glu::TYPE_INT8 : return 1*(int)sizeof(deUint8);
772 case glu::TYPE_INT8: *((deInt8*)compPtr) = (deInt8)rnd.getInt(-9, 9); break;
841 case glu::TYPE_INT8: return "mediump float compare_int8_t (highp int a, highp int b) { return a == b ? 1.0 : 0.0; }\n";
    [all...]
vktUniformBlockTests.cpp 60 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_INT8)
419 glu::TYPE_INT8,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 247 if (deInRange32(type, glu::TYPE_UINT8, glu::TYPE_UINT8_VEC4) || deInRange32(type, glu::TYPE_INT8, glu::TYPE_INT8_VEC4))
286 case glu::TYPE_INT8 : return 1*(int)sizeof(deUint8);
807 case glu::TYPE_INT8: *((deInt8*)compPtr) = (deInt8)rnd.getInt(-9, 9); break;
    [all...]
vktSSBOLayoutTests.cpp 294 typeCandidates.push_back(glu::TYPE_INT8);
380 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_INT8)
426 getDataTypeScalarType(tempType.getBasicType()) == glu::TYPE_INT8)
    [all...]

Completed in 210 milliseconds