Home
last modified time | relevance | path

Searched refs:getDataTypeFloatVec (Results 1 – 25 of 31) sorted by relevance

12

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp356 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)); in isValidTypePath()
401 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)); in getVarType()
DgluShaderUtil.hpp265 DataType getDataTypeFloatVec (int vecSize);
DgluShaderUtil.cpp1021 DataType getDataTypeFloatVec (int vecSize) in getDataTypeFloatVec() function
/external/deqp/modules/glshared/
DglsLongStressCase.hpp85 type = glu::getDataTypeFloatVec(ValSize); in set()
DglsUniformBlockCase.cpp423 return getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140BaseAlignment()
488 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140Layout()
538 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140Layout()
741 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies()
DglsShaderExecUtil.cpp941 …const glu::DataType vecType = glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType)… in computeVarLayout()
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1805 … const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
1821 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
1851 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
1885 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
1917 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
Des3fShaderMatrixTests.cpp1464 …resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeM… in init()
1894 DataType colVecType = getDataTypeFloatVec(numCols); in init()
1901 DataType rowVecType = getDataTypeFloatVec(numRows); in init()
1929 ShaderInput vec1In(inputType, getDataTypeFloatVec(numRows), precision); in init()
1930 …putType == INPUTTYPE_DYNAMIC) ? (INPUTTYPE_UNIFORM) : (inputType), getDataTypeFloatVec(numCols), p… in init()
Des3fShaderIndexingTests.cpp812 DataType vecType = getDataTypeFloatVec(numRows); in createMatrixSubscriptCase()
Des3fShaderCommonFunctionTests.cpp995 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in BitsToFloatCase()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp418 …const int vecAlign = deAlign32(getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)), vec4Al… in computeStd140BaseAlignment()
459 const int vecAlign = getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)); in computeStd430BaseAlignment()
496 const int vecAlign = getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)); in computeRelaxedBlockBaseAlignment()
590 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout()
647 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout()
882 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp333 …const int vecAlign = deAlign32(getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)), vec4Al… in computeStd140BaseAlignment()
374 const int vecAlign = getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)); in computeStd430BaseAlignment()
411 const int vecAlign = getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)); in computeRelaxedBlockBaseAlignment()
503 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout()
560 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout()
657 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout()
923 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1726 …resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeM… in setupShader()
2082 DataType colVecType = getDataTypeFloatVec(numCols); in init()
2089 DataType rowVecType = getDataTypeFloatVec(numRows); in init()
2117 ShaderInput vec1In(inputType, getDataTypeFloatVec(numRows), precision); in init()
2118 …putType == INPUTTYPE_DYNAMIC) ? (INPUTTYPE_UNIFORM) : (inputType), getDataTypeFloatVec(numCols), p… in init()
DvktShaderRenderDerivateTests.cpp1884 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOA… in init()
1901 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
1931 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
1961 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init()
DvktShaderRenderIndexingTests.cpp933 DataType vecType = getDataTypeFloatVec(numRows); in createMatrixSubscriptCase()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp394 return getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140BaseAlignment()
460 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140Layout()
510 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140Layout()
DglcShaderIndexingTests.cpp932 DataType vecType = getDataTypeFloatVec(numRows); in createMatrixSubscriptCase()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp379 …const int vecAlign = deAlign32(getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)), vec4Al… in computeStd140BaseAlignment()
420 const int vecAlign = getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)); in computeStd430BaseAlignment()
632 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout()
857 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies()
Des31fOpaqueTypeIndexingTests.cpp255 return numCoords == 1 ? glu::TYPE_FLOAT : glu::getDataTypeFloatVec(numCoords); in getSamplerCoordType()
/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp424 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps); in initShaderSources()
Des2fShaderIndexingTests.cpp887 DataType vecType = getDataTypeFloatVec(matSize); in createMatrixSubscriptCase()
Des2fShaderMatrixTests.cpp1181 DataType vecType = getDataTypeFloatVec(getDataTypeMatrixNumColumns(matType)); in init()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp628 …const DataType vecType = isMatrix ? glu::getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType))… in computeStd140Layout()
650 …const DataType vecType = isDataTypeMatrix(basicType) ? glu::getDataTypeFloatVec(getDataTypeMatrix… in computeStd430Layout()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp989 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in BitsToFloatCase()
/external/deqp/external/openglcts/modules/glesext/texture_shadow_lod/
DesextcTextureShadowLodFunctionsTest.cpp719 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps + extraCoordComps); in initShaderSources()

12