Searched refs:get_dst (Results 1 – 2 of 2) sorted by relevance
/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()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 393 get_dst(struct ir3_context *ctx, nir_dest *dst, unsigned n) in get_dst() function 838 dst = get_dst(ctx, &alu->dest.dest, dst_sz); in emit_alu() 1939 dst = get_dst(ctx, &intr->dest, n); in emit_intrinsic() 2262 dst = get_dst(ctx, &tex->dest, 4); in emit_tex() 2487 dst = get_dst(ctx, &tex->dest, 1); in emit_tex_query_levels() 2522 dst = get_dst(ctx, &tex->dest, 4); in emit_tex_txs() 2558 dst = get_dst(ctx, &nphi->dest, 1); in emit_phi()
|