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

  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 314 const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT;
315 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP);
333 const glu::DataType uintBasicType = glu::getDataTypeUintVec(vecSize);
334 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 225 const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT;
226 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP);
244 const glu::DataType uintBasicType = glu::getDataTypeUintVec(vecSize);
245 const glu::VarType uintType (uintBasicType, glu::PRECISION_HIGHP);
    [all...]

Completed in 44 milliseconds