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

  /external/mesa3d/src/compiler/nir/
nir_lower_tex.c 275 lower_y_u_v_external(nir_builder *b, nir_tex_instr *tex) function
752 if ((1 << tex->texture_index) & options->lower_y_u_v_external) {
753 lower_y_u_v_external(b, tex);
nir.h 2425 unsigned lower_y_u_v_external; member in struct:nir_lower_tex_options
    [all...]

Completed in 76 milliseconds