/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_nir_lower_txf_ms.c | 49 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 D | zink_lower_cubemap_to_array.c | 156 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 D | zink_compiler.c | 3554 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 D | dxil_nir_lower_int_samplers.c | 78 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 D | dxil_nir_lower_int_cubemaps.c | 176 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 D | nir_lower_tex.c | 939 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 D | nir_instr_set.c | 250 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 D | nir_builtin_builder.c | 319 query->is_new_style_shadow = tex->is_new_style_shadow; in nir_build_texture_query()
|
H A D | nir_serialize.c | 1364 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 D | nir_clone.c | 355 ntex->is_new_style_shadow = tex->is_new_style_shadow; in clone_tex()
|
H A D | nir_builder.c | 288 tex->is_new_style_shadow = true; in nir_build_tex_deref_instr()
|
H A D | nir.c | 3169 if (instr->is_shadow && instr->is_new_style_shadow) in nir_tex_instr_result_size()
|
H A D | nir.h | 2481 bool is_new_style_shadow; member
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_nir_lower_ycbcr_textures.c | 147 tex->is_new_style_shadow = old_tex->is_new_style_shadow; in create_plane_tex_instr_implicit()
|
H A D | anv_nir_apply_pipeline_layout.c | 1083 (tex->is_shadow && tex->is_new_style_shadow)) in lower_gfx7_tex_swizzle()
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_nir_convert_ycbcr.c | 266 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 D | ac_nir_to_llvm.c | 4018 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 D | midgard_compile.c | 2265 if (instr->is_shadow && !instr->is_new_style_shadow && in emit_texop_native()
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | glsl_to_nir.cpp | 2553 instr->is_new_style_shadow = (dest_type->vector_elements == 1); in visit()
|
/aosp_15_r20/external/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 3528 instr->is_new_style_shadow = in vtn_handle_texture()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 21.1.0.rst | 2828 - d3d12: Handle is_new_style_shadow comparison filtering
|