HomeSort by relevance Sort by last modified time
    Searched refs:vertex_format (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_maos_verts.c 59 GLuint vertex_format; member in struct:__anon15223
372 if ((setup_tab[i].vertex_format & req) == req)
375 if (rmesa->tcl.vertex_format == setup_tab[i].vertex_format &&
394 (setup_tab[i].vertex_format & RADEON_CP_VC_FRMT_W0))) {
410 if (setup_tab[i].vertex_format & RADEON_CP_VC_FRMT_W0) {
428 rmesa->tcl.vertex_format = setup_tab[i].vertex_format;
radeon_ioctl.h 49 GLuint vertex_format,
57 GLuint vertex_format,
radeon_ioctl.c 125 GLuint vertex_format,
142 OUT_BATCH(vertex_format);
158 OUT_BATCH(vertex_format);
217 GLuint vertex_format,
243 OUT_BATCH(vertex_format);
251 OUT_BATCH(vertex_format);
radeon_tcl.c 155 return radeonAllocEltsOpenEnded( rmesa, rmesa->tcl.vertex_format,
183 rmesa->tcl.vertex_format,
459 rmesa->swtcl.vertex_format = 0;
506 rmesa->swtcl.vertex_format = 0;
radeon_context.h 345 GLuint vertex_format; member in struct:r100_tcl_info
363 GLuint vertex_format; member in struct:r100_swtcl_info
radeon_maos_arrays.c 287 rmesa->tcl.vertex_format = vfmt;
radeon_maos_vbtmp.h 293 setup_tab[IDX].vertex_format = IND;
radeon_swtcl.c 217 fmt_0 != rmesa->swtcl.vertex_format) {
219 rmesa->swtcl.vertex_format = fmt_0;
327 rmesa->swtcl.vertex_format,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_verts.c 59 GLuint vertex_format; member in struct:__anon25565
372 if ((setup_tab[i].vertex_format & req) == req)
375 if (rmesa->tcl.vertex_format == setup_tab[i].vertex_format &&
394 (setup_tab[i].vertex_format & RADEON_CP_VC_FRMT_W0))) {
410 if (setup_tab[i].vertex_format & RADEON_CP_VC_FRMT_W0) {
428 rmesa->tcl.vertex_format = setup_tab[i].vertex_format;
radeon_ioctl.h 49 GLuint vertex_format,
57 GLuint vertex_format,
radeon_ioctl.c 125 GLuint vertex_format,
142 OUT_BATCH(vertex_format);
158 OUT_BATCH(vertex_format);
217 GLuint vertex_format,
243 OUT_BATCH(vertex_format);
251 OUT_BATCH(vertex_format);
radeon_tcl.c 155 return radeonAllocEltsOpenEnded( rmesa, rmesa->tcl.vertex_format,
183 rmesa->tcl.vertex_format,
459 rmesa->swtcl.vertex_format = 0;
506 rmesa->swtcl.vertex_format = 0;
radeon_context.h 345 GLuint vertex_format; member in struct:r100_tcl_info
363 GLuint vertex_format; member in struct:r100_swtcl_info
radeon_maos_arrays.c 287 rmesa->tcl.vertex_format = vfmt;
radeon_maos_vbtmp.h 293 setup_tab[IDX].vertex_format = IND;
radeon_swtcl.c 217 fmt_0 != rmesa->swtcl.vertex_format) {
219 rmesa->swtcl.vertex_format = fmt_0;
327 rmesa->swtcl.vertex_format,

Completed in 175 milliseconds