HomeSort by relevance Sort by last modified time
    Searched refs:TGSI_FILE_TEMPORARY (Results 1 - 25 of 35) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_aa_point.c 75 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, tmp0, TGSI_SWIZZLE_X, true)
    [all...]
tgsi_point_sprite.c 140 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
255 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY,
286 TGSI_FILE_TEMPORARY, ts->point_pos_tmp);
296 TGSI_FILE_TEMPORARY, ts->point_scale_tmp, TGSI_WRITEMASK_X,
297 TGSI_FILE_TEMPORARY, ts->point_size_tmp, TGSI_SWIZZLE_X,
298 TGSI_FILE_TEMPORARY, ts->point_pos_tmp, TGSI_SWIZZLE_W, false);
304 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY,
307 tgsi_transform_src_reg(&inst.Src[0], TGSI_FILE_TEMPORARY,
321 TGSI_FILE_TEMPORARY, ts->point_coord_k,
325 TGSI_FILE_TEMPORARY, ts->point_size_tmp
    [all...]
tgsi_two_side.c 88 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
125 decl.Declaration.File = TGSI_FILE_TEMPORARY;
152 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
186 inst->Src[i].Register.File = TGSI_FILE_TEMPORARY;
tgsi_lowering.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 150 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, tmp0, TGSI_WRITEMASK_Y
    [all...]
draw_pipe_aaline.c 182 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
273 TGSI_FILE_TEMPORARY, aactx->texTemp,
281 TGSI_FILE_TEMPORARY, aactx->colorTemp);
287 TGSI_FILE_TEMPORARY, aactx->colorTemp,
288 TGSI_FILE_TEMPORARY, aactx->texTemp, false);
311 dst->Register.File = TGSI_FILE_TEMPORARY;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels_shader.c 103 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;
st_cb_bitmap_shader.c 70 if (ctx->info.file_max[TGSI_FILE_TEMPORARY] == -1) {
100 TGSI_FILE_TEMPORARY, 0,
110 inst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
st_atifs_to_tgsi.c 676 ctx->fog_factor_temp = ctx->info.file_max[TGSI_FILE_TEMPORARY] + 1;
720 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
736 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
747 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
751 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, X, Y, Z, W);
762 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
773 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
777 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, X, Y, Z, W);
778 SET_SRC(&inst, 1, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, X, Y, Z, W);
784 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
    [all...]
st_tgsi_lower_yuv.c 223 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;
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 215 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,
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c 83 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;
r300_tgsi_to_rc.c 147 case TGSI_FILE_TEMPORARY: return RC_FILE_TEMPORARY;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 396 unsigned num_arrays = ctx->bld_base.info->array_max[TGSI_FILE_TEMPORARY];
420 if (File == TGSI_FILE_TEMPORARY) {
467 if (file != TGSI_FILE_TEMPORARY)
632 case TGSI_FILE_TEMPORARY:
734 case TGSI_FILE_TEMPORARY:
802 case TGSI_FILE_TEMPORARY:
850 ctx->temps_count = bld_base->info->file_max[TGSI_FILE_TEMPORARY] + 1;
1036 case TGSI_FILE_TEMPORARY:
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_compiler.c 61 * assigned from TGSI perspective (ie. not TGSI_FILE_TEMPORARY).
72 * assigned temporaries (ie. num_regs[TGSI_FILE_TEMPORARY]), and the
338 case TGSI_FILE_TEMPORARY:
380 case TGSI_FILE_TEMPORARY:
528 tmp_dst->File = TGSI_FILE_TEMPORARY;
538 tmp_dst->Index = ctx->num_regs[TGSI_FILE_TEMPORARY] + n;
549 dst->File = TGSI_FILE_TEMPORARY;
577 ctx->pred_reg = ctx->num_regs[TGSI_FILE_TEMPORARY];
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 69 if (src->File == TGSI_FILE_TEMPORARY) {
302 if (dst->File == TGSI_FILE_TEMPORARY) {
lp_bld_tgsi_aos.c 251 case TGSI_FILE_TEMPORARY:
425 case TGSI_FILE_TEMPORARY:
427 if (bld->indirect_files & (1 << TGSI_FILE_TEMPORARY)) {
980 bld.bld_base.emit_fetch_funcs[TGSI_FILE_TEMPORARY] = emit_fetch_temporary;
lp_bld_tgsi_soa.c 867 case TGSI_FILE_TEMPORARY:
904 return get_file_ptr(bld, TGSI_FILE_TEMPORARY, index, chan);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi.c 204 emit.nr_hw_temp = emit.info.file_max[TGSI_FILE_TEMPORARY] + 1;
svga_tgsi_vgpu10.c 653 * \param array is the TGSI_FILE_TEMPORARY register an array?
665 case TGSI_FILE_TEMPORARY:
711 if (file == TGSI_FILE_TEMPORARY) {
728 if (file == TGSI_FILE_TEMPORARY) {
774 assert(file == TGSI_FILE_TEMPORARY);
839 emit_dword(emit, remap_temp_index(emit, TGSI_FILE_TEMPORARY, tmp_reg_index));
871 file = TGSI_FILE_TEMPORARY;
881 file = TGSI_FILE_TEMPORARY;
889 file = TGSI_FILE_TEMPORARY;
909 file = TGSI_FILE_TEMPORARY;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_vertprog.c 383 case TGSI_FILE_TEMPORARY:
430 case TGSI_FILE_TEMPORARY:
479 if (fsrc->Register.File == TGSI_FILE_TEMPORARY) {
522 case TGSI_FILE_TEMPORARY:
901 case TGSI_FILE_TEMPORARY:
    [all...]
nvfx_fragprog.c 391 case TGSI_FILE_TEMPORARY:
422 case TGSI_FILE_TEMPORARY:
463 if (fsrc->Register.File == TGSI_FILE_TEMPORARY) {
517 case TGSI_FILE_TEMPORARY:
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 68 TGSI_FILE_TEMPORARY,
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 402 case TGSI_FILE_TEMPORARY: return nv50_ir::FILE_GPR;
1032 tempArrayId.resize(scan.file_max[TGSI_FILE_TEMPORARY] + 1);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 248 if (file == TGSI_FILE_TEMPORARY) {
523 case TGSI_FILE_TEMPORARY:
712 if (tgsi_dst->File == TGSI_FILE_TEMPORARY) {
743 if (tgsi_dst->Indirect && (tgsi_dst->File != TGSI_FILE_TEMPORARY)) {
758 if (tgsi_dst->File == TGSI_FILE_TEMPORARY) {
    [all...]

Completed in 616 milliseconds

1 2