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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.h 89 boolean point_size_per_vertex,
lp_setup_context.h 98 boolean point_size_per_vertex; member in struct:lp_setup_context
lp_state_rasterizer.c 121 state->lp_state.point_size_per_vertex,
lp_setup_point.c 309 = (setup->point_size_per_vertex && sizeAttr > 0) ? v0[sizeAttr][0]
lp_setup.c 512 boolean point_size_per_vertex,
521 setup->point_size_per_vertex = point_size_per_vertex;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 198 raster->point_size_per_vertex = TRUE;
203 raster->point_size_per_vertex = ctx->VertexProgram.PointSizeEnabled;
206 if (!raster->point_size_per_vertex) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_vs.c 162 key->allow_psiz = svga->curr.rast->templ.point_size_per_vertex;
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 98 unsigned point_size_per_vertex:1; /**< size computed in vertex shader */ member in struct:pipe_rasterizer_state
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 262 if (rast->point_size_per_vertex) {
draw_pipe_aapoint.c 710 if (draw->rasterizer->point_size_per_vertex) {
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_shader_state.c 299 if (nv50->rast->pipe.point_size_per_vertex)
411 if (nv50->rast->pipe.point_size_per_vertex) {
nv50_state.c 269 if (!cso->point_size_per_vertex) {
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 140 trace_dump_member(bool, state, point_size_per_vertex);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 250 SB_IMMED_3D(so, VP_POINT_SIZE_EN, cso->point_size_per_vertex);
251 if (!cso->point_size_per_vertex) {
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 409 S_02881C_USE_VTX_POINT_SIZE(state->point_size_per_vertex) |
410 S_02881C_VS_OUT_MISC_VEC_ENA(state->point_size_per_vertex);
437 if (state->point_size_per_vertex) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 322 util_dump_member(stream, bool, state, point_size_per_vertex);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 451 rast.point_size_per_vertex = 1;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 911 if (state->point_size_per_vertex) {
    [all...]
evergreen_state.c 891 if (state->point_size_per_vertex) {
    [all...]

Completed in 77 milliseconds