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
182 ts->point_scale_tmp = ts->num_tmp++; in psprite_prolog()
297 TGSI_FILE_TEMPORARY, ts->point_scale_tmp, TGSI_WRITEMASK_X, in psprite_emit_vertex_inst()
306 ts->point_scale_tmp, TGSI_WRITEMASK_XY); in psprite_emit_vertex_inst()
309 ts->point_scale_tmp, TGSI_SWIZZLE_X, in psprite_emit_vertex_inst()
360 tgsi_transform_src_reg(&inst.Src[0], TGSI_FILE_TEMPORARY, ts->point_scale_tmp, in psprite_emit_vertex_inst()
528 transform.point_scale_tmp = INVALID_INDEX; in tgsi_add_point_sprite()