Searched refs:patch_inputs_read (Results 1 – 18 of 18) sorted by relevance
76 key->patch_inputs_read); in brw_codegen_tes_prog()133 uint32_t per_patch_slots = prog->info.patch_inputs_read; in brw_tes_populate_key()152 key->patch_inputs_read = per_patch_slots; in brw_tes_populate_key()200 key->patch_inputs_read = prog->nir->info.patch_inputs_read; in brw_tes_populate_default_key()207 key->patch_inputs_read |= tcp->nir->info.patch_outputs_written; in brw_tes_populate_default_key()
181 prev_info->patch_outputs_written |= infos[i]->patch_inputs_read; in unify_interfaces()182 infos[i]->patch_inputs_read |= prev_info->patch_outputs_written; in unify_interfaces()
173 uint32_t per_patch_slots = tes_prog->info.patch_inputs_read; in brw_tcs_populate_key()
114 prog->info.patch_inputs_read |= bitfield; in mark()433 prog->info.patch_inputs_read = 0; in do_set_program_inouts()
176 uint32_t patch_inputs_read; member
107 shader->info.patch_inputs_read |= bitfield; in set_io_mask()516 shader->info.patch_inputs_read |= slot_mask; in gather_intrinsic_info()872 shader->info.patch_inputs_read = 0; in nir_shader_gather_info()
891 &consumer->info.patch_inputs_read, &zero32); in compact_components()
144 found |= check("patch inputs read", patch_inputs_read); in debug_tes_recompile()
1349 nir->info.patch_inputs_read = key->patch_inputs_read; in brw_compile_tes()
360 uint32_t patch_inputs_read; member
132 .patch_inputs_read = key->patch_inputs_read, in iris_to_brw_tes_key()1468 *per_patch_slots = tes->patch_inputs_read; in get_unified_tess_slots()1707 key->patch_inputs_read); in iris_compile_tes()1759 get_unified_tess_slots(ice, &key.inputs_read, &key.patch_inputs_read); in iris_update_compiled_tes()2628 .patch_inputs_read = info->patch_inputs_read, in iris_create_shader_state()
245 uint32_t patch_inputs_read; member
896 prev_info->patch_outputs_written |= info->patch_inputs_read; in st_link_nir()897 info->patch_inputs_read |= prev_info->patch_outputs_written; in st_link_nir()
1765 if (prog->info.patch_inputs_read & (1u << attr)) { in st_translate_common_program()
7219 &prog->info.patch_inputs_read); in get_mesa_program_tgsi()7228 &prog->info.patch_inputs_read); in get_mesa_program_tgsi()
1380 *per_patch_slots = tes->patch_inputs_read; in get_unified_tess_slots()1593 key->patch_inputs_read); in crocus_compile_tes()1651 get_unified_tess_slots(ice, &key.inputs_read, &key.patch_inputs_read); in crocus_update_compiled_tes()2805 .patch_inputs_read = info->patch_inputs_read, in crocus_create_tes_state()
1042 tes_stage->key.tes.patch_inputs_read = in anv_pipeline_compile_tes()1684 prev_stage->nir->info.patch_outputs_written |= stages[s].nir->info.patch_inputs_read; in anv_pipeline_compile_graphics()1685 stages[s].nir->info.patch_inputs_read |= prev_stage->nir->info.patch_outputs_written; in anv_pipeline_compile_graphics()
3068 nir[MESA_SHADER_TESS_EVAL]->info.patch_inputs_read; in gather_tess_info()