OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fmt_0
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c
67
fmt_0
|= F0; \
84
int
fmt_0
= 0;
local
185
(rmesa->hw.vtx.cmd[VTX_VTXFMT_0] !=
fmt_0
) ||
189
rmesa->hw.vtx.cmd[VTX_VTXFMT_0] =
fmt_0
;
765
const GLuint
fmt_0
= R200_VTX_XY | R200_VTX_Z0 | R200_VTX_W0
local
777
if ( (rmesa->hw.vtx.cmd[VTX_VTXFMT_0] !=
fmt_0
)
781
rmesa->hw.vtx.cmd[VTX_VTXFMT_0] =
fmt_0
;
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c
72
fmt_0
|= F0; \
96
int
fmt_0
= 0;
local
217
fmt_0
!= rmesa->swtcl.vertex_format) {
219
rmesa->swtcl.vertex_format =
fmt_0
;
Completed in 45 milliseconds