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

  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 162 bool isUintCase = glu::isDataTypeUintOrUVec(m_rgbAttrType);
179 bool isUintCase = glu::isDataTypeUintOrUVec(m_rgbAttrType);
475 bool isUintCase = glu::isDataTypeUintOrUVec(m_rgbAttrType);
593 else if(glu::isDataTypeUintOrUVec(m_rgbAttrType))
es3fFragmentOutputTests.cpp 630 bool isUint = glu::isDataTypeUintOrUVec(output.type);
781 bool isUint = glu::isDataTypeUintOrUVec(output.type);
844 const bool isUint = glu::isDataTypeUintOrUVec(output.type);
    [all...]
es3fUniformApiTests.cpp 638 else if (glu::isDataTypeUintOrUVec((value.type)))
671 else if (glu::isDataTypeUintOrUVec((value.type)))
705 else if (glu::isDataTypeUintOrUVec(type))
757 else if (glu::isDataTypeUintOrUVec(type))
812 else if (glu::isDataTypeUintOrUVec(a.type))
    [all...]
es3fShaderOperatorTests.cpp     [all...]
es3fTransformFeedbackTests.cpp 539 const bool isUint = glu::isDataTypeUintOrUVec(attrib.type.getBasicType());
    [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 211 inline bool isDataTypeUintOrUVec (DataType dataType) { return (dataType >= TYPE_UINT) && (dataType <= TYPE_UINT_VEC4); }
gluShaderLibrary.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 589 else if (glu::isDataTypeUintOrUVec((value.type)))
622 else if (glu::isDataTypeUintOrUVec((value.type)))
656 else if (glu::isDataTypeUintOrUVec(type))
711 else if (glu::isDataTypeUintOrUVec(a.type))
    [all...]
es31fProgramInterfaceDefinition.cpp 201 return glu::isDataTypeIntOrIVec(varType.getBasicType()) || glu::isDataTypeUintOrUVec(varType.getBasicType());
es31fShaderSharedVarTests.cpp 231 else if (isDataTypeUintOrUVec(m_basicType))
es31fUniformLocationTests.cpp 204 else if (glu::isDataTypeUintOrUVec(adjustedType))
    [all...]
es31fShaderIntegerFunctionTests.cpp 142 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType);
    [all...]
es31fSSBOLayoutCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 144 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType);
    [all...]
vktShaderExecutor.cpp 664 else if (glu::isDataTypeUintOrUVec(basicType))
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 825 else if (glu::isDataTypeUintOrUVec(spec.type))
    [all...]
glsShaderExecUtil.cpp 609 else if (glu::isDataTypeUintOrUVec(basicType))
    [all...]
glsShaderLibraryCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 926 glu::isDataTypeUintOrUVec(basicType) ||
    [all...]

Completed in 272 milliseconds