Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp836 lower_tex_options.lower_txf_offset = true; in r600_shader_from_nir()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c786 .lower_txf_offset = true, in brw_preprocess_nir()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c1289 if ((tex->op == nir_texop_txf && options->lower_txf_offset) || in nir_lower_tex_block()
Dnir.h5083 bool lower_txf_offset; member