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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 119 TYPE_DOUBLE_VEC4,
229 inline bool isDataTypeDoubleOrDVec (DataType dataType) { return (dataType >= TYPE_DOUBLE) && (dataType <= TYPE_DOUBLE_VEC4); }
235 inline bool isDataTypeVector (DataType dataType) { return deInRange32(dataType, TYPE_FLOAT_VEC2, TYPE_FLOAT_VEC4) || deInRange32(dataType, TYPE_DOUBLE_VEC2, TYPE_DOUBLE_VEC4) || deInRange32(dataType, TYPE_INT_VEC2, TYPE_INT_VEC4) || deInRange32(dataType, TYPE_UINT_VEC2, TYPE_UINT_VEC4) || deInRange32(dataType, TYPE_BOOL_VEC2, TYPE_BOOL_VEC4); }
236 inline bool isDataTypeScalarOrVector (DataType dataType) { return deInRange32(dataType, TYPE_FLOAT, TYPE_FLOAT_VEC4) || deInRange32(dataType, TYPE_DOUBLE, TYPE_DOUBLE_VEC4) || deInRange32(dataType, TYPE_INT, TYPE_INT_VEC4) || deInRange32(dataType, TYPE_UINT, TYPE_UINT_VEC4) || deInRange32(dataType, TYPE_BOOL, TYPE_BOOL_VEC4); }
gluShaderUtil.cpp 608 TYPE_DOUBLE_VEC4, // vec4
621 TYPE_DOUBLE_VEC4, // dvec4
634 TYPE_DOUBLE_VEC4, // ivec4
638 TYPE_DOUBLE_VEC4, // uvec4
642 TYPE_DOUBLE_VEC4, // bvec4
849 case GL_DOUBLE_VEC4: return TYPE_DOUBLE_VEC4;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp     [all...]

Completed in 69 milliseconds