Searched refs:lower_ayuv_external (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_tex.c447 lower_ayuv_external(nir_builder *b, nir_tex_instr *tex, function in typeref:typename:void
1044 if ((1 << tex->texture_index) & options->lower_ayuv_external) {
1045 lower_ayuv_external(b, tex, options);
H A Dnir.h3456 unsigned lower_ayuv_external; member in struct:nir_lower_tex_options
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_tex.c439 lower_ayuv_external(nir_builder *b, nir_tex_instr *tex, function in typeref:typename:void
1337 if (texture_mask & options->lower_ayuv_external) {
1338 lower_ayuv_external(b, tex, options, texture_index);
H A Dnir.h5104 unsigned lower_ayuv_external; member in struct:nir_lower_tex_options
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.c985 tex_options.lower_ayuv_external = key_tex->ayuv_image_mask;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.c1239 tex_options.lower_ayuv_external = key_tex->ayuv_image_mask;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_program.c1486 options.lower_ayuv_external = key->external.lower_ayuv;

Completed in 24 milliseconds