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 118 TYPE_DOUBLE_VEC4,
228 inline bool isDataTypeDoubleOrDVec (DataType dataType) { return (dataType >= TYPE_DOUBLE) && (dataType <= TYPE_DOUBLE_VEC4); }
234 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); }
235 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 605 TYPE_DOUBLE_VEC4, // vec4
618 TYPE_DOUBLE_VEC4, // dvec4
631 TYPE_DOUBLE_VEC4, // ivec4
635 TYPE_DOUBLE_VEC4, // uvec4
639 TYPE_DOUBLE_VEC4, // bvec4
846 case GL_DOUBLE_VEC4: return TYPE_DOUBLE_VEC4;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp     [all...]

Completed in 43 milliseconds