Searched refs:lower_srgb (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_tex.c1072 if (((1 << tex->texture_index) & options->lower_srgb) &&
H A Dnir.h3495 * (lower_srgb & (1 << texture_index)) then the rgb (xyz) components
3498 unsigned lower_srgb; member in struct:nir_lower_tex_options
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_tex.c1380 if ((texture_mask & options->lower_srgb) &&
H A Dnir.h5154 * (lower_srgb & (1 << texture_index)) then the rgb (xyz) components
5157 unsigned lower_srgb; member in struct:nir_lower_tex_options
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_program.c2284 tex_options.lower_srgb |= (1 << i);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_program.c2291 tex_options.lower_srgb |= (1 << i);

Completed in 81 milliseconds