Home
last modified time | relevance | path

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

12

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_util.c304 case TGSI_TEXTURE_3D: in tgsi_util_get_inst_usage_mask()
413 case TGSI_TEXTURE_3D: in tgsi_util_get_texture_coord_dim()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_blit.h62 case PIPE_TEXTURE_3D: return TGSI_TEXTURE_3D; in nv50_blit_get_tgsi_texture_target()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c134 case TGSI_TEXTURE_3D: in analyse_tex()
229 case TGSI_TEXTURE_3D: in analyse_sample()
Dlp_bld_tgsi_soa.c1981 case TGSI_TEXTURE_3D: in tgsi_to_pipe_tex_target()
2131 case TGSI_TEXTURE_3D: in emit_tex()
2340 case TGSI_TEXTURE_3D: in emit_sample()
2511 case TGSI_TEXTURE_3D: in emit_fetch_texels()
3391 case TGSI_TEXTURE_3D: in target_to_dims_layer()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c59 return (tgsi_tex_instr == TGSI_TEXTURE_3D || in has_layer_or_depth()
115 if (tgsi_target == TGSI_TEXTURE_3D || in has_compat_target()
743 case TGSI_TEXTURE_3D: in sp_tgsi_get_dims()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c492 case TGSI_TEXTURE_3D: in tgsi_util_get_texture_coord_dim()
Dtgsi_exec.c2505 case TGSI_TEXTURE_3D: in exec_txd()
2563 case TGSI_TEXTURE_3D: in exec_txf()
2731 case TGSI_TEXTURE_3D: in exec_sample()
2834 case TGSI_TEXTURE_3D: in exec_sample_d()
3850 case TGSI_TEXTURE_3D: in get_image_coord_dim()
Dtgsi_lowering.c1063 case TGSI_TEXTURE_3D: in transform_samp()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h689 TGSI_TEXTURE_3D, enumerator
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c80 case TEXTURE_3D_INDEX: return TGSI_TEXTURE_3D; in get_texture_target()
Dst_mesa_to_tgsi.c215 return TGSI_TEXTURE_3D; in st_translate_texture_target()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h669 #define TGSI_TEXTURE_3D 3 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c214 case TGSI_TEXTURE_3D: in transform_texture()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_inlines.h581 return TGSI_TEXTURE_3D; in util_pipe_tex_to_tgsi_tex()
/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.c240 …ureg_TEX(shader, ureg_writemask(quant, TGSI_WRITEMASK_X << i), TGSI_TEXTURE_3D, vtex[i], samp_quan… in create_frag_shader()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c355 case TGSI_TEXTURE_3D: in translate_tex_src_target()
384 case TGSI_TEXTURE_3D: in i915_num_coords()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c530 case TGSI_TEXTURE_3D: in svga_tgsi_sampler_type()
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h626 return TGSI_TEXTURE_3D; in util_pipe_tex_to_tgsi_tex()
/external/virglrenderer/src/
Dvrend_blitter.c208 case TGSI_TEXTURE_3D: in get_swizzle()
Dvrend_shader.c2297 case TGSI_TEXTURE_3D: in emit_txq()
2415 case TGSI_TEXTURE_3D: in fill_offset_buffer()
2447 case TGSI_TEXTURE_3D: in fill_offset_buffer()
2486 case TGSI_TEXTURE_3D: in fill_offset_buffer()
2571 case TGSI_TEXTURE_3D: in translate_tex()
2625 case TGSI_TEXTURE_3D: in translate_tex()
2656 inst->Texture.Texture == TGSI_TEXTURE_3D || in translate_tex()
2978 case TGSI_TEXTURE_3D: in get_coord_prefix()
5569 case TGSI_TEXTURE_3D: return "3D"; in vrend_shader_samplertypeconv()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1206 return TGSI_TEXTURE_3D; in tgsi_target_from_sampler_dim()
1861 target = TGSI_TEXTURE_3D; in ntt_emit_texture()
Dtgsi_to_nir.c1197 case TGSI_TEXTURE_3D: in get_texture_info()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c2144 case NINED3DSTT_VOLUME: return TGSI_TEXTURE_3D; in d3dstt_to_tgsi_tex()
2171 case 3: return TGSI_TEXTURE_3D; in ps1x_sampler_type()
Dnine_ff.c1409 case 2: target = TGSI_TEXTURE_3D; break; in nine_ff_build_ps()

12