Home
last modified time | relevance | path

Searched refs:vfmt (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/main/
Dvtxfmt.c46 const GLvertexformat *vfmt) in install_vtxfmt() argument
51 SET_Color4f(tab, vfmt->Color4f); in install_vtxfmt()
55 _mesa_install_arrayelt_vtxfmt(tab, vfmt); in install_vtxfmt()
56 SET_Color3f(tab, vfmt->Color3f); in install_vtxfmt()
57 SET_Color3fv(tab, vfmt->Color3fv); in install_vtxfmt()
58 SET_Color4fv(tab, vfmt->Color4fv); in install_vtxfmt()
59 SET_EdgeFlag(tab, vfmt->EdgeFlag); in install_vtxfmt()
63 _mesa_install_eval_vtxfmt(tab, vfmt); in install_vtxfmt()
67 SET_Materialfv(tab, vfmt->Materialfv); in install_vtxfmt()
68 SET_MultiTexCoord4fARB(tab, vfmt->MultiTexCoord4fARB); in install_vtxfmt()
[all …]
Dvtxfmt.h42 extern void _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt );
43 extern void _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt );
Deval.c825 const GLvertexformat *vfmt) in _mesa_install_eval_vtxfmt() argument
827 SET_EvalCoord1f(disp, vfmt->EvalCoord1f); in _mesa_install_eval_vtxfmt()
828 SET_EvalCoord1fv(disp, vfmt->EvalCoord1fv); in _mesa_install_eval_vtxfmt()
829 SET_EvalCoord2f(disp, vfmt->EvalCoord2f); in _mesa_install_eval_vtxfmt()
830 SET_EvalCoord2fv(disp, vfmt->EvalCoord2fv); in _mesa_install_eval_vtxfmt()
831 SET_EvalPoint1(disp, vfmt->EvalPoint1); in _mesa_install_eval_vtxfmt()
832 SET_EvalPoint2(disp, vfmt->EvalPoint2); in _mesa_install_eval_vtxfmt()
Ddlist.c10405 save_vtxfmt_init(GLvertexformat * vfmt) in save_vtxfmt_init() argument
10407 vfmt->ArrayElement = _ae_ArrayElement; in save_vtxfmt_init()
10409 vfmt->Begin = save_Begin; in save_vtxfmt_init()
10411 vfmt->CallList = save_CallList; in save_vtxfmt_init()
10412 vfmt->CallLists = save_CallLists; in save_vtxfmt_init()
10414 vfmt->Color3f = save_Color3f; in save_vtxfmt_init()
10415 vfmt->Color3fv = save_Color3fv; in save_vtxfmt_init()
10416 vfmt->Color4f = save_Color4f; in save_vtxfmt_init()
10417 vfmt->Color4fv = save_Color4fv; in save_vtxfmt_init()
10418 vfmt->EdgeFlag = save_EdgeFlag; in save_vtxfmt_init()
[all …]
Dapi_arrayelt.h46 const GLvertexformat *vfmt);
Ddlist.h127 const GLvertexformat *vfmt);
Deval.h67 const GLvertexformat *vfmt);
Dapi_arrayelt.c1828 const GLvertexformat *vfmt) in _mesa_install_arrayelt_vtxfmt() argument
1830 SET_ArrayElement(disp, vfmt->ArrayElement); in _mesa_install_arrayelt_vtxfmt()
/external/mesa3d/src/mesa/vbo/
Dvbo_noop.c361 _mesa_noop_vtxfmt_init(GLvertexformat * vfmt) in _mesa_noop_vtxfmt_init() argument
363 vfmt->ArrayElement = _mesa_noop_ArrayElement; in _mesa_noop_vtxfmt_init()
365 vfmt->Begin = _mesa_noop_Begin; in _mesa_noop_vtxfmt_init()
367 vfmt->CallList = _mesa_CallList; in _mesa_noop_vtxfmt_init()
368 vfmt->CallLists = _mesa_CallLists; in _mesa_noop_vtxfmt_init()
370 vfmt->Color3f = _mesa_noop_Color3f; in _mesa_noop_vtxfmt_init()
371 vfmt->Color3fv = _mesa_noop_Color3fv; in _mesa_noop_vtxfmt_init()
372 vfmt->Color4f = _mesa_noop_Color4f; in _mesa_noop_vtxfmt_init()
373 vfmt->Color4fv = _mesa_noop_Color4fv; in _mesa_noop_vtxfmt_init()
374 vfmt->EdgeFlag = _mesa_noop_EdgeFlag; in _mesa_noop_vtxfmt_init()
[all …]
Dvbo_exec_api.c927 GLvertexformat *vfmt = &exec->vtxfmt; in vbo_exec_vtxfmt_init() local
929 vfmt->ArrayElement = _ae_ArrayElement; in vbo_exec_vtxfmt_init()
931 vfmt->Begin = vbo_exec_Begin; in vbo_exec_vtxfmt_init()
932 vfmt->End = vbo_exec_End; in vbo_exec_vtxfmt_init()
933 vfmt->PrimitiveRestartNV = vbo_exec_PrimitiveRestartNV; in vbo_exec_vtxfmt_init()
935 vfmt->CallList = _mesa_CallList; in vbo_exec_vtxfmt_init()
936 vfmt->CallLists = _mesa_CallLists; in vbo_exec_vtxfmt_init()
938 vfmt->EvalCoord1f = vbo_exec_EvalCoord1f; in vbo_exec_vtxfmt_init()
939 vfmt->EvalCoord1fv = vbo_exec_EvalCoord1fv; in vbo_exec_vtxfmt_init()
940 vfmt->EvalCoord2f = vbo_exec_EvalCoord2f; in vbo_exec_vtxfmt_init()
[all …]
Dvbo_save_api.c1325 GLvertexformat *vfmt = &save->vtxfmt; in _save_vtxfmt_init() local
1327 vfmt->ArrayElement = _ae_ArrayElement; in _save_vtxfmt_init()
1329 vfmt->Color3f = _save_Color3f; in _save_vtxfmt_init()
1330 vfmt->Color3fv = _save_Color3fv; in _save_vtxfmt_init()
1331 vfmt->Color4f = _save_Color4f; in _save_vtxfmt_init()
1332 vfmt->Color4fv = _save_Color4fv; in _save_vtxfmt_init()
1333 vfmt->EdgeFlag = _save_EdgeFlag; in _save_vtxfmt_init()
1334 vfmt->End = _save_End; in _save_vtxfmt_init()
1335 vfmt->PrimitiveRestartNV = _save_PrimitiveRestartNV; in _save_vtxfmt_init()
1336 vfmt->FogCoordfEXT = _save_FogCoordfEXT; in _save_vtxfmt_init()
[all …]
Dvbo_noop.h34 _mesa_noop_vtxfmt_init(GLvertexformat *vfmt);
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_maos_arrays.c149 GLuint vfmt = 0; in radeonEmitArrays() local
168 case 4: vfmt |= RADEON_CP_VC_FRMT_W0; in radeonEmitArrays()
169 case 3: vfmt |= RADEON_CP_VC_FRMT_Z; in radeonEmitArrays()
170 case 2: vfmt |= RADEON_CP_VC_FRMT_XY; in radeonEmitArrays()
187 vfmt |= RADEON_CP_VC_FRMT_N0; in radeonEmitArrays()
196 vfmt |= RADEON_CP_VC_FRMT_FPCOLOR | RADEON_CP_VC_FRMT_FPALPHA; in radeonEmitArrays()
201 vfmt |= RADEON_CP_VC_FRMT_FPCOLOR; in radeonEmitArrays()
228 vfmt |= RADEON_CP_VC_FRMT_FPSPEC; in radeonEmitArrays()
243 vfmt |= RADEON_CP_VC_FRMT_FPFOG; in radeonEmitArrays()
262 vfmt |= RADEON_ST_BIT(unit); in radeonEmitArrays()
[all …]
Dradeon_sanity.c659 static int print_vertex_format( int vfmt ) in print_vertex_format() argument
664 vfmt, in print_vertex_format()
666 (vfmt & RADEON_CP_VC_FRMT_Z) ? "z," : "", in print_vertex_format()
667 (vfmt & RADEON_CP_VC_FRMT_W0) ? "w0," : "", in print_vertex_format()
668 (vfmt & RADEON_CP_VC_FRMT_FPCOLOR) ? "fpcolor," : "", in print_vertex_format()
669 (vfmt & RADEON_CP_VC_FRMT_FPALPHA) ? "fpalpha," : "", in print_vertex_format()
670 (vfmt & RADEON_CP_VC_FRMT_PKCOLOR) ? "pkcolor," : "", in print_vertex_format()
671 (vfmt & RADEON_CP_VC_FRMT_FPSPEC) ? "fpspec," : "", in print_vertex_format()
672 (vfmt & RADEON_CP_VC_FRMT_FPFOG) ? "fpfog," : "", in print_vertex_format()
673 (vfmt & RADEON_CP_VC_FRMT_PKSPEC) ? "pkspec," : "", in print_vertex_format()
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_sanity.c993 static int print_vertex_format( int vfmt )
998 vfmt,
1000 (vfmt & R200_VTX_Z0) ? "z," : "",
1001 (vfmt & R200_VTX_W0) ? "w0," : "",
1002 (vfmt & R200_VTX_FPCOLOR) ? "fpcolor," : "",
1003 (vfmt & R200_VTX_FPALPHA) ? "fpalpha," : "",
1004 (vfmt & R200_VTX_PKCOLOR) ? "pkcolor," : "",
1005 (vfmt & R200_VTX_FPSPEC) ? "fpspec," : "",
1006 (vfmt & R200_VTX_FPFOG) ? "fpfog," : "",
1007 (vfmt & R200_VTX_PKSPEC) ? "pkspec," : "",
[all …]
/external/python/cpython3/Objects/
Dmemoryobject.c2727 char vfmt, wfmt; in memory_richcompare() local
2762 if (get_native_fmtchar(&vfmt, vv->format) < 0) in memory_richcompare()
2763 vfmt = '_'; in memory_richcompare()
2766 if (vfmt == '_' || wfmt == '_' || vfmt != wfmt) { in memory_richcompare()
2771 vfmt = '_'; in memory_richcompare()
2786 vfmt, unpack_v, unpack_w); in memory_richcompare()
2792 vfmt, unpack_v, unpack_w); in memory_richcompare()
2798 vfmt, unpack_v, unpack_w); in memory_richcompare()