/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_state_vs.c | 162 key->allow_psiz = svga->curr.rast->templ.point_size_per_vertex;
|
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_wide_point.c | 262 if (rast->point_size_per_vertex) {
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_wide_point.c | 262 if (rast->point_size_per_vertex) {
|
/external/chromium_org/third_party/mesa/src/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) {
|
/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) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
tr_dump_state.c | 140 trace_dump_member(bool, state, point_size_per_vertex);
|
/external/mesa3d/src/gallium/drivers/trace/ |
tr_dump_state.c | 140 trace_dump_member(bool, state, point_size_per_vertex);
|
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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...] |