Searched refs:getDataTypeVector (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluShaderUtil.cpp | 1000 DataType getDataTypeVector (DataType scalarType, int size) in getDataTypeVector() function 1023 return getDataTypeVector(TYPE_FLOAT, vecSize); in getDataTypeFloatVec() 1028 return getDataTypeVector(TYPE_INT, vecSize); in getDataTypeIntVec() 1033 return getDataTypeVector(TYPE_UINT, vecSize); in getDataTypeUintVec() 1038 return getDataTypeVector(TYPE_BOOL, vecSize); in getDataTypeBoolVec()
|
D | gluShaderUtil.hpp | 264 DataType getDataTypeVector (DataType scalarType, int size);
|
/external/deqp/modules/gles2/functional/ |
D | es2fDefaultVertexAttributeTests.cpp | 327 …m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_da… in genVertexSource()
|
D | es2fUniformApiTests.cpp | 689 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation() 2135 …const glu::DataType secondDataType = glu::isDataTypeScalar(dataType) ? glu::getDataTypeVector(dat… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDefaultVertexAttributeTests.cpp | 403 …m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_da… in genVertexSource()
|
D | es3fUniformApiTests.cpp | 840 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation() 2646 …const glu::DataType secondDataType = glu::isDataTypeScalar(dataType) ? glu::getDataTypeVector(dat… in init()
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.hpp | 108 type = glu::getDataTypeVector(glu::TYPE_INT, ValSize); in set()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 588 const int stride = getDataTypeArrayStride(glu::getDataTypeVector(elemType, vecSize)); in computeXfbLayout() 589 …const int strideForLocation = getDataTypeArrayStrideForLocation(glu::getDataTypeVector(elemType… in computeXfbLayout() 647 const int stride = getDataTypeArrayStride(glu::getDataTypeVector(scalarType, vecSize)); in computeXfbLayout() 649 …const int strideForLocation = getDataTypeArrayStrideForLocation(glu::getDataTypeVector(scalarT… in computeXfbLayout()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 739 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation() 1914 …const glu::DataType secondDataType = glu::isDataTypeScalar(dataType) ? glu::getDataTypeVector(dat… in init()
|
D | es31fSeparateShaderTests.cpp | 138 return getDataTypeVector(scalarType, size); in randomType()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 1644 …const glu::DataType vecType = glu::getDataTypeVector(glu::getDataTypeScalarType(basicType), glu… in computeVarLayout()
|