HomeSort by relevance Sort by last modified time
    Searched defs:lower_y_uv_external (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_lower_tex.c 261 lower_y_uv_external(nir_builder *b, nir_tex_instr *tex) function
747 if ((1 << tex->texture_index) & options->lower_y_uv_external) {
748 lower_y_uv_external(b, tex);
nir.h 2424 unsigned lower_y_uv_external; member in struct:nir_lower_tex_options
    [all...]

Completed in 419 milliseconds