/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | gen7_sf_state.c | 164 float point_size; local 278 point_size = CLAMP(ctx->Point.Size, ctx->Point.MinSize, ctx->Point.MaxSize); 281 dw3 |= U_FIXED(CLAMP(point_size, 0.125, 255.875), 3);
|
H A D | gen6_sf_state.c | 133 float point_size; local 243 point_size = CLAMP(ctx->Point.Size, ctx->Point.MinSize, ctx->Point.MaxSize); 246 dw4 |= U_FIXED(CLAMP(point_size, 0.125, 255.875), 3);
|
H A D | brw_structs.h | 446 GLuint point_size:11; member in struct:brw_sf_unit_state::__anon14572
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_fetch_emit.c | 84 float point_size; member in struct:fetch_emit_middle_end 162 &feme->point_size, 167 feme->point_size = draw->rasterizer->point_size;
|
H A D | draw_pipe_vbuf.c | 79 float point_size; member in struct:vbuf_stage 263 vbuf->translate->set_buffer(vbuf->translate, 1, &vbuf->point_size, 0, ~0); 266 vbuf->point_size = vbuf->stage.draw->rasterizer->point_size;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_context.h | 102 float point_size; member in struct:lp_setup_context
|
H A D | lp_setup.c | 511 float point_size, 518 setup->point_size = point_size; 510 lp_setup_set_point_state( struct lp_setup_context *setup, float point_size, boolean point_size_per_vertex, uint sprite_coord_enable, uint sprite_coord_origin) argument
|
/external/freetype/src/truetype/ |
H A D | ttobjs.h | 289 FT_Long point_size; /* for the `MPS' bytecode instruction */ member in struct:TT_SizeRec_
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
H A D | i830_state.c | 646 GLint point_size = (int) size; local 650 point_size = CLAMP(point_size, 1, 256); 654 FIXED_POINT_WIDTH(point_size));
|
H A D | i915_state.c | 625 GLint point_size = (int) round(size); local 629 point_size = CLAMP(point_size, 1, 255); 630 lis4 |= point_size << S4_POINT_WIDTH_SHIFT;
|
/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state.c | 933 int point_size = CLAMP((int) rasterizer->point_size, 1, 0xff); local 935 cso->LIS4 |= point_size << S4_POINT_WIDTH_SHIFT;
|
/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_state.c | 1078 uint32_t point_size; /* R300_GA_POINT_SIZE: 0x421c */ local 1124 point_size = 1125 pack_float_16_6x(state->point_size) | 1126 (pack_float_16_6x(state->point_size) << R300_POINTSIZE_X_SHIFT); 1141 float psiz = state->point_size; 1241 OUT_CB_REG(R300_GA_POINT_SIZE, point_size);
|
/external/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 151 float point_size; /**< used when no per-vertex size */ member in struct:pipe_rasterizer_state
|