Searched refs:map_x (Results 1 – 11 of 11) sorted by relevance
/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointMatrixVector_BLAS.h | 94 Map<const SYMVVector, 0 > map_x(_rhs,size,1); \ 95 x_tmp=map_x.conjugate(); \
|
D | GeneralMatrixVector_BLAS.h | 111 Map<const GEMVVector, 0, InnerStride<> > map_x(rhs,cols,1,InnerStride<>(incx)); \ 112 x_tmp=map_x.conjugate(); \
|
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
D | swrast_priv.h | 110 int map_x, map_y, map_w, map_h; member
|
D | swrast.c | 490 xrb->map_x = x; in swrast_map_renderbuffer() 533 xrb->map_x, xrb->map_y, in swrast_unmap_renderbuffer()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_fbo.c | 250 rrb->map_x = x; in radeon_map_renderbuffer() 367 uint32_t dst_offset = get_depth_z32(rrb, rrb->map_x + pix_x, flipped_y); in radeon_unmap_renderbuffer_s8z24() 400 uint32_t dst_offset = get_depth_z16(rrb, rrb->map_x + pix_x, flipped_y); in radeon_unmap_renderbuffer_z16() 447 rrb->map_x, rrb->map_y, in radeon_unmap_renderbuffer()
|
D | radeon_common_context.h | 91 int map_x, map_y, map_w, map_h; member
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_fbo.c | 250 rrb->map_x = x; in radeon_map_renderbuffer() 367 uint32_t dst_offset = get_depth_z32(rrb, rrb->map_x + pix_x, flipped_y); in radeon_unmap_renderbuffer_s8z24() 400 uint32_t dst_offset = get_depth_z16(rrb, rrb->map_x + pix_x, flipped_y); in radeon_unmap_renderbuffer_z16() 447 rrb->map_x, rrb->map_y, in radeon_unmap_renderbuffer()
|
D | radeon_common_context.h | 91 int map_x, map_y, map_w, map_h; member
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_buffer.c | 438 xrb->map_x = x; in xmesa_MapRenderbuffer() 541 xrb->map_x, y2, /* dest x, y */ in xmesa_UnmapRenderbuffer()
|
D | xmesaP.h | 173 GLuint map_x, map_y, map_w, map_h; member
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_mipmap_tree.c | 2991 int map_x = map->x + x, map_y = map->y + y; in intel_miptree_map_depthstencil() local 2993 map_x + s_image_x, in intel_miptree_map_depthstencil() 2998 (map_x + z_image_x)); in intel_miptree_map_depthstencil()
|