Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tes.c74 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()
Dbrw_link.cpp180 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()
Dbrw_tcs.c171 uint32_t per_patch_slots = tes_prog->info.patch_inputs_read; in brw_tcs_populate_key()
/external/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()
/external/mesa3d/src/compiler/
Dshader_info.h148 uint32_t patch_inputs_read; member
/external/mesa3d/src/compiler/nir/
Dnir_gather_info.c111 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()
Dnir_linking_helpers.c793 &consumer->info.patch_inputs_read, &zero32); in compact_components()
/external/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c144 found |= check("patch inputs read", patch_inputs_read); in debug_tes_recompile()
Dbrw_shader.cpp1289 nir->info.patch_inputs_read = key->patch_inputs_read; in brw_compile_tes()
Dbrw_compiler.h340 uint32_t patch_inputs_read; member
/external/mesa3d/src/gallium/drivers/iris/
Diris_program.c97 .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()
Diris_context.h237 uint32_t patch_inputs_read; member
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp829 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()
Dst_program.c1617 if (prog->info.patch_inputs_read & (1u << attr)) { in st_translate_common_program()
Dst_glsl_to_tgsi.cpp7123 &prog->info.patch_inputs_read); in get_mesa_program_tgsi()
7132 &prog->info.patch_inputs_read); in get_mesa_program_tgsi()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c937 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()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2785 nir[MESA_SHADER_TESS_EVAL]->info.patch_inputs_read; in radv_fill_shader_info()