Home
last modified time | relevance | path

Searched defs:vecType (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/m133/src/sksl/transform/
DSkSLRewriteIndexedSwizzle.cpp37 const Type& vecType = in RewriteIndexedSwizzle() local
/third_party/googletest/googletest/include/gtest/hwext/
Dgtest-filter.h39 vector<int> vecType; variable
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp381 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local
765 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local
837 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local
940 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local
1014 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local
1108 const string vecType = getColorOutputType(m_texFmt); in genShaderSources() local
/third_party/skia/src/sksl/ir/
DSkSLIndexExpression.cpp134 const Type& vecType = scalarType.toCompound(context, vecWidth, /*rows=*/1); in Make() local
/third_party/skia/m133/src/sksl/ir/
DSkSLIndexExpression.cpp147 const Type& vecType = baseType.columnType(context); in Make() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmCompositeInsertTests.cpp166 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
DvktSpvAsmIntegerDotProductTests.cpp326 …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/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCompositeInsertTests.cpp166 const string vecType = string("%v") + de::toString(elements) + "f32"; in addComputeVectorCompositeInsertTests() local
243 const string vecType = string("%v") + de::toString(elements) + "f32"; in addGraphicsVectorCompositeInsertTests() local
DvktSpvAsmIntegerDotProductTests.cpp326 …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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
DvktRobustnessExtsTests.cpp768 static string genFetch(const CaseDef &caseDef, int numComponents, const string& vecType, const stri… in genFetch()
812 static string getStoreValue(int descriptorType, int numComponents, const string& vecType, const str… in getStoreValue()
834 static string genStore(int descriptorType, const string& vecType, const string& bufType, const stri… in genStore()
1002 …const string vecType = formatIsFloat(format) ? "vec4" : (formatIsSignedInt(format) ? ("i" + r64 +… in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp727 static string genFetch(const CaseDef &caseDef, int numComponents, const string& vecType, const stri… in genFetch()
771 static string getStoreValue(int descriptorType, int numComponents, const string& vecType, const str… in getStoreValue()
793 static string genStore(int descriptorType, const string& vecType, const string& bufType, const stri… in genStore()
961 …const string vecType = formatIsFloat(format) ? "vec4" : (formatIsSignedInt(format) ? ("i" + r64 +… in initPrograms() local
/third_party/vk-gl-cts/modules/glshared/
DglsRandomShaderCase.cpp411 const char* vecType = DE_NULL; in operator <<() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp893 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/
DBuildSPIRV.cpp1376 SpirvType vecType; in getNullVectorConstantHelper() local
1390 SpirvType vecType; in getVectorConstantHelper() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp1080 const VecType* vecType = vecTypeList[vecDataFormat]; in createInterfaceMatchingTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp1078 const VecType* vecType = vecTypeList[vecDataFormat]; in createInterfaceMatchingTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp628 …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_no_buildgn/vulkan/
DvktShaderLibrary.cpp628 …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/
DvktSSBOLayoutCase.cpp505 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/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
DvktSSBOLayoutCase.cpp505 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/gles3/functional/
Des3fShaderIndexingTests.cpp812 DataType vecType = getDataTypeFloatVec(numRows); in createMatrixSubscriptCase() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderIndexingTests.cpp887 DataType vecType = getDataTypeFloatVec(matSize); in createMatrixSubscriptCase() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp926 DataType vecType = getDataTypeFloatVec(numRows); in createMatrixSubscriptCase() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderIndexingTests.cpp975 DataType vecType = getDataTypeFloatVec(numRows); in createMatrixSubscriptCase() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp933 DataType vecType = getDataTypeFloatVec(numRows); in createMatrixSubscriptCase() local

12