Searched refs:vertex_format (Results 1 – 8 of 8) sorted by relevance
59 GLuint vertex_format; member372 if ((setup_tab[i].vertex_format & req) == req) in radeonEmitArrays()375 if (rmesa->tcl.vertex_format == setup_tab[i].vertex_format && in radeonEmitArrays()394 (setup_tab[i].vertex_format & RADEON_CP_VC_FRMT_W0))) { in radeonEmitArrays()410 if (setup_tab[i].vertex_format & RADEON_CP_VC_FRMT_W0) { in radeonEmitArrays()428 rmesa->tcl.vertex_format = setup_tab[i].vertex_format; in radeonEmitArrays()
125 GLuint vertex_format, in radeonEmitVbufPrim() argument142 OUT_BATCH(vertex_format); in radeonEmitVbufPrim()158 OUT_BATCH(vertex_format); in radeonEmitVbufPrim()217 GLuint vertex_format, in radeonAllocEltsOpenEnded() argument243 OUT_BATCH(vertex_format); in radeonAllocEltsOpenEnded()251 OUT_BATCH(vertex_format); in radeonAllocEltsOpenEnded()
49 GLuint vertex_format,57 GLuint vertex_format,
155 return radeonAllocEltsOpenEnded( rmesa, rmesa->tcl.vertex_format, in radeonAllocElts()183 rmesa->tcl.vertex_format, in radeonEmitPrim()459 rmesa->swtcl.vertex_format = 0; in transition_to_swtnl()506 rmesa->swtcl.vertex_format = 0; in transition_to_hwtnl()
345 GLuint vertex_format; member363 GLuint vertex_format; member
217 fmt_0 != rmesa->swtcl.vertex_format) { in radeonSetVertexFormat()219 rmesa->swtcl.vertex_format = fmt_0; in radeonSetVertexFormat()327 rmesa->swtcl.vertex_format, in r100_swtcl_flush()
287 rmesa->tcl.vertex_format = vfmt; in radeonEmitArrays()
293 setup_tab[IDX].vertex_format = IND; in TAG()