Searched refs:nir_ball (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_rt.c | 465 nir_push_if(&b, nir_ball(&b, nir_ult(&b, launch_id, launch_size))); in brw_nir_create_raygen_trampoline()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 637 dest->def = nir_ball(&b->nb, src[0]); in vtn_handle_alu()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_pbo_compute.c | 642 nir_push_if(&b, nir_ball(&b, nir_ilt(&b, coord, max))); in create_conversion_shader()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_builder.h | 463 nir_ball(nir_builder *b, nir_ssa_def *src) in nir_ball() function
|