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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 151 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
215 decl.Declaration.File = TGSI_FILE_TEMPORARY;
221 decl.Declaration.File = TGSI_FILE_TEMPORARY;
243 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
257 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
261 newInst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
264 newInst.Src[1].Register.File = TGSI_FILE_TEMPORARY;
274 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
278 newInst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
286 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
    [all...]
draw_pipe_pstipple.c 156 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
256 decl.Declaration.File = TGSI_FILE_TEMPORARY;
294 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
307 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
312 newInst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
323 newInst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
draw_pipe_aaline.c 177 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
258 decl.Declaration.File = TGSI_FILE_TEMPORARY;
264 decl.Declaration.File = TGSI_FILE_TEMPORARY;
280 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
300 newInst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
312 newInst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
314 newInst.Src[1].Register.File = TGSI_FILE_TEMPORARY;
335 dst->Register.File = TGSI_FILE_TEMPORARY;
  /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 168 case TGSI_FILE_TEMPORARY: return RC_FILE_TEMPORARY;
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 216 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
320 decl.Declaration.File = TGSI_FILE_TEMPORARY;
360 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
373 newInst.Dst[0].Register.File = TGSI_FILE_TEMPORARY;
378 newInst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
389 newInst.Src[0].Register.File = TGSI_FILE_TEMPORARY;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 68 if (src->File == TGSI_FILE_TEMPORARY) {
197 if (dst->File == TGSI_FILE_TEMPORARY) {
lp_bld_tgsi_aos.c 265 case TGSI_FILE_TEMPORARY:
416 case TGSI_FILE_TEMPORARY:
418 if (bld->indirect_files & (1 << TGSI_FILE_TEMPORARY)) {
1022 bld.bld_base.emit_fetch_funcs[TGSI_FILE_TEMPORARY] = emit_fetch_temporary;
lp_bld_tgsi_soa.c 393 if (bld->indirect_files & (1 << TGSI_FILE_TEMPORARY)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi.c 291 emit.nr_hw_temp = emit.info.file_max[TGSI_FILE_TEMPORARY] + 1;
svga_tgsi_insn.c 71 case TGSI_FILE_TEMPORARY: return SVGA3DREG_TEMP;
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 71 TGSI_FILE_TEMPORARY =4,
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 304 case TGSI_FILE_TEMPORARY: return nv50_ir::FILE_GPR;
704 info->bin.tlsSpace += (scan.file_max[TGSI_FILE_TEMPORARY] + 1) * 16;
929 case TGSI_FILE_TEMPORARY:
970 if (insn.getDst(0).getFile() == TGSI_FILE_TEMPORARY) {
978 if (src.getFile() == TGSI_FILE_TEMPORARY)
1115 DataArray tData; // TGSI_FILE_TEMPORARY
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 140 return (reg->Register.File == TGSI_FILE_TEMPORARY &&
151 return (reg->Register.File == TGSI_FILE_TEMPORARY &&
287 case TGSI_FILE_TEMPORARY:
502 case TGSI_FILE_TEMPORARY:
    [all...]
tgsi_ureg.c 558 return ureg_dst_register( TGSI_FILE_TEMPORARY, i );
574 if(tmp.File == TGSI_FILE_TEMPORARY)
    [all...]
tgsi_ureg.h     [all...]
tgsi_exec.c     [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 386 case TGSI_FILE_TEMPORARY:
417 case TGSI_FILE_TEMPORARY:
458 if (fsrc->Register.File == TGSI_FILE_TEMPORARY) {
512 case TGSI_FILE_TEMPORARY:
    [all...]
nvfx_vertprog.c 382 case TGSI_FILE_TEMPORARY:
429 case TGSI_FILE_TEMPORARY:
478 if (fsrc->Register.File == TGSI_FILE_TEMPORARY) {
521 case TGSI_FILE_TEMPORARY:
909 case TGSI_FILE_TEMPORARY:
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 188 case TGSI_FILE_TEMPORARY:
312 case TGSI_FILE_TEMPORARY:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 225 case TGSI_FILE_TEMPORARY:
331 case TGSI_FILE_TEMPORARY:
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 230 if(d.File == TGSI_FILE_TEMPORARY)
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 852 case TGSI_FILE_TEMPORARY:
    [all...]

Completed in 383 milliseconds