Searched refs:ADD_POINTERS (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | pbo.c | 162 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()
|
D | macros.h | 794 #define ADD_POINTERS(A, B) ( (GLubyte *) (A) + (uintptr_t) (B) ) macro
|
D | texgetimage.c | 724 pixels = ADD_POINTERS(buf, pixels); in _mesa_GetTexSubImage_sw() 804 dest = ADD_POINTERS(dest, img); in get_compressed_texsubimage_sw()
|
D | draw.c | 1112 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()
|
D | api_arrayelt.c | 1427 src = ADD_POINTERS(binding->BufferObj->Mappings[MAP_INTERNAL].Pointer, in attrib_src()
|
D | dlist.c | 1462 src = ADD_POINTERS(map, pixels); in unpack_image()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_private.h | 264 vao->VertexAttrib[attr].Ptr = ADD_POINTERS(buffer_offset, offset); in _vbo_set_attrib_format()
|
D | vbo_save_api.c | 1807 ADD_POINTERS(indexbuf->Mappings[MAP_INTERNAL].Pointer, indices); in save_DrawElementsBaseVertex()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 1470 - mesa: move ADD_POINTERS to macros.h
|