HomeSort by relevance Sort by last modified time
    Searched refs:lower_rect (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir.c 111 .lower_rect = 0,
  /external/mesa3d/src/compiler/nir/
nir_lower_tex.c 182 lower_rect(nir_builder *b, nir_tex_instr *tex) function
742 if ((tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) && options->lower_rect) {
743 lower_rect(b, tex);
nir.h 2419 bool lower_rect; member in struct:nir_lower_tex_options
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir.c 672 tex_options.lower_rect = true;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c     [all...]

Completed in 658 milliseconds