Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dpbo.c162 buf = ADD_POINTERS(buf, src); in _mesa_map_pbo_source()
316 buf = ADD_POINTERS(buf, dest); in _mesa_map_pbo_dest()
425 return ADD_POINTERS(buf, pixels); in _mesa_validate_pbo_teximage()
467 return ADD_POINTERS(buf, pixels); in _mesa_validate_pbo_compressed_teximage()
Dmacros.h794 #define ADD_POINTERS(A, B) ( (GLubyte *) (A) + (uintptr_t) (B) ) macro
Dtexgetimage.c724 pixels = ADD_POINTERS(buf, pixels); in _mesa_GetTexSubImage_sw()
804 dest = ADD_POINTERS(dest, img); in get_compressed_texsubimage_sw()
Ddraw.c1112 data = ADD_POINTERS(_mesa_vertex_attrib_address(array, binding), in check_array_data()
1174 ADD_POINTERS(vao->IndexBufferObj->Mappings[MAP_INTERNAL].Pointer, elements); in check_draw_elements_data()
Dapi_arrayelt.c1427 src = ADD_POINTERS(binding->BufferObj->Mappings[MAP_INTERNAL].Pointer, in attrib_src()
Ddlist.c1462 src = ADD_POINTERS(map, pixels); in unpack_image()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_private.h264 vao->VertexAttrib[attr].Ptr = ADD_POINTERS(buffer_offset, offset); in _vbo_set_attrib_format()
Dvbo_save_api.c1807 ADD_POINTERS(indexbuf->Mappings[MAP_INTERNAL].Pointer, indices); in save_DrawElementsBaseVertex()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst1470 - mesa: move ADD_POINTERS to macros.h