Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c2075 bool samp_const; in get_tex_samp_tex_src() local
2081 samp_const = nir_src_is_const(bindless_samp->src[0]); in get_tex_samp_tex_src()
2082 if (samp_const) in get_tex_samp_tex_src()
2085 samp_const = true; in get_tex_samp_tex_src()
2090 if (tex_const && samp_const && info.tex_idx < 256 && info.samp_idx < 256) { in get_tex_samp_tex_src()