Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tes.c76 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()
Dbrw_link.cpp181 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()
Dbrw_tcs.c173 uint32_t per_patch_slots = tes_prog->info.patch_inputs_read; in brw_tcs_populate_key()
/third_party/mesa3d/src/compiler/glsl/
Dir_set_program_inouts.cpp114 prog->info.patch_inputs_read |= bitfield; in mark()
433 prog->info.patch_inputs_read = 0; in do_set_program_inouts()
/third_party/mesa3d/src/compiler/
Dshader_info.h176 uint32_t patch_inputs_read; member
/third_party/mesa3d/src/compiler/nir/
Dnir_gather_info.c107 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()
Dnir_linking_helpers.c891 &consumer->info.patch_inputs_read, &zero32); in compact_components()
/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c144 found |= check("patch inputs read", patch_inputs_read); in debug_tes_recompile()
Dbrw_shader.cpp1349 nir->info.patch_inputs_read = key->patch_inputs_read; in brw_compile_tes()
Dbrw_compiler.h360 uint32_t patch_inputs_read; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c132 .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()
Diris_context.h245 uint32_t patch_inputs_read; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp896 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()
Dst_program.c1765 if (prog->info.patch_inputs_read & (1u << attr)) { in st_translate_common_program()
Dst_glsl_to_tgsi.cpp7219 &prog->info.patch_inputs_read); in get_mesa_program_tgsi()
7228 &prog->info.patch_inputs_read); in get_mesa_program_tgsi()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1380 *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()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c1042 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()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c3068 nir[MESA_SHADER_TESS_EVAL]->info.patch_inputs_read; in gather_tess_info()