Home
last modified time | relevance | path

Searched refs:patch_inputs_read (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compile_tes.cpp75 nir->info.patch_inputs_read = key->patch_inputs_read; in brw_compile_tes()
H A Dbrw_debug_recompile.c109 found |= check("patch inputs read", patch_inputs_read); in debug_tes_recompile()
H A Dbrw_compiler.h265 uint32_t patch_inputs_read; member
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dopt_varyings_tests_prop_uniform.cpp75 b2->shader->info.patch_inputs_read == 0 && \
113 b2->shader->info.patch_inputs_read == 0 && \
133 ASSERT_TRUE(b2->shader->info.patch_inputs_read == BITFIELD_BIT(cindex)); \
H A Dopt_varyings_tests_prop_uniform_expr.cpp75 b2->shader->info.patch_inputs_read == 0 && \
113 b2->shader->info.patch_inputs_read == 0 && \
133 ASSERT_TRUE(b2->shader->info.patch_inputs_read == BITFIELD_BIT(cindex)); \
H A Dopt_varyings_tests_prop_ubo.cpp75 b2->shader->info.patch_inputs_read == 0 && \
113 b2->shader->info.patch_inputs_read == 0 && \
133 ASSERT_TRUE(b2->shader->info.patch_inputs_read == BITFIELD_BIT(cindex)); \
H A Dopt_varyings_tests_prop_const.cpp75 b2->shader->info.patch_inputs_read == 0 && \
113 b2->shader->info.patch_inputs_read == 0 && \
133 ASSERT_TRUE(b2->shader->info.patch_inputs_read == BITFIELD_BIT(cindex)); \
H A Dopt_varyings_tests_dead_input.cpp21 b2->shader->info.patch_inputs_read == 0 && \
36 b2->shader->info.patch_inputs_read == 0 && \
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c541 .patch_inputs_read = key->patch_inputs_read, in iris_to_brw_tes_key()
627 .patch_inputs_read = key->patch_inputs_read, in iris_to_elk_tes_key()
2039 *per_patch_slots = tes->patch_inputs_read; in get_unified_tess_slots()
2292 key->patch_inputs_read); in iris_compile_tes()
2323 key->patch_inputs_read); in iris_compile_tes()
2390 get_unified_tess_slots(ice, &key.inputs_read, &key.patch_inputs_read); in iris_update_compiled_tes()
3435 .patch_inputs_read = info->patch_inputs_read, in iris_create_shader_state()
H A Diris_context.h262 uint32_t patch_inputs_read; member
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_gather_info.c141 shader->info.patch_inputs_read |= bitfield; in set_io_mask()
546 shader->info.patch_inputs_read |= slot_mask; in gather_intrinsic_info()
1009 shader->info.patch_inputs_read = 0; in nir_shader_gather_info()
H A Dnir_linking_helpers.c916 &consumer->info.patch_inputs_read, &zero32); in compact_components()
H A Dnir_print.c2509 print_nz_x32(fp, "patch_inputs_read", info->patch_inputs_read); in print_shader_info()
/aosp_15_r20/external/mesa3d/src/compiler/
H A Dshader_info.h105 uint32_t patch_inputs_read; member
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_shader.cpp1268 nir->info.patch_inputs_read = key->patch_inputs_read; in elk_compile_tes()
H A Delk_debug_recompile.c134 found |= check("patch inputs read", patch_inputs_read); in debug_tes_recompile()
H A Delk_compiler.h359 uint32_t patch_inputs_read; member
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp713 prev_info->patch_outputs_written |= info->patch_inputs_read; in st_link_glsl_to_nir()
714 info->patch_inputs_read |= prev_info->patch_outputs_written; in st_link_glsl_to_nir()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c1368 *per_patch_slots = tes->patch_inputs_read; in get_unified_tess_slots()
1557 key->patch_inputs_read); in crocus_compile_tes()
1624 get_unified_tess_slots(ice, &key.inputs_read, &key.patch_inputs_read); in crocus_update_compiled_tes()
2801 .patch_inputs_read = info->patch_inputs_read, in crocus_create_tes_state()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_pipeline.c750 tes_stage->key.tes.patch_inputs_read = in anv_pipeline_compile_tes()
1320 prev_stage->nir->info.patch_outputs_written |= stages[s].nir->info.patch_inputs_read; in anv_graphics_pipeline_compile()
1321 stages[s].nir->info.patch_inputs_read |= prev_stage->nir->info.patch_outputs_written; in anv_graphics_pipeline_compile()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_shader_info.c593 radv_gather_unlinked_patch_io_mask(nir->info.inputs_read, nir->info.patch_inputs_read)); in gather_shader_info_tes()
1782 tcs_stage->info.tcs.tes_patch_inputs_read = tes_stage->nir->info.patch_inputs_read; in radv_link_shaders_info()
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_tess_io_to_mem.c1053 .tes_patch_inputs_read = shader->info.patch_inputs_read, in ac_nir_lower_tes_inputs_to_mem()
/aosp_15_r20/external/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir.c792 …stage_nir, dxil_nir_kill_unused_outputs, nir->info.inputs_read, nir->info.patch_inputs_read, NULL); in dxil_spirv_nir_link()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c1377 tes_stage->key.tes.patch_inputs_read = in anv_pipeline_compile_tes()
2423 prev_info->patch_outputs_written |= cur_info->patch_inputs_read; in anv_graphics_pipeline_compile()
2424 cur_info->patch_inputs_read |= prev_info->patch_outputs_written; in anv_graphics_pipeline_compile()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp1186 next->initial->info.patch_inputs_read, key.next_varying_frac_inputs); in select_shader_variant()

12