Home
last modified time | relevance | path

Searched refs:COPY_SZ_4V (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c144 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()
Dvbo_exec_api.c388 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/
Dmacros.h307 #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()
Ddlist.c5837 COPY_SZ_4V(ctx->ListState.CurrentMaterial[i], args, param); in save_Materialfv()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst4596 - mesa: add fallthrough comments to COPY_SZ_4V()