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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 203 DataType getDataTypeUintVec (int vecSize);
gluShaderUtil.cpp 554 DataType getDataTypeUintVec (int vecSize)
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 314 const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT;
333 const glu::DataType uintBasicType = glu::getDataTypeUintVec(vecSize);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 954 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp     [all...]
vktShaderExecutor.cpp 225 const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT;
244 const glu::DataType uintBasicType = glu::getDataTypeUintVec(vecSize);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 138 return glu::getDataTypeUintVec(getDataTypeScalarSize(valueType));
    [all...]

Completed in 2491 milliseconds