Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tg4_to_tex.c51 tex->is_new_style_shadow = tg4->is_new_style_shadow; in ir3_nir_lower_tg4_to_tex_instr()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_txf_ms.c49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
/external/mesa3d/src/compiler/nir/
Dnir_builtin_builder.c322 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()
Dnir_instr_set.c274 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()
Dnir_lower_tex.c851 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()
Dnir_serialize.c1458 unsigned is_new_style_shadow:1; member
1493 .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()
Dnir_clone.c415 ntex->is_new_style_shadow = tex->is_new_style_shadow; in clone_tex()
Dnir.h2249 bool is_new_style_shadow; member
2350 if (instr->is_shadow && instr->is_new_style_shadow) in nir_tex_instr_dest_size()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_lower_ycbcr_textures.c141 tex->is_new_style_shadow = old_tex->is_new_style_shadow; in create_plane_tex_instr_implicit()
/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_ycbcr_textures.c150 tex->is_new_style_shadow = old_tex->is_new_style_shadow; in create_plane_tex_instr_implicit()
Danv_nir_apply_pipeline_layout.c1001 (tex->is_shadow && tex->is_new_style_shadow)) in lower_gen7_tex_swizzle()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1943 if (instr->is_shadow && !instr->is_new_style_shadow && instr->op != nir_texop_tg4) in emit_texop_native()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2443 instr->is_new_style_shadow = (ir->type->vector_elements == 1); in visit()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2858 instr->is_new_style_shadow = in vtn_handle_texture()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4356 else if (instr->is_shadow && instr->is_new_style_shadow && instr->op != nir_texop_txs && in visit_tex()