Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_point_sprite.c84 unsigned point_scale_tmp; // point scale temp member
188 ts->point_scale_tmp = ts->num_tmp++; in psprite_prolog()
316 TGSI_FILE_TEMPORARY, ts->point_scale_tmp, TGSI_WRITEMASK_X, in psprite_emit_vertex_inst()
325 ts->point_scale_tmp, TGSI_WRITEMASK_XY); in psprite_emit_vertex_inst()
328 ts->point_scale_tmp, TGSI_SWIZZLE_X, in psprite_emit_vertex_inst()
379 tgsi_transform_src_reg(&inst.Src[0], TGSI_FILE_TEMPORARY, ts->point_scale_tmp, in psprite_emit_vertex_inst()
548 transform.point_scale_tmp = INVALID_INDEX; in tgsi_add_point_sprite()