/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.hpp | 356 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)); in isValidTypePath() 401 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType)); in getVarType()
|
D | gluShaderUtil.hpp | 265 DataType getDataTypeFloatVec (int vecSize);
|
D | gluShaderUtil.cpp | 1021 DataType getDataTypeFloatVec (int vecSize) in getDataTypeFloatVec() function
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.hpp | 85 type = glu::getDataTypeFloatVec(ValSize); in set()
|
D | glsUniformBlockCase.cpp | 423 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()
|
D | glsShaderExecUtil.cpp | 941 …const glu::DataType vecType = glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType)… in computeVarLayout()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 1805 … 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()
|
D | es3fShaderMatrixTests.cpp | 1464 …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()
|
D | es3fShaderIndexingTests.cpp | 812 DataType vecType = getDataTypeFloatVec(numRows); in createMatrixSubscriptCase()
|
D | es3fShaderCommonFunctionTests.cpp | 995 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in BitsToFloatCase()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 418 …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/ |
D | vktSSBOLayoutCase.cpp | 333 …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/ |
D | vktShaderRenderMatrixTests.cpp | 1726 …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()
|
D | vktShaderRenderDerivateTests.cpp | 1884 …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()
|
D | vktShaderRenderIndexingTests.cpp | 933 DataType vecType = getDataTypeFloatVec(numRows); in createMatrixSubscriptCase()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 394 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()
|
D | glcShaderIndexingTests.cpp | 932 DataType vecType = getDataTypeFloatVec(numRows); in createMatrixSubscriptCase()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 379 …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()
|
D | es31fOpaqueTypeIndexingTests.cpp | 255 return numCoords == 1 ? glu::TYPE_FLOAT : glu::getDataTypeFloatVec(numCoords); in getSamplerCoordType()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderTextureFunctionTests.cpp | 424 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps); in initShaderSources()
|
D | es2fShaderIndexingTests.cpp | 887 DataType vecType = getDataTypeFloatVec(matSize); in createMatrixSubscriptCase()
|
D | es2fShaderMatrixTests.cpp | 1181 DataType vecType = getDataTypeFloatVec(getDataTypeMatrixNumColumns(matType)); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 628 …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/ |
D | vktShaderCommonFunctionTests.cpp | 989 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in BitsToFloatCase()
|
/external/deqp/external/openglcts/modules/glesext/texture_shadow_lod/ |
D | esextcTextureShadowLodFunctionsTest.cpp | 719 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps + extraCoordComps); in initShaderSources()
|