Home
last modified time | relevance | path

Searched refs:compute_lod (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h259 bool compute_lod; member
Dbi_print.c253 tex->compute_lod ? ", compute lod" : ""); in bi_print_texture()
Dbifrost_compile.c1382 .compute_lod = instr->op == nir_texop_tex, in emit_texs()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1927 compute_lod(const struct pipe_sampler_state *sampler, in compute_lod() function
2614 compute_lod(&sp_samp->base, filt_args->control, lambda, lod_in, lod); in mip_filter_linear_aniso()
2619 compute_lod(&sp_samp->base, filt_args->control, sp_samp->base.lod_bias, lod_in, lod); in mip_filter_linear_aniso()
/external/mesa3d/prebuilt-intermediates/bifrost/
Dbi_generated_pack.h2448 unsigned lod_mode = 1 - ins->texture.compute_lod; in pan_pack_add_var_tex_f32()
2829 unsigned lod_mode = 1 - ins->texture.compute_lod; in pan_pack_add_texs_2d_f32()
5177 unsigned lod_mode = 1 - ins->texture.compute_lod; in pan_pack_add_var_tex_f16()
5521 unsigned lod_mode = 1 - ins->texture.compute_lod; in pan_pack_add_texs_2d_f16()
/external/mesa3d/docs/relnotes/
D20.3.0.rst619 - pan/bi: Track compute_lod in IR
D20.2.0.rst499 - pan/bi: Document compute_lod bit for compact tex