Searched refs:patch_inputs_read (Results 1 – 16 of 16) sorted by relevance
114 prog->info.patch_inputs_read |= bitfield; in mark()433 prog->info.patch_inputs_read = 0; in do_set_program_inouts()
185 uint32_t patch_inputs_read; member
144 found |= check("patch inputs read", patch_inputs_read); in debug_tes_recompile()
1340 nir->info.patch_inputs_read = key->patch_inputs_read; in brw_compile_tes()
375 uint32_t patch_inputs_read; member
131 shader->info.patch_inputs_read |= bitfield; in set_io_mask()573 shader->info.patch_inputs_read |= slot_mask; in gather_intrinsic_info()957 shader->info.patch_inputs_read = 0; in nir_shader_gather_info()
924 &consumer->info.patch_inputs_read, &zero32); in compact_components()
137 .patch_inputs_read = key->patch_inputs_read, in iris_to_brw_tes_key()1473 *per_patch_slots = tes->patch_inputs_read; in get_unified_tess_slots()1716 key->patch_inputs_read); in iris_compile_tes()1773 get_unified_tess_slots(ice, &key.inputs_read, &key.patch_inputs_read); in iris_update_compiled_tes()2645 .patch_inputs_read = info->patch_inputs_read, in iris_create_shader_state()
259 uint32_t patch_inputs_read; member
883 prev_info->patch_outputs_written |= info->patch_inputs_read; in st_link_nir()884 info->patch_inputs_read |= prev_info->patch_outputs_written; in st_link_nir()
1388 *per_patch_slots = tes->patch_inputs_read; in get_unified_tess_slots()1609 key->patch_inputs_read); in crocus_compile_tes()1673 get_unified_tess_slots(ice, &key.inputs_read, &key.patch_inputs_read); in crocus_update_compiled_tes()2833 .patch_inputs_read = info->patch_inputs_read, in crocus_create_tes_state()
540 ~next_stage_shader->info.patch_inputs_read; in dxil_spirv_nir_kill_unused_outputs()
1191 …atch_mask = (uint32_t)key.ds.required_patch_inputs.mask & ~new_nir_variant->info.patch_inputs_read; in select_shader_variant()1192 new_nir_variant->info.patch_inputs_read |= patch_mask; in select_shader_variant()
626 info->reads_tess_factors = nir->info.patch_inputs_read & in si_nir_scan_shader()
946 tes_stage->key.tes.patch_inputs_read = in anv_pipeline_compile_tes()1626 prev_stage->nir->info.patch_outputs_written |= stages[s].nir->info.patch_inputs_read; in anv_graphics_pipeline_compile()1627 stages[s].nir->info.patch_inputs_read |= prev_stage->nir->info.patch_outputs_written; in anv_graphics_pipeline_compile()
3831 stages[MESA_SHADER_TESS_EVAL].nir->info.patch_inputs_read; in gather_tess_info()