Searched refs:get_bo_var (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 1166 get_bo_var(nir_shader *shader, struct bo_vars *bo, bool ssbo, nir_src *src, unsigned bit_size) in get_bo_var() function 1257 nir_variable *var = get_bo_var(b->shader, bo, true, src, nir_dest_bit_size(intr->dest)); in rewrite_atomic_ssbo_instr() 1315 var = get_bo_var(b->shader, bo, true, src, nir_src_bit_size(intr->src[0])); in remove_bo_access_instr() 1321 var = get_bo_var(b->shader, bo, true, src, nir_dest_bit_size(intr->dest)); in remove_bo_access_instr() 1326 var = get_bo_var(b->shader, bo, false, src, nir_dest_bit_size(intr->dest)); in remove_bo_access_instr()
|