Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow; in vc4_nir_lower_txf_ms_instr()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_lower_cubemap_to_array.c156 array_tex->is_new_style_shadow = tex->is_new_style_shadow; in create_array_tex_from_cube_tex()
415 txl->is_new_style_shadow = tex->is_new_style_shadow; in lower_tex_to_txl()
H A Dzink_compiler.c3554 tex->is_new_style_shadow = true; in rewrite_tex_dest()
3590 (!tex->is_shadow && state->shadow_only) || tex->is_new_style_shadow) in lower_zs_swizzle_tex_instr()
3608 tex->is_new_style_shadow = true; in lower_zs_swizzle_tex_instr()
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c78 tql->is_new_style_shadow = tex->is_new_style_shadow; in dx_get_texture_lod()
282 txf->is_new_style_shadow = tex->is_new_style_shadow; in create_txf_from_tex()
H A Ddxil_nir_lower_int_cubemaps.c176 array_tex->is_new_style_shadow = tex->is_new_style_shadow; in create_array_tex_from_cube_tex()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c939 txd->is_new_style_shadow = tex->is_new_style_shadow; in lower_tex_to_txd()
980 txl->is_new_style_shadow = tex->is_new_style_shadow; in lower_txb_to_txl()
1180 assert(tex->is_shadow && tex->is_new_style_shadow); in lower_tex_packing()
1267 tex_copy->is_new_style_shadow = tex->is_new_style_shadow; in lower_tg4_offsets()
1663 !(tex->is_shadow && tex->is_new_style_shadow)) { in nir_lower_tex_block()
H A Dnir_instr_set.c250 uint8_t flags = instr->is_array | (instr->is_shadow << 1) | (instr->is_new_style_shadow << 2) | in hash_tex()
628 tex1->is_new_style_shadow != tex2->is_new_style_shadow || in nir_instrs_equal()
H A Dnir_builtin_builder.c319 query->is_new_style_shadow = tex->is_new_style_shadow; in nir_build_texture_query()
H A Dnir_serialize.c1364 unsigned is_new_style_shadow : 1; member
1403 .u.is_new_style_shadow = tex->is_new_style_shadow, in write_tex()
1442 tex->is_new_style_shadow = packed.u.is_new_style_shadow; in read_tex()
H A Dnir_clone.c355 ntex->is_new_style_shadow = tex->is_new_style_shadow; in clone_tex()
H A Dnir_builder.c288 tex->is_new_style_shadow = true; in nir_build_tex_deref_instr()
H A Dnir.c3169 if (instr->is_shadow && instr->is_new_style_shadow) in nir_tex_instr_result_size()
H A Dnir.h2481 bool is_new_style_shadow; member
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_nir_lower_ycbcr_textures.c147 tex->is_new_style_shadow = old_tex->is_new_style_shadow; in create_plane_tex_instr_implicit()
H A Danv_nir_apply_pipeline_layout.c1083 (tex->is_shadow && tex->is_new_style_shadow)) in lower_gfx7_tex_swizzle()
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_nir_convert_ycbcr.c266 tex->is_new_style_shadow = old_tex->is_new_style_shadow; in create_plane_tex_instr_implicit()
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c4018 bool is_new_style_shadow = instr->is_shadow && instr->is_new_style_shadow && in visit_tex() local
4034 } else if (is_new_style_shadow || instr->op == nir_texop_fragment_mask_fetch_amd) { in visit_tex()
4076 if (is_new_style_shadow) in visit_tex()
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c2265 if (instr->is_shadow && !instr->is_new_style_shadow && in emit_texop_native()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.cpp2553 instr->is_new_style_shadow = (dest_type->vector_elements == 1); in visit()
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c3528 instr->is_new_style_shadow = in vtn_handle_texture()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D21.1.0.rst2828 - d3d12: Handle is_new_style_shadow comparison filtering