Searched refs:TGSI_FILE_TEMPORARY (Results 1 - 25 of 68) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_aa_point.c75 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
152 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_XY,
158 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X,
159 TGSI_FILE_TEMPORARY, tmp0,
160 TGSI_FILE_TEMPORARY, tmp0, false);
164 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X,
165 TGSI_FILE_TEMPORARY, tmp0);
171 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_W,
177 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_Y,
179 TGSI_FILE_TEMPORARY, tmp
[all...]
H A Dtgsi_point_sprite.c141 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
256 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY,
287 TGSI_FILE_TEMPORARY, ts->point_pos_tmp);
297 TGSI_FILE_TEMPORARY, ts->point_scale_tmp, TGSI_WRITEMASK_X,
298 TGSI_FILE_TEMPORARY, ts->point_size_tmp, TGSI_SWIZZLE_X,
299 TGSI_FILE_TEMPORARY, ts->point_pos_tmp, TGSI_SWIZZLE_W, false);
305 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY,
308 tgsi_transform_src_reg(&inst.Src[0], TGSI_FILE_TEMPORARY,
322 TGSI_FILE_TEMPORARY, ts->point_coord_k,
326 TGSI_FILE_TEMPORARY, t
[all...]
H A Dtgsi_two_side.c89 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
126 decl.Declaration.File = TGSI_FILE_TEMPORARY;
153 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
187 inst->Src[i].Register.File = TGSI_FILE_TEMPORARY;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_aa_point.c75 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
152 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_XY,
158 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X,
159 TGSI_FILE_TEMPORARY, tmp0,
160 TGSI_FILE_TEMPORARY, tmp0, false);
164 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X,
165 TGSI_FILE_TEMPORARY, tmp0);
171 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_W,
177 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_Y,
179 TGSI_FILE_TEMPORARY, tmp
[all...]
H A Dtgsi_point_sprite.c141 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
256 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY,
287 TGSI_FILE_TEMPORARY, ts->point_pos_tmp);
297 TGSI_FILE_TEMPORARY, ts->point_scale_tmp, TGSI_WRITEMASK_X,
298 TGSI_FILE_TEMPORARY, ts->point_size_tmp, TGSI_SWIZZLE_X,
299 TGSI_FILE_TEMPORARY, ts->point_pos_tmp, TGSI_SWIZZLE_W, false);
305 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY,
308 tgsi_transform_src_reg(&inst.Src[0], TGSI_FILE_TEMPORARY,
322 TGSI_FILE_TEMPORARY, ts->point_coord_k,
326 TGSI_FILE_TEMPORARY, t
[all...]
H A Dtgsi_dynamic_indexing.c71 if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
124 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY,
152 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY,
205 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY,
208 tgsi_transform_src_reg(&inst.Src[0], TGSI_FILE_TEMPORARY,
212 tgsi_transform_src_reg(&inst.Src[1], TGSI_FILE_TEMPORARY,
222 tgsi_transform_src_reg(&inst.Src[0], TGSI_FILE_TEMPORARY,
259 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY,
262 tgsi_transform_src_reg(&inst.Src[0], TGSI_FILE_TEMPORARY,
H A Dtgsi_two_side.c89 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
126 decl.Declaration.File = TGSI_FILE_TEMPORARY;
153 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
187 inst->Src[i].Register.File = TGSI_FILE_TEMPORARY;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_tgsi_lower_depth_clamp.c91 ctx->pos_output_temp = ctx->info.file_max[TGSI_FILE_TEMPORARY] + 1;
118 int mad_dst_file = TGSI_FILE_TEMPORARY;
130 TGSI_FILE_TEMPORARY, ctx->pos_output_temp);
147 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
151 tgsi_transform_src_reg_xyzw(&inst.Src[0], TGSI_FILE_TEMPORARY, ctx->pos_output_temp);
152 tgsi_transform_src_reg_xyzw(&inst.Src[1], TGSI_FILE_TEMPORARY, ctx->pos_output_temp);
177 TGSI_FILE_TEMPORARY, ctx->pos_output_temp,
193 TGSI_FILE_TEMPORARY, ctx->pos_output_temp,
195 TGSI_FILE_TEMPORARY, ctx->pos_output_temp,
203 TGSI_FILE_TEMPORARY, ct
[all...]
H A Dst_cb_drawpixels_shader.c103 ctx->color_temp = ctx->info.file_max[TGSI_FILE_TEMPORARY] + 1;
143 tgsi_transform_tex_inst(tctx, TGSI_FILE_TEMPORARY, ctx->color_temp,
151 TGSI_FILE_TEMPORARY, ctx->color_temp,
153 TGSI_FILE_TEMPORARY, ctx->color_temp,
169 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
174 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->color_temp, X, Y, Y, Y);
182 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->color_temp, Z, W, W, W);
201 src->Register.File = TGSI_FILE_TEMPORARY;
H A Dst_cb_bitmap_shader.c69 if (ctx->info.file_max[TGSI_FILE_TEMPORARY] == -1) {
99 TGSI_FILE_TEMPORARY, 0,
109 inst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c150 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
214 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_XY,
220 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X,
221 TGSI_FILE_TEMPORARY, tmp0, TGSI_SWIZZLE_X,
222 TGSI_FILE_TEMPORARY, tmp0, TGSI_SWIZZLE_Y, false);
227 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X,
228 TGSI_FILE_TEMPORARY, tmp0);
232 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X,
233 TGSI_FILE_TEMPORARY, tmp0);
238 TGSI_FILE_TEMPORARY, tmp
[all...]
H A Ddraw_pipe_aaline.c134 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
203 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY,
218 TGSI_FILE_TEMPORARY, aactx->aaTemp,
220 TGSI_FILE_TEMPORARY, aactx->aaTemp,
222 TGSI_FILE_TEMPORARY, aactx->aaTemp,
229 TGSI_FILE_TEMPORARY, aactx->colorTemp);
235 TGSI_FILE_TEMPORARY, aactx->colorTemp,
236 TGSI_FILE_TEMPORARY, aactx->aaTemp, false);
259 dst->Register.File = TGSI_FILE_TEMPORARY;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c152 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
216 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_XY,
222 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X,
223 TGSI_FILE_TEMPORARY, tmp0, TGSI_SWIZZLE_X,
224 TGSI_FILE_TEMPORARY, tmp0, TGSI_SWIZZLE_Y, false);
229 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X,
230 TGSI_FILE_TEMPORARY, tmp0);
234 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X,
235 TGSI_FILE_TEMPORARY, tmp0);
240 TGSI_FILE_TEMPORARY, tmp
[all...]
H A Ddraw_pipe_aaline.c136 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
205 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY,
220 TGSI_FILE_TEMPORARY, aactx->aaTemp,
222 TGSI_FILE_TEMPORARY, aactx->aaTemp,
224 TGSI_FILE_TEMPORARY, aactx->aaTemp,
231 TGSI_FILE_TEMPORARY, aactx->colorTemp);
237 TGSI_FILE_TEMPORARY, aactx->colorTemp,
238 TGSI_FILE_TEMPORARY, aactx->aaTemp, false);
261 dst->Register.File = TGSI_FILE_TEMPORARY;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels_shader.c103 ctx->color_temp = ctx->info.file_max[TGSI_FILE_TEMPORARY] + 1;
143 tgsi_transform_tex_inst(tctx, TGSI_FILE_TEMPORARY, ctx->color_temp,
151 TGSI_FILE_TEMPORARY, ctx->color_temp,
153 TGSI_FILE_TEMPORARY, ctx->color_temp,
169 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
174 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->color_temp, X, Y, Y, Y);
182 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->color_temp, Z, W, W, W);
201 src->Register.File = TGSI_FILE_TEMPORARY;
H A Dst_cb_bitmap_shader.c70 if (ctx->info.file_max[TGSI_FILE_TEMPORARY] == -1) {
100 TGSI_FILE_TEMPORARY, 0,
110 inst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
H A Dst_atifs_to_tgsi.c677 ctx->fog_factor_temp = ctx->info.file_max[TGSI_FILE_TEMPORARY] + 1;
717 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
733 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
744 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
748 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, X, Y, Z, W);
759 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
770 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
774 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, X, Y, Z, W);
775 SET_SRC(&inst, 1, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, X, Y, Z, W);
781 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
[all...]
H A Dst_tgsi_lower_yuv.c223 tempbase = info->file_max[TGSI_FILE_TEMPORARY] + 1;
227 decl.Declaration.File = TGSI_FILE_TEMPORARY;
231 ctx->tmp[i].src.Register.File = TGSI_FILE_TEMPORARY;
238 ctx->tmp[i].dst.Register.File = TGSI_FILE_TEMPORARY;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_pstipple.c215 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
344 TGSI_FILE_TEMPORARY, texTemp,
351 TGSI_FILE_TEMPORARY, texTemp,
352 TGSI_FILE_TEMPORARY, texTemp,
357 TGSI_FILE_TEMPORARY, texTemp,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_pstipple.c215 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
344 TGSI_FILE_TEMPORARY, texTemp,
351 TGSI_FILE_TEMPORARY, texTemp,
352 TGSI_FILE_TEMPORARY, texTemp,
357 TGSI_FILE_TEMPORARY, texTemp,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_vs_draw.c83 decl.Declaration.File = TGSI_FILE_TEMPORARY;
205 } else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
255 new_inst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
267 new_inst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
280 dst->Register.File = TGSI_FILE_TEMPORARY;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_vs_draw.c83 decl.Declaration.File = TGSI_FILE_TEMPORARY;
205 } else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
255 new_inst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
267 new_inst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
280 dst->Register.File = TGSI_FILE_TEMPORARY;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_setup.c204 unsigned num_arrays = ctx->bld_base.info->array_max[TGSI_FILE_TEMPORARY];
228 if (File == TGSI_FILE_TEMPORARY) {
259 if (file != TGSI_FILE_TEMPORARY)
409 case TGSI_FILE_TEMPORARY:
517 case TGSI_FILE_TEMPORARY:
602 case TGSI_FILE_TEMPORARY:
649 ctx->temps_count = bld_base->info->file_max[TGSI_FILE_TEMPORARY] + 1;
821 case TGSI_FILE_TEMPORARY:
1063 if (info->array_max[TGSI_FILE_TEMPORARY] > 0) {
1064 int size = info->array_max[TGSI_FILE_TEMPORARY];
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi.c205 emit.nr_hw_temp = emit.info.file_max[TGSI_FILE_TEMPORARY] + 1;
213 if (emit.info.indirect_files & (1 << TGSI_FILE_TEMPORARY)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi.c205 emit.nr_hw_temp = emit.info.file_max[TGSI_FILE_TEMPORARY] + 1;
213 if (emit.info.indirect_files & (1 << TGSI_FILE_TEMPORARY)) {

Completed in 18 milliseconds

123