Home
last modified time | relevance | path

Searched refs:map_x (Results 1 – 11 of 11) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixVector_BLAS.h94 Map<const SYMVVector, 0 > map_x(_rhs,size,1); \
95 x_tmp=map_x.conjugate(); \
DGeneralMatrixVector_BLAS.h111 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/
Dswrast_priv.h110 int map_x, map_y, map_w, map_h; member
Dswrast.c490 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/
Dradeon_fbo.c250 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()
Dradeon_common_context.h91 int map_x, map_y, map_w, map_h; member
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c250 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()
Dradeon_common_context.h91 int map_x, map_y, map_w, map_h; member
/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c438 xrb->map_x = x; in xmesa_MapRenderbuffer()
541 xrb->map_x, y2, /* dest x, y */ in xmesa_UnmapRenderbuffer()
DxmesaP.h173 GLuint map_x, map_y, map_w, map_h; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c2991 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()