/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_surface.c | 70 double mrd; local 75 mrd = 0.0000001; 78 mrd = 0.00002; 80 lp->mrd = mrd; 81 draw_set_mrd(lp->draw, mrd);
|
lp_context.h | 116 double mrd; member in struct:llvmpipe_context
|
lp_state_setup.c | 821 key->units = (float) (lp->rasterizer->offset_units * lp->mrd);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_surface.c | 70 double mrd; local 75 mrd = 0.0000001; 78 mrd = 0.00002; 80 lp->mrd = mrd; 81 draw_set_mrd(lp->draw, mrd);
|
lp_context.h | 116 double mrd; member in struct:llvmpipe_context
|
lp_state_setup.c | 821 key->units = (float) (lp->rasterizer->offset_units * lp->mrd);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state_surface.c | 86 double mrd; local 91 mrd = 0.0000001; 94 mrd = 0.00002; 96 draw_set_mrd(sp->draw, mrd);
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_surface.c | 86 double mrd; local 91 mrd = 0.0000001; 94 mrd = 0.00002; 96 draw_set_mrd(sp->draw, mrd);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_context.h | 111 void draw_set_mrd(struct draw_context *draw, double mrd);
|
draw_pipe_offset.c | 131 offset->units = (float) (stage->draw->rasterizer->offset_units * stage->draw->mrd);
|
draw_context.c | 216 void draw_set_mrd(struct draw_context *draw, double mrd) 218 draw->mrd = mrd;
|
draw_private.h | 223 double mrd; /**< minimum resolvable depth value, for polygon offset */ member in struct:draw_context
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_context.h | 111 void draw_set_mrd(struct draw_context *draw, double mrd);
|
draw_pipe_offset.c | 131 offset->units = (float) (stage->draw->rasterizer->offset_units * stage->draw->mrd);
|
draw_context.c | 216 void draw_set_mrd(struct draw_context *draw, double mrd) 218 draw->mrd = mrd;
|
draw_private.h | 223 double mrd; /**< minimum resolvable depth value, for polygon offset */ member in struct:draw_context
|