Searched refs:get_dst (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 290 get_dst(struct ir3_compile *ctx, nir_dest *dst, unsigned n) in get_dst() function 686 dst = get_dst(ctx, &alu->dest.dest, MAX2(info->output_size, 1)); in emit_alu() 1168 dst = get_dst(ctx, &intr->dest, intr->num_components); in emit_intrinsic() 1404 dst = get_dst(ctx, &tex->dest, 4); in emit_tex() 1613 dst = get_dst(ctx, &tex->dest, 1); in emit_tex_query_levels() 1646 dst = get_dst(ctx, &tex->dest, 4); in emit_tex_txs() 1680 dst = get_dst(ctx, &nphi->dest, 1); in emit_phi()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 369 get_offset_t get_dst = (dst->layout == SWIZZLED ? in nv04_surface_copy_cpu() local 383 memcpy(dp + get_dst(dst, dx + x, dy + y), in nv04_surface_copy_cpu()
|