Home
last modified time | relevance | path

Searched refs:pointsize (Results 1 – 25 of 36) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c239 rast->pointsize = MAX2(2.0f, templ->point_size); in svga_create_rasterizer_state()
242 rast->pointsize = templ->point_size; in svga_create_rasterizer_state()
Dsvga_state_tgsi_transform.c471 (svga->curr.rast->pointsize > 1.0 || in update_tgsi_transform()
Dsvga_state_fs.c175 (svga->curr.rast->pointsize > 1.0 || in make_fs_key()
Dsvga_state_rss.c242 EMIT_RS_FLOAT(svga, curr->pointsize, POINTSIZE); in emit_rss_vgpu9()
Dsvga_context.h205 float pointsize; member
Dsvga_state_framebuffer.c564 svga->curr.rast->pointsize > 1.0f) { in get_viewport_prescale()
Dsvga_state_constants.c205 dst[2] = svga->curr.rast->pointsize; in svga_get_pt_sprite_constants()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DGLES1Shaders.inc17 in float pointsize;
107 float attPointSize = pointsize / pow(attPart, 0.5);
152 gl_PointSize = pointsize;
177 gl_PointSize = pointsize;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1Shaders.inc56 in float pointsize;
141 float attPointSize = pointsize / pow(attPart, 0.5);
186 gl_PointSize = pointsize;
211 gl_PointSize = pointsize;
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst2453 - mesa/st: conditionally add pointsize outputs to ES tess/geom shaders
2455 - mesa/st: only add pointsize output if it doesn't exceed max component limit
2457 - mesa/st: simplify pointsize shader update conditional
2458 - mesa/st: simplify pointsize precompile conditional
2459 - mesa/st: precompile with API pointsize only if the shader doesn't have pointsize
2461 - mesa/st: check max output components for adding pointsize during precompile
2565 - mesa/st: add special casing for pointsize constant updating during validate
2597 - mesa/st: rework atom flagging when pointsize changes
2598 - mesa/st: always flag last vertex stage constants for upload on pointsize change
2599 - mesa/st: rework pointsize constant uploads
[all …]
D22.0.2.rst232 - mesa/st: add special casing for pointsize constant updating during validate
D7.9.1.rst319 - i965: Don't write mrf assignment for pointsize output
/third_party/libinput/doc/user/
Dconf.py.in124 # 'pointsize': '10pt',
/third_party/harfbuzz/test/shaping/data/text-rendering-tests/fonts/
DSelawik-README.md46 \pointsize | Shows the point size passed to the TrueType rasterizer. Note that depending on how the…
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/fonts/
DSelawik-README.md46 \pointsize | Shows the point size passed to the TrueType rasterizer. Note that depending on how the…
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/text-rendering-tests/fonts/
DSelawik-README.md46 \pointsize | Shows the point size passed to the TrueType rasterizer. Note that depending on how the…
/third_party/openGLES/extensions/NV/
DNV_tessellation_program5.txt338 | <vtxPrefix> "pointsize"
382 | <resPrefix> "pointsize"
455 | <vtxPrefix> "pointsize"
498 | <resPrefix> "pointsize"
682 pointsize (s,-,-,-) point size
714 If an attribute binding suffix matches "pointsize", the "x" component of
881 result.pointsize (s,*,*,*) point size
913 If a result variable binding matches "result.pointsize", updates to the
DNV_vertex_program4.txt275 | <resPrefix> "pointsize"
448 result.pointsize (s,*,*,*) point size
480 If a result variable binding matches "result.pointsize", updates to the
DNV_geometry_program4.txt612 | <vtxPrefix> "pointsize"
635 | <resPrefix> "pointsize"
690 vertex[m].pointsize (s,-,-,-) point size
753 If a geometry attribute binding matches "vertex[m].pointsize", the "x"
831 result.pointsize (s,*,*,*) point size
864 If a result variable binding matches "result.pointsize", updates to the
DNV_vertex_program2_option.txt1408 | "pointsize"
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_tessellation_program5.txt338 | <vtxPrefix> "pointsize"
382 | <resPrefix> "pointsize"
455 | <vtxPrefix> "pointsize"
498 | <resPrefix> "pointsize"
682 pointsize (s,-,-,-) point size
714 If an attribute binding suffix matches "pointsize", the "x" component of
881 result.pointsize (s,*,*,*) point size
913 If a result variable binding matches "result.pointsize", updates to the
DNV_vertex_program4.txt275 | <resPrefix> "pointsize"
448 result.pointsize (s,*,*,*) point size
480 If a result variable binding matches "result.pointsize", updates to the
DNV_geometry_program4.txt612 | <vtxPrefix> "pointsize"
635 | <resPrefix> "pointsize"
690 vertex[m].pointsize (s,-,-,-) point size
753 If a geometry attribute binding matches "vertex[m].pointsize", the "x"
831 result.pointsize (s,*,*,*) point size
864 If a result variable binding matches "result.pointsize", updates to the
DNV_vertex_program2_option.txt1408 | "pointsize"
/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l276 {dot}pointsize { return_token_or_DOT(require_ARB_vp, POINTSIZE); }

12