Home
last modified time | relevance | path

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

/third_party/skia/gm/
Darithmode.cpp33 static sk_sp<SkImage> make_src(int w, int h) { in make_src() function
88 sk_sp<SkImage> src = make_src(WW, HH); in onDraw()
195 fSrc = make_src(W, H); in onOnceBeforeDraw()
/third_party/flutter/skia/gm/
Darithmode.cpp36 static sk_sp<SkImage> make_src() { in make_src() function
88 sk_sp<SkImage> src = make_src(); in onDraw()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c228 make_src(struct ir2_context *ctx, nir_src src) in make_src() function
393 instr->src[0] = make_src(ctx, src); in make_src_noconst()
397 return make_src(ctx, src); in make_src_noconst()
434 instr->src[i] = make_src(ctx, src->src); in emit_alu()
567 ctx->position = make_src(ctx, src); in store_output()
588 instr->src[0] = make_src(ctx, src); in store_output()
621 instr->src[0] = make_src(ctx, intr->src[0]); in emit_intrinsic()
934 instr->src[0] = make_src(ctx, nif->condition); in emit_if()