Home
last modified time | relevance | path

Searched refs:getDataTypeVector (Results 1 – 11 of 11) sorted by relevance

/external/deqp/framework/opengl/
DgluShaderUtil.cpp939 DataType getDataTypeVector(DataType scalarType, int size) in getDataTypeVector() function
962 return getDataTypeVector(TYPE_FLOAT, vecSize); in getDataTypeFloatVec()
967 return getDataTypeVector(TYPE_INT, vecSize); in getDataTypeIntVec()
972 return getDataTypeVector(TYPE_UINT, vecSize); in getDataTypeUintVec()
977 return getDataTypeVector(TYPE_BOOL, vecSize); in getDataTypeBoolVec()
DgluShaderUtil.hpp269 DataType getDataTypeVector(DataType scalarType, int size);
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp330 … (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : in genVertexSource()
331 … (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : in genVertexSource()
Des2fUniformApiTests.cpp714 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScala… in getRandomBoolRepresentation()
2340 …u::DataType secondDataType = glu::isDataTypeScalar(dataType) ? glu::getDataTypeVector(dataType, 4)… in init()
/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp406 … (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : in genVertexSource()
407 … (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : in genVertexSource()
Des3fUniformApiTests.cpp871 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScala… in getRandomBoolRepresentation()
2955 …u::DataType secondDataType = glu::isDataTypeScalar(dataType) ? glu::getDataTypeVector(dataType, 4)… in init()
/external/deqp/modules/glshared/
DglsLongStressCase.hpp116 type = glu::getDataTypeVector(glu::TYPE_INT, ValSize); in set()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp587 … const int stride = getDataTypeArrayStride(glu::getDataTypeVector(elemType, vecSize)); in computeXfbLayout()
588 …const int strideForLocation = getDataTypeArrayStrideForLocation(glu::getDataTypeVector(elemType, … in computeXfbLayout()
646 …const int stride = getDataTypeArrayStride(glu::getDataTypeVector(scalarType, vecS… in computeXfbLayout()
649 getDataTypeArrayStrideForLocation(glu::getDataTypeVector(scalarType, vecSize)); in computeXfbLayout()
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp759 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScala… in getRandomBoolRepresentation()
2134 …u::DataType secondDataType = glu::isDataTypeScalar(dataType) ? glu::getDataTypeVector(dataType, 4)… in init()
Des31fSeparateShaderTests.cpp139 return getDataTypeVector(scalarType, size); in randomType()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1755 …glu::getDataTypeVector(glu::getDataTypeScalarType(basicType), glu::getDataTypeMatrixNumRows(basicT… in computeVarLayout()