Home
last modified time | relevance | path

Searched defs:numSlots (Results 1 – 18 of 18) 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/codegen/
DSkSLRasterPipelineBuilder.cpp360 void Builder::push_clone_from_stack(int numSlots, int otherStackIndex, int offsetFromStackTop) { in push_clone_from_stack()
1636 auto UniformPtrCtx = [&](const float* ptr, int numSlots) -> std::string { in dump()
1655 auto ValuePtrCtx = [&](const float* ptr, int numSlots) -> std::string { in dump()
1696 auto PtrCtx = [&](const void* ctx, int numSlots) -> std::string { in dump()
1717 int numSlots) -> std::tuple<std::string, std::string> { in dump()
1735 int numSlots) -> std::tuple<std::string, std::string> { in dump()
1744 int numSlots) -> std::tuple<std::string, std::string> { in dump()
1754 int numSlots = (ctx->src - ctx->dst) / N; in dump() local
1763 int numSlots = (ctx->src0 - ctx->dst) / N; in dump() local
DSkSLRasterPipelineCodeGenerator.cpp643 explicit UnownedLValueSlice(LValue* p, int initialSlot, int numSlots) in UnownedLValueSlice()
686 explicit LValueSlice(std::unique_ptr<LValue> p, int initialSlot, int numSlots) in LValueSlice()
886 int numSlots = indexExpr.type().slotCount(); in makeLValue() local
/external/skia/src/sksl/ir/
DSkSLConstructorCompoundCast.cpp55 size_t numSlots = destType.slotCount(); in cast_constant_composite() local
DSkSLFunctionCall.cpp87 int numSlots = returnType.slotCount(); in assemble_compound() local
458 size_t numSlots = expr->type().slotCount(); in extract_matrix() local
DSkSLType.cpp1130 int numSlots = valueExpr->type().slotCount(); in checkForOutOfRangeLiteral() local
/external/libese/esed/
DWeaver.cpp63 uint32_t numSlots; in getConfig() local
/external/skia/src/sksl/
DSkSLConstantFolder.cpp241 int numSlots = type.slotCount(); in simplify_componentwise() local
261 int numSlots = type.slotCount(); in splat_scalar() local
338 int numSlots = expr.type().slotCount(); in contains_constant_zero() local
350 int numSlots = expr.type().slotCount(); in is_constant_splat() 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/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp478 …int numSlots = isMatCase ? glu::getDataTypeMatrixNumColumns(m_rgbAttrType) : 1; // Matrix uses a… in setupVarAttribPointer() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp793 const int numSlots = 100; in createSwapchainPrivateDataTest() local
/external/deqp/external/vulkancts/modules/vulkan/video/
DvktVideoBaseDecodeUtils.cpp3894 uint32_t numSlots, in CreateVideoQueries()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2697 const int numSlots = 100; in createPrivateDataTest() local
/external/skia/src/opts/
DSkRasterPipeline_opts.h3421 SI void shuffle_fn(F* dst, uint16_t* offsets, int numSlots) { in shuffle_fn()