/external/libaom/libaom/av1/common/x86/ |
D | av1_highbd_convolve_sse4.c | 63 static void highbd_clip(__m128i *p, int numVecs, int bd) { in highbd_clip()
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 332 const int numVecs = glu::getDataTypeMatrixNumColumns(output.varType.getBasicType()); in generateFragShaderOutputDecl() local 357 const int numVecs = glu::getDataTypeMatrixNumColumns(output->varType.getBasicType()); in generateFragShaderOutAssign() local 939 const int numVecs = glu::getDataTypeMatrixNumColumns(basicType); in computeVarLayout() local 975 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1; in copyToBuffer() local 1002 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1; in copyFromBuffer() local
|
D | glsUniformBlockCase.cpp | 490 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeStd140Layout() local 540 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeStd140Layout() local 629 …int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu:… in generateValue() local 1837 …int numVecs = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumRows(uniform.type)… in checkLayoutBounds() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 333 int numVecs = 0; in getNumInputVectors() local 631 int numVecs = output.arrayLength > 0 ? output.arrayLength : 1; in iterate() local 786 int numVecs = isArray ? output.arrayLength : 1; in iterate() local 846 const int numVecs = isArray ? output.arrayLength : 1; in iterate() local
|
D | es3fTransformFeedbackTests.cpp | 1473 int numVecs = glu::isDataTypeMatrix(type) ? glu::getDataTypeMatrixNumColumns(type) : 1; in init() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | lpc_analysis.c | 490 int numVecs, in WebRtcIsac_GetLpcGain()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 627 const int numVecs = isMatrix ? getDataTypeMatrixNumColumns(basicType) : 1; in computeStd140Layout() local 649 const int numVecs = isDataTypeMatrix(basicType) ? getDataTypeMatrixNumColumns(basicType) : 1; in computeStd430Layout() local 666 const int numVecs = isDataTypeMatrix(basicType) ? getDataTypeMatrixNumColumns(basicType) : 1; in copyToLayout() local 1005 const int numVecs = isDataTypeMatrix(basicType) in getVertexAttributeDescriptions() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 344 const int numVecs = glu::getDataTypeMatrixNumColumns(output.varType.getBasicType()); in generateFragShaderOutputDecl() local 374 const int numVecs = glu::getDataTypeMatrixNumColumns(output->varType.getBasicType()); in generateFragShaderOutAssign() local 1617 const int numVecs = glu::getDataTypeMatrixNumColumns(basicType); in computeVarLayout() local 1744 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1; in copyToBuffer() local 1772 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1; in copyFromBuffer() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 463 int numVecs = in computeStd140Layout() local 513 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) : in computeStd140Layout() local 606 int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : in generateValue() local 1802 int numVecs = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumRows(uniform.type) : in checkLayoutBounds() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 498 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeReferenceLayout() local 547 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout() local 635 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout() local 740 …const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) :… in generateValue() local 2558 …const int numVecs = isMatrix ? (var.isRowMajor ? glu::getDataTypeMatrixNumRows(var.type) : g… in checkLayoutBounds() local
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 509 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeReferenceLayout() local 566 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout() local 660 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout() local 778 …const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) :… in generateValue() local
|
/external/clang/lib/CodeGen/ |
D | SwiftCallingConv.cpp | 706 auto numVecs = numElts >> logCandidateNumElts; in legalizeVectorType() local
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 596 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType) in computeReferenceLayout() local 653 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType) in computeReferenceLayout() local 748 …int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu:… in generateValue() local
|