HomeSort by: relevance | last modified time | path
    Searched defs:lower_y_uv_external (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_tex.c 362 lower_y_uv_external(nir_builder *b, nir_tex_instr *tex, function
1317 if (texture_mask & options->lower_y_uv_external) {
1318 lower_y_uv_external(b, tex, options, texture_index);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_tex.c 382 lower_y_uv_external(nir_builder *b, nir_tex_instr *tex, function
1024 if ((1 << tex->texture_index) & options->lower_y_uv_external) {
1025 lower_y_uv_external(b, tex, options);

Completed in 6 milliseconds