Searched refs:TGSI_TEXTURE_2D (Results 1 - 25 of 28) sorted by relevance

12

/external/mesa3d/src/gallium/state_trackers/vega/
H A Dasm_fill.h160 ureg_TEX(ureg, *out, TGSI_TEXTURE_2D, ureg_src(temp[1]), sampler[0]);
185 ureg_TEX(ureg, temp[1], TGSI_TEXTURE_2D, in[1], sampler[3]);
199 ureg_TEX(ureg, temp[1], TGSI_TEXTURE_2D, in[1], sampler[3]);
213 ureg_TEX(ureg, temp[1], TGSI_TEXTURE_2D, in[1], sampler[3]);
414 ureg_TEX(ureg, temp[2], TGSI_TEXTURE_2D, in[0], sampler[2]); \
539 ureg_TEX(ureg, temp[1], TGSI_TEXTURE_2D, in[0], sampler[1]);
568 ureg_TEX(ureg, temp[0], TGSI_TEXTURE_2D, in[0], sampler[1]);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c274 case TGSI_TEXTURE_2D:
H A Dtgsi_exec.c1799 case TGSI_TEXTURE_2D:
1939 case TGSI_TEXTURE_2D:
2030 case TGSI_TEXTURE_2D:
2140 case TGSI_TEXTURE_2D:
2230 case TGSI_TEXTURE_2D:
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c347 ureg_TEX(ureg, y, TGSI_TEXTURE_2D, pos, y_sampler);
348 ureg_TEX(ureg, u, TGSI_TEXTURE_2D, pos, u_sampler);
349 ureg_TEX(ureg, v, TGSI_TEXTURE_2D, pos, v_sampler);
396 ureg_TEX(ureg, tmp1, TGSI_TEXTURE_2D, coords, sampler);
413 ureg_TEX(ureg, tmp, TGSI_TEXTURE_2D, coords, sampler);
420 ureg_TEX(ureg, dst, TGSI_TEXTURE_2D, coords, sampler);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.c352 TGSI_TEXTURE_2D, pos, y_sampler);
354 TGSI_TEXTURE_2D, pos, u_sampler);
356 TGSI_TEXTURE_2D, pos, v_sampler);
420 ureg_TEX(ureg, tmp1, TGSI_TEXTURE_2D, coords, sampler);
437 ureg_TEX(ureg, tmp, TGSI_TEXTURE_2D, coords, sampler);
445 ureg_TEX(ureg, dst, TGSI_TEXTURE_2D, coords, sampler);
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h496 #define TGSI_TEXTURE_2D 2 macro
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_zscan.c208 ureg_TEX(shader, ureg_writemask(tmp[i], TGSI_WRITEMASK_X), TGSI_TEXTURE_2D, vtex[i], samp_scan);
214 ureg_TEX(shader, ureg_writemask(tmp[0], TGSI_WRITEMASK_X << i), TGSI_TEXTURE_2D, ureg_src(tmp[i]), samp_src);
H A Dvl_matrix_filter.c123 ureg_TEX(shader, t_array[i], TGSI_TEXTURE_2D, src, sampler);
H A Dvl_median_filter.c132 ureg_TEX(shader, t_array[i], TGSI_TEXTURE_2D, src, sampler);
H A Dvl_idct.c118 ureg_TEX(shader, m[0], resource3d ? TGSI_TEXTURE_3D : TGSI_TEXTURE_2D, addr[0], sampler);
119 ureg_TEX(shader, m[1], resource3d ? TGSI_TEXTURE_3D : TGSI_TEXTURE_2D, addr[1], sampler);
H A Dvl_compositor.c293 ureg_TEX(shader, texel, TGSI_TEXTURE_2D, tc, sampler);
331 ureg_TEX(shader, texel, TGSI_TEXTURE_2D, tc, sampler);
H A Dvl_mc.c214 ureg_TEX(shader, ureg_writemask(fragment, TGSI_WRITEMASK_XYZ), TGSI_TEXTURE_2D, ureg_src(ref), sampler);
H A Dvl_mpeg12_decoder.c1018 ureg_TEX(shader, dst, TGSI_TEXTURE_2D, src, sampler);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c118 case TGSI_TEXTURE_2D:
H A Dlp_bld_tgsi_soa.c1175 case TGSI_TEXTURE_2D:
1314 case TGSI_TEXTURE_2D:
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c240 case TGSI_TEXTURE_2D:
/external/mesa3d/src/gallium/tests/trivial/
H A Dquad-tex.c279 p->fs = util_make_fragment_tex_shader(p->pipe, TGSI_TEXTURE_2D, TGSI_INTERPOLATE_LINEAR);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h576 return nr_samples > 1 ? TGSI_TEXTURE_2D_MSAA : TGSI_TEXTURE_2D;
H A Du_pstipple.c377 newInst.Texture.Texture = TGSI_TEXTURE_2D;
H A Du_gen_mipmap.c1544 type = TGSI_TEXTURE_2D;
1560 type = TGSI_TEXTURE_2D;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp729 targets[idx].first = TGSI_TEXTURE_2D;
747 targets[idx].first = TGSI_TEXTURE_2D;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c274 case TEXTURE_2D_INDEX: return TGSI_TEXTURE_2D;
280 case TEXTURE_EXTERNAL_INDEX: return TGSI_TEXTURE_2D;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c311 newInst.Texture.Texture = TGSI_TEXTURE_2D;
H A Ddraw_pipe_aaline.c284 newInst.Texture.Texture = TGSI_TEXTURE_2D;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c361 case TGSI_TEXTURE_2D:
393 case TGSI_TEXTURE_2D:

Completed in 1132 milliseconds

12