/third_party/vk-gl-cts/framework/opengl/ |
D | gluShaderUtil.cpp | 1023 DataType getDataTypeFloatVec (int vecSize) in getDataTypeFloatVec() 1028 DataType getDataTypeIntVec (int vecSize) in getDataTypeIntVec() 1033 DataType getDataTypeUintVec (int vecSize) in getDataTypeUintVec() 1038 DataType getDataTypeBoolVec (int vecSize) in getDataTypeBoolVec()
|
/third_party/googletest/googletest/include/gtest/hwext/ |
D | gtest-filter.h | 40 vector<int> vecSize; variable
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderExecUtil.cpp | 119 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local 157 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local 198 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateGeometryShader() local 237 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateGeometryShader() local 313 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); in generateFragShaderOutputDecl() local 322 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); in generateFragShaderOutputDecl() local 331 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType()); in generateFragShaderOutputDecl() local 367 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateFragShaderOutAssign() local 434 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generatePassthroughFragmentShader() local 603 const int vecSize = glu::getDataTypeScalarSize(basicType); in execute() local
|
D | glsUniformBlockCase.cpp | 420 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() local 484 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140Layout() local 534 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeStd140Layout() local 631 int vecSize = scalarSize / numVecs; in generateValue() local 1844 int vecSize = numComps*compSize; in checkLayoutBounds() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 351 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local 738 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsnanCase() local 825 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsinfCase() local 904 const int vecSize = glu::getDataTypeScalarSize(baseType); in FloatBitsToUintIntCase() local 988 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitsToFloatCase() local 1034 for (int vecSize = 1; vecSize < 4; vecSize++) in init() local
|
D | vktShaderExecutor.cpp | 227 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local 292 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateVertexShader() local 326 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); in generateFragShaderOutputDecl() local 335 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType()); in generateFragShaderOutputDecl() local 344 const int vecSize = glu::getDataTypeMatrixNumRows(output.varType.getBasicType()); in generateFragShaderOutputDecl() local 385 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateFragShaderOutAssign() local 409 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generatePassthroughFragmentShader() local 458 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateGeometryShader() local 498 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType()); in generateGeometryShader() local 811 const int vecSize = glu::getDataTypeScalarSize(basicType); in bindAttributes() local
|
D | vktShaderIntegerFunctionTests.cpp | 239 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local 1098 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitCountCase() local 1162 const int vecSize = glu::getDataTypeScalarSize(baseType); in FindLSBCase() local 1226 const int vecSize = glu::getDataTypeScalarSize(baseType); in findMSBCase() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 830 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsnanCase() local 913 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsinfCase() local 995 const int vecSize = glu::getDataTypeScalarSize(baseType); in FloatBitsToUintIntCase() local 1074 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitsToFloatCase() local 1703 const int vecSize = glu::getDataTypeScalarSize(baseType); in FrexpCase() local 1794 const int vecSize = glu::getDataTypeScalarSize(baseType); in LdexpCase() local 2104 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local 2168 for (int vecSize = 1; vecSize < 4; vecSize++) in init() local
|
D | es31fShaderIntegerFunctionTests.cpp | 900 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitCountCase() local 960 const int vecSize = glu::getDataTypeScalarSize(baseType); in FindLSBCase() local 1020 const int vecSize = glu::getDataTypeScalarSize(baseType); in FindMSBCase() local 1092 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local
|
D | es31fSSBOLayoutCase.cpp | 377 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() local 418 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd430BaseAlignment() local 628 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout() local 736 const int vecSize = scalarSize / numVecs; in generateValue() local 2560 const int vecSize = numComps*compSize; in checkLayoutBounds() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 755 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsnanCase() local 836 const int vecSize = glu::getDataTypeScalarSize(baseType); in IsinfCase() local 915 const int vecSize = glu::getDataTypeScalarSize(baseType); in FloatBitsToUintIntCase() local 994 const int vecSize = glu::getDataTypeScalarSize(baseType); in BitsToFloatCase() local 1617 for (int vecSize = 1; vecSize <= 4; vecSize++) in addFunctionCases() local 1660 for (int vecSize = 1; vecSize < 4; vecSize++) in init() local
|
D | es3fShaderDerivateTests.cpp | 1803 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local 1817 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local 1847 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local 1881 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local 1913 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 416 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() local 457 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd430BaseAlignment() local 494 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeRelaxedBlockBaseAlignment() local 588 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeReferenceLayout() local 645 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout() local 744 int vecSize = scalarSize / numVecs; in generateValue() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 391 int vecSize = in computeStd140BaseAlignment() local 456 int vecSize = in computeStd140Layout() local 506 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) : in computeStd140Layout() local 604 int vecSize = scalarSize / numVecs; in generateValue() local 1805 int vecSize = numComps * compSize; in checkLayoutBounds() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 333 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd140BaseAlignment() local 374 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeStd430BaseAlignment() local 411 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeRelaxedBlockBaseAlignment() local 503 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType) in computeReferenceLayout() local 560 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout() local 655 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) in computeReferenceLayout() local 776 const int vecSize = scalarSize / numVecs; in generateValue() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 1882 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local 1897 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local 1927 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local 1957 for (int vecSize = 1; vecSize <= 4; vecSize++) in init() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 467 const int vecSize = scalarSize / numVecs; in createMask() local 585 const int vecSize = glu::getDataTypeMatrixNumRows(basicType); in computeXfbLayout() local 645 const int vecSize = glu::getDataTypeMatrixNumRows(elemBasicType); in computeXfbLayout() local 910 const int vecSize = scalarSize / numVecs; in generateValue() local 1801 const int vecSize = scalarSize / numVecs; in validateValue() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
D | vktMemoryModelSharedLayoutCase.cpp | 97 const int vecSize = scalarSize / numVecs; in generateValue() local
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ParseContextBase.cpp | 486 …rseContextBase::parseSwizzleSelector(const TSourceLoc& loc, const TString& compString, int vecSize, in parseSwizzleSelector()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 629 const int vecSize = getDataTypeScalarSize(vecType); in computeStd140Layout() local 651 const int vecSize = getDataTypeScalarSize(vecType); in computeStd430Layout() local 1008 const int vecSize = isDataTypeMatrix(basicType) in getVertexAttributeDescriptions() local
|
/third_party/glslang/glslang/HLSL/ |
D | hlslGrammar.cpp | 885 TIntermTyped* vecSize; in acceptVectorTemplateType() local
|
D | hlslParseHelper.cpp | 777 const int vecSize = index->getType().getVectorSize(); in makeIntegerIndex() local 5151 const int vecSize = argValue->getType().getVectorSize(); in decomposeIntrinsic() local 5202 const int vecSize = argValue->getType().getVectorSize(); in decomposeIntrinsic() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTrinaryMinMaxTests.cpp | 537 const std::string vecSize = de::toString(m_params.numComponents()); in getSpirVReplacements() local
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 4121 int vecSize = builder.getNumTypeComponents(nominalTypeId); in accessChainLoad() local 4154 int vecSize = builder.getNumTypeComponents(nominalTypeId); in accessChainStore() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 106 bool TParseContext::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields… in parseVectorFields()
|