Searched refs:is_new_style_shadow (Results 1 – 7 of 7) sorted by relevance
53 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
164 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()
157 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()
417 ntex->is_new_style_shadow = tex->is_new_style_shadow; in clone_tex()
1152 bool is_new_style_shadow; member1237 if (instr->is_shadow && instr->is_new_style_shadow) in nir_tex_instr_dest_size()
1648 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()
1948 instr->is_new_style_shadow = (ir->type->vector_elements == 1); in visit()