Home
last modified time | relevance | path

Searched refs:make_src (Results 1 – 3 of 3) sorted by relevance

/external/skia/gm/
Darithmode.cpp36 static sk_sp<SkImage> make_src() { in make_src() function
88 sk_sp<SkImage> src = make_src(); in onDraw()
/external/skqp/gm/
Darithmode.cpp23 static sk_sp<SkImage> make_src() { in make_src() function
82 sk_sp<SkImage> src = make_src(); in onDraw()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c222 make_src(struct ir2_context *ctx, nir_src src) in make_src() function
389 instr->src[0] = make_src(ctx, src); in make_src_noconst()
393 return make_src(ctx, src); in make_src_noconst()
430 instr->src[i] = make_src(ctx, src->src); in emit_alu()
562 ctx->position = make_src(ctx, src); in store_output()
583 instr->src[0] = make_src(ctx, src); in store_output()
615 instr->src[0] = make_src(ctx, intr->src[0]); in emit_intrinsic()
926 instr->src[0] = make_src(ctx, nif->condition); in emit_if()