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

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_verts.c 60 GLuint vertex_format; member in struct:__anon30544
374 if ((setup_tab[i].vertex_format & req) == req)
377 if (rmesa->tcl.vertex_format == setup_tab[i].vertex_format &&
396 (setup_tab[i].vertex_format & RADEON_CP_VC_FRMT_W0))) {
412 if (setup_tab[i].vertex_format & RADEON_CP_VC_FRMT_W0) {
430 rmesa->tcl.vertex_format = setup_tab[i].vertex_format;
radeon_ioctl.h 48 GLuint vertex_format,
56 GLuint vertex_format,
radeon_ioctl.c 123 GLuint vertex_format,
140 OUT_BATCH(vertex_format);
156 OUT_BATCH(vertex_format);
215 GLuint vertex_format,
241 OUT_BATCH(vertex_format);
249 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 344 GLuint vertex_format; member in struct:r100_tcl_info
362 GLuint vertex_format; member in struct:r100_swtcl_info
radeon_maos_arrays.c 288 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;
331 rmesa->swtcl.vertex_format,
  /external/mesa3d/src/gallium/drivers/svga/
svga_format.c 41 SVGA3dSurfaceFormat vertex_format; member in struct:vgpu10_format_entry
    [all...]

Completed in 919 milliseconds