Home
last modified time | relevance | path

Searched defs:tmp_y (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_cse.cpp111 src_reg tmp_y = ys[0]; in operands_match() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dwebpi_dec.h36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
/third_party/ffmpeg/libavcodec/
Dh264_mb_template.c107 uint16_t *tmp_y = (uint16_t *)(dest_y + i * linesize); in FUNC() local
Dh264_mb.c410 uint8_t *tmp_y = sl->bipred_scratchpad + 16 * sl->mb_uvlinesize; in mc_part_weighted() local
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_ff.c593 struct ureg_dst tmp_y = ureg_writemask(tmp, TGSI_WRITEMASK_Y); in nine_ff_build_vs() local
783 struct ureg_dst tmp_y = ureg_writemask(tmp, TGSI_WRITEMASK_Y); in nine_ff_build_vs() local
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc2342 TemporaryVariableScope tmp_y(this); in ValidateCall() local