Home
last modified time | relevance | path

Searched defs:vecWidth (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DAllocationByteBufferTest.java52 int vecWidth = (size == 3) ? 4 : size; in testByteBufferHelper() local
87 int vecWidth = 4; in test1DWrite() local
106 int vecWidth = 4; in test2DWrite() local
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLIndexExpression.cpp146 int vecWidth = baseType.rows(); in Make() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/vectors/
H A Dstructs.cpp358 size_t typeSize, size_t vecWidth) in checkCorrectnessStep()
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4248 static bool isVEXTRACTIndex(SDNode *N, unsigned vecWidth) { in isVEXTRACTIndex()
4267 static bool isVINSERTIndex(SDNode *N, unsigned vecWidth) { in isVINSERTIndex()
4298 static unsigned getExtractVEXTRACTImmediate(SDNode *N, unsigned vecWidth) { in getExtractVEXTRACTImmediate()
4313 static unsigned getInsertVINSERTImmediate(SDNode *N, unsigned vecWidth) { in getInsertVINSERTImmediate()