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

1 2

  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 161 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType);
178 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType);
474 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType);
584 if (glu::isDataTypeIntOrIVec(m_rgbAttrType))
es3fFragmentOutputTests.cpp 629 bool isInt = glu::isDataTypeIntOrIVec(output.type);
780 bool isInt = glu::isDataTypeIntOrIVec(output.type);
843 const bool isInt = glu::isDataTypeIntOrIVec(output.type);
    [all...]
es3fUniformApiTests.cpp 636 else if (glu::isDataTypeIntOrIVec((value.type)))
669 else if (glu::isDataTypeIntOrIVec((value.type)))
700 else if (glu::isDataTypeIntOrIVec(type))
752 else if (glu::isDataTypeIntOrIVec(type))
806 else if (glu::isDataTypeIntOrIVec(a.type))
    [all...]
es3fShaderLoopTests.cpp 279 bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType);
    [all...]
es3fShaderCommonFunctionTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 231 inline bool isDataTypeIntOrIVec (DataType dataType) { return (dataType >= TYPE_INT) && (dataType <= TYPE_INT_VEC4); }
gluShaderLibrary.cpp     [all...]
  /external/deqp/external/openglcts/modules/common/
glcShaderLibraryCase.cpp 439 DE_ASSERT(isDataTypeFloatOrVec(dataType) || isDataTypeIntOrIVec(dataType) ||
873 isDataTypeIntOrIVec(val.dataType) ?
    [all...]
glcShaderLoopTests.cpp 257 bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 467 const bool isSigned = glu::isDataTypeIntOrIVec(type);
577 const bool isSigned = glu::isDataTypeIntOrIVec(type);
891 const bool ignoreSign = precision != glu::PRECISION_HIGHP && glu::isDataTypeIntOrIVec(type);
912 const bool isSigned = glu::isDataTypeIntOrIVec(type);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 376 const bool isSigned = glu::isDataTypeIntOrIVec(type);
472 const bool isSigned = glu::isDataTypeIntOrIVec(type);
744 const bool ignoreSign = precision != glu::PRECISION_HIGHP && glu::isDataTypeIntOrIVec(type);
765 const bool isSigned = glu::isDataTypeIntOrIVec(type);
    [all...]
es31fProgramUniformTests.cpp 587 else if (glu::isDataTypeIntOrIVec((value.type)))
620 else if (glu::isDataTypeIntOrIVec((value.type)))
651 else if (glu::isDataTypeIntOrIVec(type))
705 else if (glu::isDataTypeIntOrIVec(a.type))
    [all...]
es31fProgramInterfaceDefinition.cpp 201 return glu::isDataTypeIntOrIVec(varType.getBasicType()) || glu::isDataTypeUintOrUVec(varType.getBasicType());
es31fShaderSharedVarTests.cpp 212 else if (isDataTypeIntOrIVec(m_basicType))
es31fShaderCommonFunctionTests.cpp     [all...]
es31fUniformLocationTests.cpp 202 if (glu::isDataTypeIntOrIVec(adjustedType))
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 531 else if (glu::isDataTypeIntOrIVec((value.type)))
562 else if (glu::isDataTypeIntOrIVec((value.type)))
591 else if (glu::isDataTypeIntOrIVec(type))
625 else if (glu::isDataTypeIntOrIVec(type))
661 else if (glu::isDataTypeIntOrIVec(a.type))
    [all...]
es2fShaderLoopTests.cpp 307 bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType);
    [all...]
es2fShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 810 else if (glu::isDataTypeIntOrIVec(spec.type))
    [all...]
glsShaderLibraryCase.cpp 385 std::string offset = isDataTypeIntOrIVec(basicType) ? " * 1.0025" : ""; // \todo [petri] bit of a hack to avoid errors in chop() due to varying interpolation
    [all...]
glsShaderExecUtil.cpp 607 else if (glu::isDataTypeIntOrIVec(basicType))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderLoopTests.cpp 340 const bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType);
    [all...]

Completed in 836 milliseconds

1 2