HomeSort by: relevance | last modified time | path
    Searched defs:fill_front (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_clip.c 128 GLuint fill_front = BRW_CLIP_FILL_MODE_CULL; local
137 fill_front = BRW_CLIP_FILL_MODE_FILL;
141 fill_front = BRW_CLIP_FILL_MODE_LINE;
145 fill_front = BRW_CLIP_FILL_MODE_POINT;
186 key.fill_ccw = fill_front;
194 key.fill_cw = fill_front;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_clip.c 128 GLuint fill_front = BRW_CLIP_FILL_MODE_CULL; local
137 fill_front = BRW_CLIP_FILL_MODE_FILL;
141 fill_front = BRW_CLIP_FILL_MODE_LINE;
145 fill_front = BRW_CLIP_FILL_MODE_POINT;
186 key.fill_ccw = fill_front;
194 key.fill_cw = fill_front;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 109 unsigned fill_mode = translate_fill_mode(rast->templ.fill_front);
126 if (rast->templ.fill_front != rast->templ.fill_back) {
263 int fill_front = templ->fill_front; local
266 boolean offset_front = util_get_offset(templ, fill_front);
283 fill = fill_front;
287 if (fill_front != fill_back || offset_front != offset_back) {
297 fill = fill_front;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 109 unsigned fill_mode = translate_fill_mode(rast->templ.fill_front);
125 if (rast->templ.fill_front != rast->templ.fill_back) {
258 int fill_front = templ->fill_front; local
261 boolean offset_front = util_get_offset(templ, fill_front);
278 fill = fill_front;
282 if (fill_front != fill_back || offset_front != offset_back) {
292 fill = fill_front;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_program.c 2103 uint32_t fill_front = BRW_CLIP_FILL_MODE_CULL; local
2109 switch (rs_state->fill_front) {
2111 fill_front = BRW_CLIP_FILL_MODE_FILL;
2115 fill_front = BRW_CLIP_FILL_MODE_LINE;
2119 fill_front = BRW_CLIP_FILL_MODE_POINT;
2143 rs_state->fill_front != PIPE_POLYGON_MODE_FILL) {
2161 key.fill_ccw = fill_front;
2169 key.fill_cw = fill_front;
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_state.h 101 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */ member in struct:pipe_rasterizer_state
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_state.h 100 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */ member in struct:pipe_rasterizer_state

Completed in 12 milliseconds