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

12

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tg4_to_tex.c51 tex->is_new_style_shadow = tg4->is_new_style_shadow;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c52 txf->is_new_style_shadow = txf_ms->is_new_style_shadow;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tg4_to_tex.c63 tex->is_new_style_shadow = tg4->is_new_style_shadow;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c49 txf->is_new_style_shadow = txf_ms->is_new_style_shadow;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_builtin_builder.c356 txs->is_new_style_shadow = tex->is_new_style_shadow;
410 tql->is_new_style_shadow = tex->is_new_style_shadow;
H A Dnir_instr_set.c274 hash = HASH(hash, instr->is_new_style_shadow);
665 tex1->is_new_style_shadow != tex2->is_new_style_shadow ||
H A Dnir_lower_tex.c1009 assert(tex->is_shadow && tex->is_new_style_shadow);
1094 tex_copy->is_new_style_shadow = tex->is_new_style_shadow;
1374 !(tex->is_shadow && tex->is_new_style_shadow)) {
H A Dnir_clone.c415 ntex->is_new_style_shadow = tex->is_new_style_shadow;
H A Dnir_serialize.c1444 unsigned is_new_style_shadow:1; member in struct:packed_tex_data::__anon7e3a081f1508
1481 .u.is_new_style_shadow = tex->is_new_style_shadow,
1518 tex->is_new_style_shadow = packed.u.is_new_style_shadow;
H A Dnir.h2246 bool is_new_style_shadow; member in struct:__anon3ec4419d2408
2366 if (instr->is_shadow && instr->is_new_style_shadow)
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c71 tql->is_new_style_shadow = tex->is_new_style_shadow;
271 txf->is_new_style_shadow = tex->is_new_style_shadow;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_lower_ycbcr_textures.c149 tex->is_new_style_shadow = old_tex->is_new_style_shadow;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_tex.c128 txs->is_new_style_shadow = tex->is_new_style_shadow;
182 tql->is_new_style_shadow = tex->is_new_style_shadow;
878 if (tex->is_shadow && tex->is_new_style_shadow) {
951 tex_copy->is_new_style_shadow = tex->is_new_style_shadow;
1066 !(tex->is_shadow && tex->is_new_style_shadow)) {
H A Dnir_instr_set.c259 hash = HASH(hash, instr->is_new_style_shadow);
671 tex1->is_new_style_shadow != tex2->is_new_style_shadow ||
H A Dnir_serialize.c602 unsigned is_new_style_shadow:1; member in struct:packed_tex_data::__anon144c3b4c0408
625 .u.is_new_style_shadow = tex->is_new_style_shadow,
656 tex->is_new_style_shadow = packed.u.is_new_style_shadow;
H A Dnir_clone.c395 ntex->is_new_style_shadow = tex->is_new_style_shadow;
H A Dnir.h1604 bool is_new_style_shadow; member in struct:__anon3bab288a2208
1685 if (instr->is_shadow && instr->is_new_style_shadow)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_lower_int_cubemap_to_array.c123 array_tex->is_new_style_shadow = tex->is_new_style_shadow;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c150 tex->is_new_style_shadow = old_tex->is_new_style_shadow;
H A Danv_nir_apply_pipeline_layout.c1252 (tex->is_shadow && tex->is_new_style_shadow))
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_lower_ycbcr_textures.c261 tex->is_new_style_shadow = old_tex->is_new_style_shadow;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c270 tex->is_new_style_shadow = old_tex->is_new_style_shadow;
H A Danv_nir_apply_pipeline_layout.c938 (tex->is_shadow && tex->is_new_style_shadow))
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dglsl_to_nir.cpp2422 instr->is_new_style_shadow = (ir->type->vector_elements == 1);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_to_nir.cpp2396 instr->is_new_style_shadow = (ir->type->vector_elements == 1);

Completed in 48 milliseconds

12