Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_gather_info.c151 shader->info.tess.tcs_cross_invocation_inputs_read |= bitfield; in set_io_mask()
565 shader->info.tess.tcs_cross_invocation_inputs_read |= slot_mask; in gather_intrinsic_info()
1032 shader->info.tess.tcs_cross_invocation_inputs_read = 0; in nir_shader_gather_info()
H A Dnir_print.c2591 … print_nz_x64(fp, "tcs_cross_invocation_inputs_read", info->tess.tcs_cross_invocation_inputs_read); in print_shader_info()
/aosp_15_r20/external/mesa3d/src/compiler/
H A Dshader_info.h503 uint64_t tcs_cross_invocation_inputs_read; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c852 info->tcs_vgpr_only_inputs = ~info->base.tess.tcs_cross_invocation_inputs_read & in si_nir_scan_shader()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_shader_info.c1769 ~tcs_stage->nir->info.tess.tcs_cross_invocation_inputs_read & in radv_link_shaders_info()