HomeSort by relevance Sort by last modified time
    Searched refs:TGSI_FILE_TEMPORARY (Results 1 - 25 of 37) 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 675 ctx->fog_factor_temp = ctx->info.file_max[TGSI_FILE_TEMPORARY] + 1;
715 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
731 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
742 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
746 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, X, Y, Z, W);
757 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
768 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
772 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, X, Y, Z, W);
773 SET_SRC(&inst, 1, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, X, Y, Z, W);
779 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 139 case TGSI_FILE_TEMPORARY: return RC_FILE_TEMPORARY;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 250 unsigned num_arrays = ctx->bld_base.info->array_max[TGSI_FILE_TEMPORARY];
274 if (File == TGSI_FILE_TEMPORARY) {
306 if (file != TGSI_FILE_TEMPORARY)
465 case TGSI_FILE_TEMPORARY:
572 case TGSI_FILE_TEMPORARY:
657 case TGSI_FILE_TEMPORARY:
704 ctx->temps_count = bld_base->info->file_max[TGSI_FILE_TEMPORARY] + 1;
878 case TGSI_FILE_TEMPORARY:
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi.c 204 emit.nr_hw_temp = emit.info.file_max[TGSI_FILE_TEMPORARY] + 1;
212 if (emit.info.indirect_files & (1 << TGSI_FILE_TEMPORARY)) {
svga_tgsi_vgpu10.c 655 * \param array is the TGSI_FILE_TEMPORARY register an array?
667 case TGSI_FILE_TEMPORARY:
713 if (file == TGSI_FILE_TEMPORARY) {
730 if (file == TGSI_FILE_TEMPORARY) {
776 assert(file == TGSI_FILE_TEMPORARY);
841 emit_dword(emit, remap_temp_index(emit, TGSI_FILE_TEMPORARY, tmp_reg_index));
873 file = TGSI_FILE_TEMPORARY;
883 file = TGSI_FILE_TEMPORARY;
891 file = TGSI_FILE_TEMPORARY;
911 file = 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:
384 case TGSI_FILE_TEMPORARY:
386 if (bld->indirect_files & (1 << TGSI_FILE_TEMPORARY)) {
897 bld.bld_base.emit_fetch_funcs[TGSI_FILE_TEMPORARY] = emit_fetch_temporary;
lp_bld_tgsi_soa.c 834 case TGSI_FILE_TEMPORARY:
871 return get_file_ptr(bld, TGSI_FILE_TEMPORARY, index, chan);
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_ureg.h     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_vertprog.c 384 case TGSI_FILE_TEMPORARY:
431 case TGSI_FILE_TEMPORARY:
480 if (fsrc->Register.File == TGSI_FILE_TEMPORARY) {
523 case TGSI_FILE_TEMPORARY:
894 case TGSI_FILE_TEMPORARY:
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 68 TGSI_FILE_TEMPORARY,
  /external/virglrenderer/src/gallium/include/pipe/
p_shader_tokens.h 73 TGSI_FILE_TEMPORARY =4,
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 174 case TGSI_FILE_TEMPORARY:
298 case TGSI_FILE_TEMPORARY:
988 == TGSI_FILE_TEMPORARY) {
996 /* XXX just use shader->info->file_mask[TGSI_FILE_TEMPORARY] */
    [all...]

Completed in 515 milliseconds

1 2