Home
last modified time | relevance | path

Searched refs:tcs_cross_invocation_outputs_read (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_gather_info.c170 shader->info.tess.tcs_cross_invocation_outputs_read |= bitfield; in set_io_mask()
589 shader->info.tess.tcs_cross_invocation_outputs_read |= slot_mask; in gather_intrinsic_info()
1033 shader->info.tess.tcs_cross_invocation_outputs_read = 0; in nir_shader_gather_info()
H A Dnir_print.c2592 …rint_nz_x64(fp, "tcs_cross_invocation_outputs_read", info->tess.tcs_cross_invocation_outputs_read); in print_shader_info()
/aosp_15_r20/external/mesa3d/src/compiler/
H A Dshader_info.h508 uint64_t tcs_cross_invocation_outputs_read; member