Searched refs:COPY_SZ_4V (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_exec_eval.c | 144 COPY_SZ_4V( exec->vtx.attrptr[attr], in vbo_exec_do_EvalCoord1f() 194 COPY_SZ_4V( exec->vtx.attrptr[attr], in vbo_exec_do_EvalCoord2f() 233 COPY_SZ_4V( exec->vtx.attrptr[VBO_ATTRIB_NORMAL], in vbo_exec_do_EvalCoord2f()
|
D | vbo_exec_api.c | 388 COPY_SZ_4V(dest + new_offset, newSize, tmp); in vbo_exec_wrap_upgrade_vertex() 391 COPY_SZ_4V(dest + new_offset, sz, current); in vbo_exec_wrap_upgrade_vertex() 395 COPY_SZ_4V(dest + new_offset, sz, data + old_offset); in vbo_exec_wrap_upgrade_vertex()
|
/third_party/mesa3d/src/mesa/main/ |
D | macros.h | 307 #define COPY_SZ_4V(DST, SZ, SRC) \ macro 325 COPY_SZ_4V( DST, SZ, SRC ); \ 659 COPY_SZ_4V(dst, sz, src); in COPY_CLEAN_4V_TYPE_AS_UNION()
|
D | dlist.c | 5837 COPY_SZ_4V(ctx->ListState.CurrentMaterial[i], args, param); in save_Materialfv()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 4596 - mesa: add fallthrough comments to COPY_SZ_4V()
|