Searched refs:is_new_style_shadow (Results 1 – 15 of 15) sorted by relevance
51 tex->is_new_style_shadow = tg4->is_new_style_shadow; in ir3_nir_lower_tg4_to_tex_instr()
49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
322 txs->is_new_style_shadow = tex->is_new_style_shadow; in nir_get_texture_size()376 tql->is_new_style_shadow = tex->is_new_style_shadow; in nir_get_texture_lod()
274 hash = HASH(hash, instr->is_new_style_shadow); in hash_tex()664 tex1->is_new_style_shadow != tex2->is_new_style_shadow || in nir_instrs_equal()
851 assert(tex->is_shadow && tex->is_new_style_shadow); in lower_tex_packing()936 tex_copy->is_new_style_shadow = tex->is_new_style_shadow; in lower_tg4_offsets()1098 !(tex->is_shadow && tex->is_new_style_shadow)) { in nir_lower_tex_block()
1458 unsigned is_new_style_shadow:1; member1493 .u.is_new_style_shadow = tex->is_new_style_shadow, in write_tex()1528 tex->is_new_style_shadow = packed.u.is_new_style_shadow; in read_tex()
415 ntex->is_new_style_shadow = tex->is_new_style_shadow; in clone_tex()
2249 bool is_new_style_shadow; member2350 if (instr->is_shadow && instr->is_new_style_shadow) in nir_tex_instr_dest_size()
141 tex->is_new_style_shadow = old_tex->is_new_style_shadow; in create_plane_tex_instr_implicit()
150 tex->is_new_style_shadow = old_tex->is_new_style_shadow; in create_plane_tex_instr_implicit()
1001 (tex->is_shadow && tex->is_new_style_shadow)) in lower_gen7_tex_swizzle()
1943 if (instr->is_shadow && !instr->is_new_style_shadow && instr->op != nir_texop_tg4) in emit_texop_native()
2443 instr->is_new_style_shadow = (ir->type->vector_elements == 1); in visit()
2858 instr->is_new_style_shadow = in vtn_handle_texture()
4356 else if (instr->is_shadow && instr->is_new_style_shadow && instr->op != nir_texop_txs && in visit_tex()