HomeSort by relevance Sort by last modified time
    Searched defs:hw_prim (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw_arrays.c 192 unsigned hw_prim; local
195 hw_prim = svga_translate_prim(prim, count, &hw_count);
199 range.primType = hw_prim;
svga_draw_elements.c 112 unsigned hw_prim; local
117 hw_prim = svga_translate_prim(prim, count, &hw_count);
143 range.primType = hw_prim;
svga_context.h 335 unsigned hw_prim; member in struct:svga_context::__anon18747
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_arrays.c 192 unsigned hw_prim; local
195 hw_prim = svga_translate_prim(prim, count, &hw_count);
199 range.primType = hw_prim;
svga_draw_elements.c 112 unsigned hw_prim; local
117 hw_prim = svga_translate_prim(prim, count, &hw_count);
143 range.primType = hw_prim;
svga_context.h 335 unsigned hw_prim; member in struct:svga_context::__anon11231
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_render.c 72 static uint32_t hw_prim[GL_POLYGON + 1] = { variable
119 intel_set_prim(intel, hw_prim[prim]);
intel_tris.c 675 static const GLuint hw_prim[GL_POLYGON + 1] = { variable
688 #define RASTERIZE(x) intelRasterPrimitive( ctx, x, hw_prim[x] )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw.c 92 uint32_t hw_prim = prim_to_hw_prim[prim->mode]; local
102 hw_prim = _3DPRIM_TRISTRIP;
108 hw_prim = _3DPRIM_TRIFAN;
111 if (hw_prim != brw->primitive) {
112 brw->primitive = hw_prim;
125 uint32_t hw_prim; local
129 hw_prim = prim_to_hw_prim[prim->mode];
131 if (hw_prim != brw->primitive) {
132 brw->primitive = hw_prim;
151 uint32_t hw_prim)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_render.c 72 static uint32_t hw_prim[GL_POLYGON + 1] = { variable
119 intel_set_prim(intel, hw_prim[prim]);
intel_tris.c 675 static const GLuint hw_prim[GL_POLYGON + 1] = { variable
688 #define RASTERIZE(x) intelRasterPrimitive( ctx, x, hw_prim[x] )
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.c 92 uint32_t hw_prim = prim_to_hw_prim[prim->mode]; local
102 hw_prim = _3DPRIM_TRISTRIP;
108 hw_prim = _3DPRIM_TRIFAN;
111 if (hw_prim != brw->primitive) {
112 brw->primitive = hw_prim;
125 uint32_t hw_prim; local
129 hw_prim = prim_to_hw_prim[prim->mode];
131 if (hw_prim != brw->primitive) {
132 brw->primitive = hw_prim;
151 uint32_t hw_prim)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 358 static const GLuint hw_prim[GL_POLYGON+1] = { variable
375 rmesa->radeon.swtcl.hw_primitive = hw_prim[prim];
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 358 static const GLuint hw_prim[GL_POLYGON+1] = { variable
375 rmesa->radeon.swtcl.hw_primitive = hw_prim[prim];

Completed in 202 milliseconds