Home
last modified time | relevance | path

Searched defs:numSlots (Results 1 – 23 of 23) sorted by relevance

/external/aac/libSACdec/src/
Dsac_tsd.h114 UCHAR numSlots; /**< total number of QMF slots per frame */ member
Dsac_tsd.cpp209 int TsdRead(HANDLE_FDK_BITSTREAM hBs, const int numSlots, TSD_DATA *pTsdData) { in TsdRead()
/external/skia/src/sksl/ir/
DSkSLConstructorCompoundCast.cpp54 size_t numSlots = destType.slotCount(); in cast_constant_composite() local
DSkSLConstructorCompound.cpp163 int numSlots = returnType.slotCount(); in MakeFromConstants() local
DSkSLPrefixExpression.cpp50 size_t numSlots = expr.type().slotCount(); in apply_to_elements() local
DSkSLType.cpp1312 int numSlots = valueExpr->type().slotCount(); in checkForOutOfRangeLiteral() local
DSkSLFunctionCall.cpp629 size_t numSlots = expr->type().slotCount(); in extract_matrix() local
/external/libese/esed/
DWeaver.cpp63 uint32_t numSlots; in getConfig() local
/external/skia/src/sksl/
DSkSLConstantFolder.cpp249 int numSlots = type.slotCount(); in simplify_componentwise() local
267 int numSlots = type.slotCount(); in splat_scalar() local
344 int numSlots = expr.type().slotCount(); in contains_constant_zero() local
355 int numSlots = expr.type().slotCount(); in IsConstantSplat() local
/external/libese/apps/weaver/tests/
Dweaver_test.cpp57 uint32_t numSlots; in TEST_F() local
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DAnalyzerAdapter.java517 private void pop(final int numSlots) { in pop()
528 int numSlots = 0; in pop() local
/external/brotli/java/org/brotli/enc/
DPreparedDictionaryGenerator.java57 int numSlots = 1 << slotBits; in generate() local
/external/libese/apps/weaver/
Dweaver.c179 uint32_t *numSlots) { in ese_weaver_get_num_slots()
/external/skia/src/sksl/codegen/
DSkSLRasterPipelineBuilder.cpp682 void Builder::push_clone(int numSlots, int offsetFromStackTop) { in push_clone()
1415 static bool immutable_data_is_splattable(int32_t* immutablePtr, int numSlots) { in immutable_data_is_splattable()
2765 int numSlots = (ctx.src - ctx.dst) / (N * sizeof(float)); in adjacentBinaryOpCtx() local
2787 int numSlots = ctx.delta / (sizeof(float) * N); in adjacentTernaryOpCtx() local
DSkSLRasterPipelineCodeGenerator.cpp959 explicit UnownedLValueSlice(LValue* p, int initialSlot, int numSlots) in UnownedLValueSlice()
1008 explicit LValueSlice(std::unique_ptr<LValue> p, int initialSlot, int numSlots) in LValueSlice()
1298 int numSlots = indexExpr.type().slotCount(); in makeLValue() local
2709 size_t numSlots = expr.type().slotCount(); in getImmutableValueForExpression() local
DSkSLWGSLCodeGenerator.cpp3918 int numSlots = arg->type().slotCount(); in assembleConstructorCompoundMatrix() local
/external/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp504 int numSlots = isMatCase ? glu::getDataTypeMatrixNumColumns(m_rgbAttrType) : in setupVarAttribPointer() local
/external/deqp/external/vulkancts/modules/vulkan/video/
DvktVideoFrameBuffer.cpp332 …VkResult CreateVideoQueries(uint32_t numSlots, DeviceContext &vkDevCtx, const VkVideoProfileInfoKH… in CreateVideoQueries()
/external/pytorch/aten/src/ATen/core/
Divalue.cpp884 ClassTypePtr classType, size_t numSlots) { in create()
/external/skia/src/core/
DSkRasterPipelineOpContexts.h310 int slotIdx, numSlots; member
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp751 const int numSlots = 100; in createSwapchainPrivateDataTest() local
/external/skia/src/opts/
DSkRasterPipeline_opts.h4056 int slotIdx = ctx->slotIdx, numSlots = ctx->numSlots; in HIGHP_TAIL_STAGE() local
4204 SI void shuffle_fn(std::byte* ptr, OffsetType* offsets, int numSlots) { in shuffle_fn()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2739 const int numSlots = 100; in createPrivateDataTest() local