Home
last modified time | relevance | path

Searched refs:ADD_POINTERS (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dpbo.c164 buf = ADD_POINTERS(buf, src); in _mesa_map_pbo_source()
318 buf = ADD_POINTERS(buf, dest); in _mesa_map_pbo_dest()
427 return ADD_POINTERS(buf, pixels); in _mesa_validate_pbo_teximage()
469 return ADD_POINTERS(buf, pixels); in _mesa_validate_pbo_compressed_teximage()
Dmacros.h801 #define ADD_POINTERS(A, B) ( (GLubyte *) (A) + (uintptr_t) (B) ) macro
Dtexgetimage.c723 pixels = ADD_POINTERS(buf, pixels); in _mesa_GetTexSubImage_sw()
803 dest = ADD_POINTERS(dest, img); in get_compressed_texsubimage_sw()
Ddraw.c1114 data = ADD_POINTERS(_mesa_vertex_attrib_address(array, binding), in check_array_data()
1176 ADD_POINTERS(vao->IndexBufferObj->Mappings[MAP_INTERNAL].Pointer, elements); in check_draw_elements_data()
Dapi_arrayelt.c1426 src = ADD_POINTERS(binding->BufferObj->Mappings[MAP_INTERNAL].Pointer, in attrib_src()
Ddlist.c1522 src = ADD_POINTERS(map, pixels); in unpack_image()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_primitive_restart.c202 ADD_POINTERS(indirect->Mappings[MAP_INTERNAL].Pointer, in vbo_sw_primitive_restart_common_start()
230 ptr = ADD_POINTERS(ib->obj->Mappings[MAP_INTERNAL].Pointer, ib->ptr); in vbo_sw_primitive_restart_common_start()
Dbrw_pixel_bitmap.c86 return ADD_POINTERS(buf, bitmap); in map_pbo()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_array.c130 a->buf = ADD_POINTERS( in nouveau_init_array()
Dnouveau_vbo_t.c346 sp = (char *)ADD_POINTERS( in vbo_bind_vertices()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_private.h259 vao->VertexAttrib[attr].Ptr = ADD_POINTERS(buffer_offset, offset); in _vbo_set_attrib_format()
Dvbo_save_api.c1770 ADD_POINTERS(indexbuf->Mappings[MAP_INTERNAL].Pointer, indices); in _save_OBE_DrawElementsBaseVertex()
/third_party/mesa3d/src/mesa/tnl/
Dt_rebase.c178 ptr = ADD_POINTERS(ib->obj->Mappings[MAP_INTERNAL].Pointer, ib->ptr); in REBASE()
Dt_draw.c302 ptr = ADD_POINTERS(binding->BufferObj->Mappings[MAP_INTERNAL].Pointer, in bind_inputs()
371 ptr = ADD_POINTERS(ib->obj->Mappings[MAP_INTERNAL].Pointer, ib->ptr); in bind_indices()
Dt_split_copy.c458 ADD_POINTERS(vbo->Mappings[MAP_INTERNAL].Pointer, ptr); in replay_init()
478 ADD_POINTERS(copy->ib->obj->Mappings[MAP_INTERNAL].Pointer, in replay_init()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_bitmap.c88 return ADD_POINTERS(buf, bitmap); in map_pbo()
/third_party/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c382 pixels = ADD_POINTERS(buf, pixels); in xmesa_DrawPixels_8R8G8B()
514 pixels = ADD_POINTERS(buf, pixels); in xmesa_DrawPixels_5R6G5B()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst1470 - mesa: move ADD_POINTERS to macros.h