Home
last modified time | relevance | path

Searched refs:TGSI_TEXTURE_3D (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c282 case TGSI_TEXTURE_3D: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c1874 case TGSI_TEXTURE_3D: in exec_tex()
1956 case TGSI_TEXTURE_3D: in exec_txd()
2025 case TGSI_TEXTURE_3D: in exec_txf()
2162 case TGSI_TEXTURE_3D: in exec_sample()
2245 case TGSI_TEXTURE_3D: in exec_sample_d()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h497 #define TGSI_TEXTURE_3D 3 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c127 case TGSI_TEXTURE_3D: in analyse_tex()
Dlp_bld_tgsi_soa.c1192 case TGSI_TEXTURE_3D: in emit_tex()
1321 case TGSI_TEXTURE_3D: in emit_txq()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c243 case TGSI_TEXTURE_3D: in transform_texture()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_idct.c118 ureg_TEX(shader, m[0], resource3d ? TGSI_TEXTURE_3D : TGSI_TEXTURE_2D, addr[0], sampler); in fetch_four()
119 ureg_TEX(shader, m[1], resource3d ? TGSI_TEXTURE_3D : TGSI_TEXTURE_2D, addr[1], sampler); in fetch_four()
Dvl_zscan.c215 …ureg_TEX(shader, ureg_writemask(quant, TGSI_WRITEMASK_X << i), TGSI_TEXTURE_3D, vtex[i], samp_quan… in create_frag_shader()
Dvl_compositor.c155 … ureg_TEX(shader, ureg_writemask(texel, TGSI_WRITEMASK_X << i), TGSI_TEXTURE_3D, tc, sampler[i]); in create_frag_shader_video_buffer()
228 TGSI_TEXTURE_3D, src, sampler[j]); in create_frag_shader_weave()
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h584 return TGSI_TEXTURE_3D; in util_pipe_tex_to_tgsi_tex()
Du_gen_mipmap.c1547 type = TGSI_TEXTURE_3D; in util_gen_mipmap()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c369 case TGSI_TEXTURE_3D: in translate_tex_src_target()
398 case TGSI_TEXTURE_3D: in texture_num_coords()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
Dsm4_to_tgsi.cpp737 targets[idx].first = TGSI_TEXTURE_3D; in do_translate()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c275 case TEXTURE_3D_INDEX: return TGSI_TEXTURE_3D; in st_translate_texture_target()