Home
last modified time | relevance | path

Searched refs:is_new_style_shadow (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_txf_ms.c53 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c164 txs->is_new_style_shadow = tex->is_new_style_shadow; in get_texture_size()
322 txl->is_new_style_shadow = tex->is_new_style_shadow; in replace_gradient_with_lod()
770 !(tex->is_shadow && tex->is_new_style_shadow)) { in nir_lower_tex_block()
Dnir_instr_set.c157 hash = HASH(hash, instr->is_new_style_shadow); in hash_tex()
312 tex1->is_new_style_shadow != tex2->is_new_style_shadow || in nir_instrs_equal()
Dnir_clone.c417 ntex->is_new_style_shadow = tex->is_new_style_shadow; in clone_tex()
Dnir.h1152 bool is_new_style_shadow; member
1237 if (instr->is_shadow && instr->is_new_style_shadow) in nir_tex_instr_dest_size()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1648 instr->is_new_style_shadow = in vtn_handle_texture()
1716 instrs[i]->is_new_style_shadow = instr->is_new_style_shadow; in vtn_handle_texture()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1948 instr->is_new_style_shadow = (ir->type->vector_elements == 1); in visit()