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

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_txf_ms.c 53 txf->is_new_style_shadow = txf_ms->is_new_style_shadow;
  /external/mesa3d/src/compiler/nir/
nir_lower_tex.c 164 txs->is_new_style_shadow = tex->is_new_style_shadow;
322 txl->is_new_style_shadow = tex->is_new_style_shadow;
770 !(tex->is_shadow && tex->is_new_style_shadow)) {
nir_instr_set.c 157 hash = HASH(hash, instr->is_new_style_shadow);
312 tex1->is_new_style_shadow != tex2->is_new_style_shadow ||
nir_clone.c 417 ntex->is_new_style_shadow = tex->is_new_style_shadow;
nir.h 1152 bool is_new_style_shadow; member in struct:__anon27434
    [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c     [all...]
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp     [all...]

Completed in 185 milliseconds