Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_nir.c306 nir_variable *out_outer = in si_create_passthrough_tcs() local
309 out_outer->data.location = VARYING_SLOT_TESS_LEVEL_OUTER; in si_create_passthrough_tcs()
310 out_outer->data.driver_location = num_outputs++; in si_create_passthrough_tcs()
313 nir_store_var(&b, out_outer, outer, 0xf); in si_create_passthrough_tcs()