Searched refs:patch_inputs_read (Results 1 – 17 of 17) sorted by relevance
74 key->patch_inputs_read); in brw_codegen_tes_prog()131 uint32_t per_patch_slots = prog->info.patch_inputs_read; in brw_tes_populate_key()150 key->patch_inputs_read = per_patch_slots; in brw_tes_populate_key()198 key->patch_inputs_read = prog->nir->info.patch_inputs_read; in brw_tes_populate_default_key()205 key->patch_inputs_read |= tcp->nir->info.patch_outputs_written; in brw_tes_populate_default_key()
180 prev_info->patch_outputs_written |= infos[i]->patch_inputs_read; in unify_interfaces()181 infos[i]->patch_inputs_read |= prev_info->patch_outputs_written; in unify_interfaces()
171 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()
148 uint32_t patch_inputs_read; member
111 shader->info.patch_inputs_read |= bitfield; in set_io_mask()391 shader->info.patch_inputs_read |= slot_mask; in gather_intrinsic_info()804 shader->info.patch_inputs_read = 0; in nir_shader_gather_info()
793 &consumer->info.patch_inputs_read, &zero32); in compact_components()
144 found |= check("patch inputs read", patch_inputs_read); in debug_tes_recompile()
1289 nir->info.patch_inputs_read = key->patch_inputs_read; in brw_compile_tes()
340 uint32_t patch_inputs_read; member
97 .patch_inputs_read = key->patch_inputs_read, in iris_to_brw_tes_key()1267 *per_patch_slots = tes->patch_inputs_read; in get_unified_tess_slots()1471 key->patch_inputs_read); in iris_compile_tes()1521 get_unified_tess_slots(ice, &key.inputs_read, &key.patch_inputs_read); in iris_update_compiled_tes()2308 .patch_inputs_read = info->patch_inputs_read, in iris_create_tes_state()
237 uint32_t patch_inputs_read; member
829 prev_info->patch_outputs_written |= info->patch_inputs_read; in st_link_nir()830 info->patch_inputs_read |= prev_info->patch_outputs_written; in st_link_nir()
1617 if (prog->info.patch_inputs_read & (1u << attr)) { in st_translate_common_program()
7123 &prog->info.patch_inputs_read); in get_mesa_program_tgsi()7132 &prog->info.patch_inputs_read); in get_mesa_program_tgsi()
937 tes_stage->key.tes.patch_inputs_read = in anv_pipeline_compile_tes()1521 prev_stage->nir->info.patch_outputs_written |= stages[s].nir->info.patch_inputs_read; in anv_pipeline_compile_graphics()1522 stages[s].nir->info.patch_inputs_read |= prev_stage->nir->info.patch_outputs_written; in anv_pipeline_compile_graphics()
2785 nir[MESA_SHADER_TESS_EVAL]->info.patch_inputs_read; in radv_fill_shader_info()