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

  /external/mesa3d/src/compiler/nir/
nir_lower_tex.c 785 (tex->is_shadow && options->lower_txd_shadow))) {
791 if (tex->op == nir_texop_txd && options->lower_txd_shadow &&
nir.h 2476 bool lower_txd_shadow; member in struct:nir_lower_tex_options
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir.c 692 tex_options.lower_txd_shadow = devinfo->gen < 8 && !devinfo->is_haswell;

Completed in 125 milliseconds