Searched refs:getDataTypeVector (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluShaderUtil.cpp | 939 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()
|
D | gluShaderUtil.hpp | 269 DataType getDataTypeVector(DataType scalarType, int size);
|
/external/deqp/modules/gles2/functional/ |
D | es2fDefaultVertexAttributeTests.cpp | 330 … (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()
|
D | es2fUniformApiTests.cpp | 714 …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/ |
D | es3fDefaultVertexAttributeTests.cpp | 406 … (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()
|
D | es3fUniformApiTests.cpp | 871 …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/ |
D | glsLongStressCase.hpp | 116 type = glu::getDataTypeVector(glu::TYPE_INT, ValSize); in set()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 587 … 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/ |
D | es31fProgramUniformTests.cpp | 759 …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()
|
D | es31fSeparateShaderTests.cpp | 139 return getDataTypeVector(scalarType, size); in randomType()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 1755 …glu::getDataTypeVector(glu::getDataTypeScalarType(basicType), glu::getDataTypeMatrixNumRows(basicT… in computeVarLayout()
|