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 270 lower_y_uv_external(nir_builder *b, nir_tex_instr *tex) function
770 if ((1 << tex->texture_index) & options->lower_y_uv_external) {
771 lower_y_uv_external(b, tex);
nir.h 2568 unsigned lower_y_uv_external; member in struct:nir_lower_tex_options
    [all...]

Completed in 227 milliseconds