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

  /external/mesa3d/src/compiler/
shader_info.h 71 bool uses_texture_gather; member in struct:shader_info
  /external/mesa3d/src/compiler/nir/
nir_gather_info.c 267 shader->info->uses_texture_gather = true;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c     [all...]
brw_wm.c 339 if (brw->gen == 7 && prog->nir->info->uses_texture_gather) {
377 if (brw->gen == 6 && prog->nir->info->uses_texture_gather) {
brw_shader.cpp 1178 if (prog->nir->info->uses_texture_gather) {
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_set_program_inouts.cpp 419 prog->info.uses_texture_gather = true;
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 1057 s->info->uses_texture_gather = false;

Completed in 125 milliseconds