HomeSort by: relevance | last modified time | path
    Searched refs:lower_xy_uxvx_external (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_tex.c 431 lower_xy_uxvx_external(nir_builder *b, nir_tex_instr *tex, function
1039 if ((1 << tex->texture_index) & options->lower_xy_uxvx_external) {
1040 lower_xy_uxvx_external(b, tex, options);
nir.h 3455 unsigned lower_xy_uxvx_external;
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_tex.c 420 lower_xy_uxvx_external(nir_builder *b, nir_tex_instr *tex, function
1332 if (texture_mask & options->lower_xy_uxvx_external) {
1333 lower_xy_uxvx_external(b, tex, options, texture_index);
nir.h 5103 unsigned lower_xy_uxvx_external;
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_nir.c 1238 tex_options.lower_xy_uxvx_external = key_tex->xy_uxvx_image_mask;
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_nir.c 984 tex_options.lower_xy_uxvx_external = key_tex->xy_uxvx_image_mask;
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_program.c 1484 options.lower_xy_uxvx_external = key->external.lower_xy_uxvx;

Completed in 31 milliseconds