Searched refs:sampler_index (Results 1 - 25 of 130) sorted by relevance

123456

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_bitmap.h51 unsigned tex_target, unsigned sampler_index,
H A Dst_cb_bitmap_shader.c38 unsigned sampler_index; member in struct:tgsi_bitmap_transform
92 tgsi_transform_sampler_decl(tctx, ctx->sampler_index);
95 tgsi_transform_sampler_view_decl(tctx, ctx->sampler_index,
102 tgsi_tex_target, ctx->sampler_index);
131 unsigned tex_target, unsigned sampler_index,
144 ctx.sampler_index = sampler_index;
130 st_get_bitmap_shader(const struct tgsi_token * tokens,unsigned tex_target,unsigned sampler_index,bool use_texcoord,bool swizzle_xxxx) argument
H A Dst_nir_lower_tex_src_plane.c82 assume(tex->texture_index == tex->sampler_index);
86 tex->texture_index = tex->sampler_index =
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_bitmap.h51 unsigned tex_target, unsigned sampler_index,
H A Dst_cb_bitmap_shader.c37 unsigned sampler_index; member in struct:tgsi_bitmap_transform
91 tgsi_transform_sampler_decl(tctx, ctx->sampler_index);
94 tgsi_transform_sampler_view_decl(tctx, ctx->sampler_index,
101 tgsi_tex_target, ctx->sampler_index);
130 unsigned tex_target, unsigned sampler_index,
143 ctx.sampler_index = sampler_index;
129 st_get_bitmap_shader(const struct tgsi_token * tokens,unsigned tex_target,unsigned sampler_index,bool use_texcoord,bool swizzle_xxxx) argument
H A Dst_nir_lower_tex_src_plane.c157 assume(tex->texture_index == tex->sampler_index);
158 tex->texture_index = tex->sampler_index = u_v_samp;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_nir_lower_texcmp.c93 int sampler_index = nir_tex_instr_src_index(tex, nir_tex_src_sampler_deref); local in function:lower_sample_tex_compare_impl
94 assert(sampler_index >= 0);
96 sampler_deref = nir_instr_as_deref(tex->src[sampler_index].src.ssa->parent_instr);
H A Dd3d12_lower_int_cubemap_to_array.c125 array_tex->sampler_index = tex->sampler_index;
229 int sampler_index = nir_tex_instr_src_index(tex, nir_tex_src_sampler_deref); local in function:lower_int_cubmap_to_array_impl
230 assert(sampler_index >= 0);
232 nir_deref_instr *sampler_deref = nir_instr_as_deref(tex->src[sampler_index].src.ssa->parent_instr);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tg4_to_tex.c53 tex->sampler_index = tg4->sampler_index;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_tex_sample.cpp289 unsigned sampler_index = params->sampler_index; local in function:swr_sampler_soa_emit_fetch_texel
291 assert(sampler_index < PIPE_MAX_SAMPLERS);
299 &sampler->dynamic_state.static_state[sampler_index].sampler_state,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c236 unsigned sampler_index = params->sampler_index; local in function:draw_llvm_sampler_soa_emit_fetch_texel
239 assert(sampler_index < PIPE_MAX_SAMPLERS);
242 &sampler->dynamic_state.static_state[sampler_index].sampler_state,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c257 unsigned sampler_index = params->sampler_index; local in function:lp_llvm_sampler_soa_emit_fetch_texel
259 assert(sampler_index < PIPE_MAX_SAMPLERS);
268 &sampler->dynamic_state.static_state[sampler_index].sampler_state,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_tex_sample.cpp305 unsigned sampler_index = params->sampler_index; local in function:swr_sampler_soa_emit_fetch_texel
307 assert(sampler_index < PIPE_MAX_SAMPLERS);
315 &sampler->dynamic_state.static_state[sampler_index].sampler_state,
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tg4_to_tex.c65 tex->sampler_index = tg4->sampler_index;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_tex.c130 txs->sampler_index = tex->sampler_index;
184 tql->sampler_index = tex->sampler_index;
340 plane_tex->sampler_index = tex->sampler_index;
869 switch (options->lower_tex_packing[tex->sampler_index]) {
920 unsigned sampler_index = tex->sampler_index; local in function:sampler_index_lt
928 sampler_index
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emittexinstruction.cpp107 auto sampler = get_sampler_id(instr->sampler_index, src.sampler_deref);
146 auto sampler = get_sampler_id(instr->sampler_index, src.sampler_deref);
187 auto sampler = get_sampler_id(instr->sampler_index, src.sampler_deref);
223 auto sampler = get_sampler_id(instr->sampler_index, src.sampler_deref);
256 auto sampler = get_sampler_id(instr->sampler_index, src.sampler_deref);
294 auto sampler = get_sampler_id(instr->sampler_index, src.sampler_deref);
324 instr->sampler_index + R600_MAX_CONST_BUFFERS,
331 auto sampler = get_sampler_id(instr->sampler_index, tex_src.sampler_deref);
361 int res_id = R600_MAX_CONST_BUFFERS + instr->sampler_index;
386 auto sampler = get_sampler_id(instr->sampler_index, sr
[all...]
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c73 tql->sampler_index = tex->sampler_index;
273 txf->sampler_index = tex->sampler_index;
423 dxil_wrap_sampler_state *active_wrap_state = &states->wrap_states[tex->sampler_index];
526 &states->tex_swizzles[tex->sampler_index]:
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_lower_vulkan_resource.c128 value += binding->stage[stage].sampler_index;
143 tex->sampler_index = value;
226 value += binding->stage[shader->info.stage].sampler_index;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_samplers.c63 * Otherwise instr->sampler_index or instr->texture_index would be out
111 instr->sampler_index = base_index;
H A Dnir_lower_tex.c303 plane_tex->sampler_index = tex->sampler_index;
769 txd->sampler_index = tex->sampler_index;
805 txl->sampler_index = tex->sampler_index;
998 switch (options->lower_tex_packing[tex->sampler_index]) {
1063 unsigned sampler_index = tex->sampler_index; local in function:sampler_index_lt
1071 sampler_index
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_nir_builder.h76 tex->sampler_index = 0;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_lower_samplers.c98 instr->sampler_index = base_index;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c370 unsigned sampler_index = params->sampler_index; local in function:lp_llvm_sampler_soa_emit_fetch_texel
372 assert(sampler_index < PIPE_MAX_SAMPLERS);
397 &sampler->dynamic_state.static_state[sampler_index].sampler_state,
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_nir_builder.h63 tex->sampler_index = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c334 unsigned sampler_index = params->sampler_index; local in function:draw_llvm_sampler_soa_emit_fetch_texel
337 assert(sampler_index < PIPE_MAX_SAMPLERS);
356 &sampler->dynamic_state.static_state[sampler_index].sampler_state,

Completed in 30 milliseconds

123456