Home
last modified time | relevance | path

Searched refs:TGSI_TEXTURE_1D (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c74 tgsi_tex_instr == TGSI_TEXTURE_1D || in has_1coord()
103 if (tgsi_target == TGSI_TEXTURE_1D) in has_compat_target()
125 if (tgsi_target == TGSI_TEXTURE_1D || in has_compat_target()
733 case TGSI_TEXTURE_1D: in sp_tgsi_get_dims()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c121 case TGSI_TEXTURE_1D: in analyse_tex()
220 case TGSI_TEXTURE_1D: in analyse_sample()
Dlp_bld_tgsi_soa.c1979 case TGSI_TEXTURE_1D: in tgsi_to_pipe_tex_target()
2100 case TGSI_TEXTURE_1D: in emit_tex()
2322 case TGSI_TEXTURE_1D: in emit_sample()
2498 case TGSI_TEXTURE_1D: in emit_fetch_texels()
3382 case TGSI_TEXTURE_1D: in target_to_dims_layer()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_blit.h60 case PIPE_TEXTURE_1D: return TGSI_TEXTURE_1D; in nv50_blit_get_tgsi_texture_target()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor_gfx.c369 ureg_DECL_sampler_view(shader, 1, TGSI_TEXTURE_1D, in create_frag_shader_palette()
387 ureg_TEX(shader, texel, TGSI_TEXTURE_1D, ureg_src(texel), palette); in create_frag_shader_palette()
392 TGSI_TEXTURE_1D, ureg_src(texel), palette); in create_frag_shader_palette()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c340 case TGSI_TEXTURE_1D: in translate_tex_src_target()
377 case TGSI_TEXTURE_1D: /* See the 1D coord swizzle below. */ in i915_coord_mask()
411 if (texture == TGSI_TEXTURE_1D || texture == TGSI_TEXTURE_SHADOW1D) in emit_tex()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c441 case TGSI_TEXTURE_1D: in tgsi_util_get_texture_coord_dim()
Dtgsi_exec.c2228 case TGSI_TEXTURE_1D: in exec_txd()
2363 case TGSI_TEXTURE_1D: in exec_txf()
2478 case TGSI_TEXTURE_1D: in exec_sample()
2588 case TGSI_TEXTURE_1D: in exec_sample_d()
3613 case TGSI_TEXTURE_1D: in get_image_coord_dim()
Dtgsi_lowering.c1085 case TGSI_TEXTURE_1D: in transform_samp()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_analysis.c350 tex_info->target = TGSI_TEXTURE_1D; in llvmpipe_nir_fn_is_linear_compat()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h682 TGSI_TEXTURE_1D, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c210 case TGSI_TEXTURE_1D: in transform_texture()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c523 case TGSI_TEXTURE_1D: in svga_tgsi_sampler_type()
Dsvga_tgsi_vgpu10.c6097 case TGSI_TEXTURE_1D: in tgsi_texture_to_resource_dimension()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h675 return TGSI_TEXTURE_1D; in util_pipe_tex_to_tgsi_tex()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c1085 return TGSI_TEXTURE_1D; in translate_resource_dimension()
1113 case TGSI_TEXTURE_1D: in texture_dim_from_tgsi_target()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp259 case TGSI_TEXTURE_1D: in texOffsetMask()
338 case TGSI_TEXTURE_1D: in srcMask()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c2162 case NINED3DSTT_1D: return TGSI_TEXTURE_1D; in d3dstt_to_tgsi_tex()
2189 case 1: return shadow ? TGSI_TEXTURE_SHADOW1D : TGSI_TEXTURE_1D; in ps1x_sampler_type()
Dnine_ff.c1416 case 0: target = TGSI_TEXTURE_1D; break; in nine_ff_build_ps()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1154 case TGSI_TEXTURE_1D: in get_texture_info()
Dnir_to_tgsi.c917 return is_array ? TGSI_TEXTURE_1D_ARRAY : TGSI_TEXTURE_1D; in tgsi_texture_type_from_sampler_dim()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c8218 case TGSI_TEXTURE_1D: in tgsi_tex()
8249 case TGSI_TEXTURE_1D: in tgsi_tex()
8631 case TGSI_TEXTURE_1D: in tgsi_tex()
8775 case TGSI_TEXTURE_1D: in load_index_src()