Home
last modified time | relevance | path

Searched refs:tcs_cross_invocation_inputs_read (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/
Dshader_info.h515 uint64_t tcs_cross_invocation_inputs_read; member
/third_party/mesa3d/src/compiler/nir/
Dnir_gather_info.c141 shader->info.tess.tcs_cross_invocation_inputs_read |= bitfield; in set_io_mask()
588 shader->info.tess.tcs_cross_invocation_inputs_read |= slot_mask; in gather_intrinsic_info()
978 shader->info.tess.tcs_cross_invocation_inputs_read = 0; in nir_shader_gather_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c797 info->tcs_vgpr_only_inputs = ~info->base.tess.tcs_cross_invocation_inputs_read & in si_nir_scan_shader()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c3859 ~stages[MESA_SHADER_TESS_CTRL].nir->info.tess.tcs_cross_invocation_inputs_read & in gather_tess_info()