Home
last modified time | relevance | path

Searched refs:ADD_POINTERS (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A 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()
H A Dmacros.h794 #define ADD_POINTERS(A, B) ( (GLubyte *) (A) + (uintptr_t) (B) ) macro
H A 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()
H A Dtexgetimage.c724 pixels = ADD_POINTERS(buf, pixels); in _mesa_GetTexSubImage_sw()
804 dest = ADD_POINTERS(dest, img); in get_compressed_texsubimage_sw()
H A Dapi_arrayelt.c1427 src = ADD_POINTERS(binding->BufferObj->Mappings[MAP_INTERNAL].Pointer, in attrib_src()
H A Ddlist.c1462 src = ADD_POINTERS(map, pixels); in unpack_image()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_private.h264 vao->VertexAttrib[attr].Ptr = ADD_POINTERS(buffer_offset, offset); in _vbo_set_attrib_format()
H A Dvbo_save_api.c1807 ADD_POINTERS(indexbuf->Mappings[MAP_INTERNAL].Pointer, indices); in save_DrawElementsBaseVertex()

Completed in 49 milliseconds