| /third_party/googletest/googletest/include/gtest/hwext/ |
| D | gtest-filter.h | 39 vector<int> vecType; variable
|
| /third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
| D | builder.cpp | 216 Type* vecType = getVectorType(pType, JM()->mVWidth); in GetVectorType() local
|
| /third_party/skia/src/sksl/ir/ |
| D | SkSLIndexExpression.cpp | 129 const Type& vecType = scalarType.toCompound(context, vecWidth, /*rows=*/1); in Make() local
|
| D | SkSLFunctionCall.cpp | 97 const Type& vecType = arg0->type().isVector() ? arg0->type() : in coalesce_n_way_vector() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fShaderFramebufferFetchTests.cpp | 381 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local 759 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local 831 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local 934 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local 1008 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local 1102 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmCompositeInsertTests.cpp | 166 const string vecType = string("%v") + de::toString(elements) + "f32"; in addComputeVectorCompositeInsertTests() local 242 const string vecType = string("%v") + de::toString(elements) + "f32"; in addGraphicsVectorCompositeInsertTests() local
|
| D | vktSpvAsmIntegerDotProductTests.cpp | 326 …string vecType = "%i" + de::toString(vectorInfo.vecElementSize) + "vec" + de::toString(vectorInfo.… in generateIntegerDotProductTypeDeclsAndStrideDecors() local 337 …string vecType = "%u" + de::toString(vectorInfo.vecElementSize) + "vec" + de::toString(vectorInfo.… in generateIntegerDotProductTypeDeclsAndStrideDecors() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| D | VectorizeVectorScalarArithmetic.cpp | 173 TType vecType = node->getType(); in replaceAssignInsideConstructor() local
|
| D | EmulatePrecision.cpp | 262 std::string vecType = getTypeString(vecTypeStrStr.str().c_str()); in writeVectorRoundingHelpers() local 384 std::string vecType = vecTypeStrStr.str(); in writeVectorRoundingHelpers() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| D | vktRobustnessExtsTests.cpp | 549 static string genFetch(const CaseDef &caseDef, int numComponents, const string& vecType, const stri… in genFetch() 593 static string getStoreValue(int descriptorType, int numComponents, const string& vecType, const str… in getStoreValue() 615 static string genStore(int descriptorType, const string& vecType, const string& bufType, const stri… in genStore() 780 …const string vecType = formatIsFloat(format) ? "vec4" : (formatIsSignedInt(format) ? ("i" + r64 +… in initPrograms() local
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsRandomShaderCase.cpp | 411 const char* vecType = DE_NULL; in operator <<() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelDAGToDAG.cpp | 893 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryLoad() local 1745 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryStore() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | BuildSPIRV.cpp | 1376 SpirvType vecType; in getNullVectorConstantHelper() local 1390 SpirvType vecType; in getVectorConstantHelper() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineInterfaceMatchingTests.cpp | 1049 const VecType* vecType = vecTypeList[vecDataFormat]; in createInterfaceMatchingTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
| D | vktShaderLibrary.cpp | 628 …const DataType vecType = isMatrix ? glu::getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType))… in computeStd140Layout() local 650 …const DataType vecType = isDataTypeMatrix(basicType) ? glu::getDataTypeFloatVec(getDataTypeMatrix… in computeStd430Layout() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
| D | vktSSBOLayoutCase.cpp | 505 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout() local 562 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout() local 659 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fShaderIndexingTests.cpp | 887 DataType vecType = getDataTypeFloatVec(matSize); in createMatrixSubscriptCase() local
|
| D | es2fShaderMatrixTests.cpp | 1181 DataType vecType = getDataTypeFloatVec(getDataTypeMatrixNumColumns(matType)); in init() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fShaderIndexingTests.cpp | 812 DataType vecType = getDataTypeFloatVec(numRows); in createMatrixSubscriptCase() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderIndexingTests.cpp | 933 DataType vecType = getDataTypeFloatVec(numRows); in createMatrixSubscriptCase() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcShaderIndexingTests.cpp | 975 DataType vecType = getDataTypeFloatVec(numRows); in createMatrixSubscriptCase() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
| D | vktUniformBlockCase.cpp | 590 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout() local 647 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize); in computeReferenceLayout() local
|
| /third_party/skia/src/sksl/codegen/ |
| D | SkSLSPIRVCodeGenerator.cpp | 1621 const Type& vecType = type.componentType().toCompound(fContext, /*columns=*/2, /*rows=*/1); in writeMatrixConstructor() local 2356 const Type& vecType = leftType; in writeBinaryExpression() local 2376 const Type& vecType = rightType; in writeBinaryExpression() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
| D | RewriteRowMajorMatrices.cpp | 1252 TType *vecType = new TType(baseExpressionType.getBasicType(), secondaryIndices->size()); in transformReadExpression() local
|
| /third_party/flutter/skia/src/sksl/ |
| D | SkSLSPIRVCodeGenerator.cpp | 2093 const Type& vecType = leftType; in writeBinaryExpression() local 2111 const Type& vecType = rightType; in writeBinaryExpression() local
|