Home
last modified time | relevance | path

Searched refs:is_new_style_shadow (Results 1 - 19 of 19) sorted by relevance

/third_party/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()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_builtin_builder.c356 txs->is_new_style_shadow = tex->is_new_style_shadow; in nir_get_texture_size()
410 tql->is_new_style_shadow = tex->is_new_style_shadow; in nir_get_texture_lod()
H A Dnir_lower_tex.c811 txd->is_new_style_shadow = tex->is_new_style_shadow; in lower_tex_to_txd()
850 txl->is_new_style_shadow = tex->is_new_style_shadow; in lower_txb_to_txl()
1054 assert(tex->is_shadow && tex->is_new_style_shadow); in lower_tex_packing()
1161 tex_copy->is_new_style_shadow = tex->is_new_style_shadow; in lower_tg4_offsets()
1481 !(tex->is_shadow && tex->is_new_style_shadow)) { in nir_lower_tex_block()
H A Dnir_instr_set.c275 hash = HASH(hash, instr->is_new_style_shadow); in hash_tex()
668 tex1->is_new_style_shadow != tex2->is_new_style_shadow || in nir_instrs_equal()
H A Dnir_clone.c417 ntex->is_new_style_shadow = tex->is_new_style_shadow; in clone_tex()
H A Dnir_serialize.c1500 unsigned is_new_style_shadow:1; member
1537 .u.is_new_style_shadow = tex->is_new_style_shadow, in write_tex()
1574 tex->is_new_style_shadow = packed.u.is_new_style_shadow; in read_tex()
H A Dnir.c3264 if (instr->is_shadow && instr->is_new_style_shadow) in nir_tex_instr_result_size()
H A Dnir.h2220 bool is_new_style_shadow;
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c71 tql->is_new_style_shadow = tex->is_new_style_shadow; in dx_get_texture_lod()
271 txf->is_new_style_shadow = tex->is_new_style_shadow; in create_txf_from_tex()
H A Ddxil_nir_lower_int_cubemaps.c202 array_tex->is_new_style_shadow = tex->is_new_style_shadow; in create_array_tex_from_cube_tex()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_lower_cubemap_to_array.c155 array_tex->is_new_style_shadow = tex->is_new_style_shadow; in create_array_tex_from_cube_tex()
429 txl->is_new_style_shadow = tex->is_new_style_shadow; in lower_tex_to_txl()
H A Dzink_compiler.c2930 assert(!tex->is_new_style_shadow); in match_tex_dests_instr()
2932 tex->is_new_style_shadow = true; in match_tex_dests_instr()
2949 assert(!tex->is_new_style_shadow); in match_tex_dests_instr()
2951 tex->is_new_style_shadow = true; in match_tex_dests_instr()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_ycbcr_textures.c149 tex->is_new_style_shadow = old_tex->is_new_style_shadow; in create_plane_tex_instr_implicit()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c150 tex->is_new_style_shadow = old_tex->is_new_style_shadow; in create_plane_tex_instr_implicit()
H A Danv_nir_apply_pipeline_layout.c1245 (tex->is_shadow && tex->is_new_style_shadow)) in lower_gfx7_tex_swizzle()
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.cpp2495 instr->is_new_style_shadow = (dest_type->vector_elements == 1); in visit()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c2450 if (instr->is_shadow && !instr->is_new_style_shadow && instr->op != nir_texop_tg4) in emit_texop_native()
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c3066 instr->is_new_style_shadow = in vtn_handle_texture()
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c4977 else if (instr->is_shadow && instr->is_new_style_shadow && instr->op != nir_texop_txs && in visit_tex()

Completed in 52 milliseconds