Home
last modified time | relevance | path

Searched refs:get_block (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tests/
DSkBlockAllocatorTest.cpp36 static Block* get_block(SkSBlockAllocator<N>& pool, int blockIndex) { in get_block() function
335 get_block(pool, 0)->setMetadata(2); in DEF_TEST()
344 REPORTER_ASSERT(r, get_block(pool, 0)->metadata() == 0); in DEF_TEST()
367 get_block(pool, 0)->setMetadata(1); in DEF_TEST()
368 get_block(pool, 1)->setMetadata(2); in DEF_TEST()
369 get_block(pool, 2)->setMetadata(3); in DEF_TEST()
370 get_block(pool, 3)->setMetadata(4); in DEF_TEST()
375 pool->releaseBlock(get_block(pool, 1)); in DEF_TEST()
377 REPORTER_ASSERT(r, get_block(pool, 1)->metadata() == 3); in DEF_TEST()
380 pool->releaseBlock(get_block(pool, 1)); in DEF_TEST()
[all …]
/third_party/ffmpeg/libavcodec/
Drtjpeg.c46 static inline int get_block(GetBitContext *gb, int16_t *block, const uint8_t *scan, in get_block() function
120 int res = get_block(&gb, block, c->scan, quant); \ in ff_rtjpeg_decode_frame_yuv420()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c3402 static struct ir3_block *get_block(struct ir3_context *ctx,
3538 get_block(struct ir3_context *ctx, const nir_block *nblock) in get_block() function
3563 return get_block(ctx, nblock); in get_block_or_continue()
3578 ctx->block = get_block(ctx, nblock); in emit_block()
3647 struct ir3_block *last_then = get_block(ctx, nir_if_last_then_block(nif)); in emit_if()
3648 struct ir3_block *first_else = get_block(ctx, nir_if_first_else_block(nif)); in emit_if()
3653 struct ir3_block *last_else = get_block(ctx, nir_if_last_else_block(nif)); in emit_if()
3655 get_block(ctx, nir_cf_node_as_block(nir_cf_node_next(&nif->cf_node))); in emit_if()
3684 struct ir3_block *start = get_block(ctx, nstart); in emit_loop()
4310 ctx->block = get_block(ctx, nir_start_block(fxn)); in emit_instructions()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c109 static LLVMBasicBlockRef get_block(struct ac_nir_context *nir, const struct nir_block *b) in get_block() function
5024 LLVMBasicBlockRef block = get_block(ctx, src->pred); in visit_post_phi()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h43355 get_block_t *get_block; member
43414 get_block_t *get_block; member
43420 get_block_t *get_block; member