Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dshader_info.h384 uint64_t tcs_cross_invocation_inputs_read; member
/external/mesa3d/src/compiler/nir/
Dnir_gather_info.c121 shader->info.tess.tcs_cross_invocation_inputs_read |= bitfield; in set_io_mask()
403 shader->info.tess.tcs_cross_invocation_inputs_read |= slot_mask; in gather_intrinsic_info()
824 shader->info.tess.tcs_cross_invocation_inputs_read = 0; in nir_shader_gather_info()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection_setup.cpp453 ctx->tcs_temp_only_inputs = ~nir->info.tess.tcs_cross_invocation_inputs_read & in setup_tcs_info()