Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_nir.c545 nir_def *pitch_inner_loop = nir_load_var(&b, pitch); in si_create_query_result_cs() local
553 nir_def *first = nir_load_ssbo(&b, 1, 64, zero, pitch_inner_loop); in si_create_query_result_cs()
554 nir_def *new_pitch = nir_iadd(&b, pitch_inner_loop, nir_channel(&b, buff_0, 0)); in si_create_query_result_cs()
569 first = nir_load_ssbo(&b, 1, 64, zero, nir_iadd(&b, pitch_inner_loop, eight)); in si_create_query_result_cs()