Home
last modified time | relevance | path

Searched refs:color_tmp (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_aa_point.c45 unsigned color_tmp; // frag color temp register member
110 ts->color_tmp = ts->num_tmp++; in aa_prolog()
112 tgsi_transform_temps_decl(ctx, ts->tmp, ts->color_tmp); in aa_prolog()
222 dst->Register.Index = ts->color_tmp; in aa_inst()
239 assert(ts->color_tmp != INVALID_INDEX); in aa_epilog()
245 TGSI_FILE_TEMPORARY, ts->color_tmp); in aa_epilog()
251 TGSI_FILE_TEMPORARY, ts->color_tmp, in aa_epilog()
296 transform.color_tmp = INVALID_INDEX; in tgsi_add_aa_point()
/third_party/ffmpeg/libavfilter/
Ddrawutils.c230 FFDrawColor color_tmp = *color; in ff_fill_rectangle() local
242 color_tmp.comp[plane].u16[x] = av_bswap16(color_tmp.comp[plane].u16[x]); in ff_fill_rectangle()
247 memcpy(p, color_tmp.comp[plane].u8, draw->pixelstep[plane]); in ff_fill_rectangle()