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

  /external/deqp/framework/opengl/
gluVarTypeUtil.hpp 253 DE_ASSERT(isDataTypeVector(parentType.getBasicType()));
298 else if (isDataTypeVector(basicType))
362 if (!isDataTypeVector(basicType))
gluVarTypeUtil.cpp 145 else if (curType.isBasicType() && isDataTypeVector(curType.getBasicType()))
gluShaderUtil.hpp 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); }
gluShaderLibrary.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 326 const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeScalarSize(m_dataType)) : (-1);
327 const char* const vectorType = glu::getDataTypeName((glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::TYPE_FLOAT));
es2fShaderMatrixTests.cpp 811 DE_ASSERT(isDataTypeVector(otherType));
    [all...]
es2fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp 402 const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeScalarSize(m_dataType)) : (-1);
403 const char* const vectorType = glu::getDataTypeName((glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::TYPE_FLOAT));
es3fShaderMatrixTests.cpp     [all...]
es3fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.cpp 131 const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBasicType()) && !glu::isDataTypeMatrix(varType.getBasicType());
177 const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBasicType()) && !glu::isDataTypeMatrix(varType.getBasicType());
es31fProgramInterfaceDefinitionUtil.cpp 403 else if (glu::isDataTypeVector(varType.getBasicType()))
572 else if (glu::isDataTypeVector(varType.getBasicType()) || glu::isDataTypeMatrix(varType.getBasicType()))
1020 else if (glu::isDataTypeVector(type))
    [all...]
es31fUniformLocationTests.cpp 138 if (glu::isDataTypeVector(type.getBasicType()))
    [all...]
es31fProgramUniformTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/common/
glcShaderLibraryCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 366 if (glu::isDataTypeVector(basicType))
469 if (glu::isDataTypeVector(basicType) && (getDataTypeByteSize(basicType) <= 16 ? curOffset / 16 != (curOffset + getDataTypeByteSize(basicType) - 1) / 16 : curOffset % 16 != 0) && (layoutFlags & LAYOUT_RELAXED))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp     [all...]

Completed in 1444 milliseconds