Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderUtil.cpp1000 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()
DgluShaderUtil.hpp264 DataType getDataTypeVector (DataType scalarType, int size);
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp327 …m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_da… in genVertexSource()
Des2fUniformApiTests.cpp689 …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/
Des3fDefaultVertexAttributeTests.cpp403 …m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_da… in genVertexSource()
Des3fUniformApiTests.cpp840 …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/
DglsLongStressCase.hpp108 type = glu::getDataTypeVector(glu::TYPE_INT, ValSize); in set()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp588 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/
Des31fProgramUniformTests.cpp739 …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()
Des31fSeparateShaderTests.cpp138 return getDataTypeVector(scalarType, size); in randomType()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1644 …const glu::DataType vecType = glu::getDataTypeVector(glu::getDataTypeScalarType(basicType), glu… in computeVarLayout()