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

  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 630 bool isUint = glu::isDataTypeUintOrUVec(output.type);
719 else if (isUint)
781 bool isUint = glu::isDataTypeUintOrUVec(output.type);
785 isUint ? GL_UNSIGNED_INT : GL_NONE;
844 const bool isUint = glu::isDataTypeUintOrUVec(output.type);
860 if (isInt || isUint)
    [all...]
es3fTransformFeedbackTests.cpp 539 const bool isUint = glu::isDataTypeUintOrUVec(attrib.type.getBasicType());
572 else if (isUint)
    [all...]
es3fShaderOperatorTests.cpp 755 bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4);
770 else if (isInt || isUint)
780 else if (isInt || isUint)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 739 const bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4);
754 else if (isInt || isUint)
764 else if (isInt || isUint)
    [all...]

Completed in 1850 milliseconds