Searched refs:pointsize (Results 1 – 25 of 36) sorted by relevance
12
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_rasterizer.c | 239 rast->pointsize = MAX2(2.0f, templ->point_size); in svga_create_rasterizer_state() 242 rast->pointsize = templ->point_size; in svga_create_rasterizer_state()
|
D | svga_state_tgsi_transform.c | 471 (svga->curr.rast->pointsize > 1.0 || in update_tgsi_transform()
|
D | svga_state_fs.c | 175 (svga->curr.rast->pointsize > 1.0 || in make_fs_key()
|
D | svga_state_rss.c | 242 EMIT_RS_FLOAT(svga, curr->pointsize, POINTSIZE); in emit_rss_vgpu9()
|
D | svga_context.h | 205 float pointsize; member
|
D | svga_state_framebuffer.c | 564 svga->curr.rast->pointsize > 1.0f) { in get_viewport_prescale()
|
D | svga_state_constants.c | 205 dst[2] = svga->curr.rast->pointsize; in svga_get_pt_sprite_constants()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | GLES1Shaders.inc | 17 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/ |
D | GLES1Shaders.inc | 56 in float pointsize; 141 float attPointSize = pointsize / pow(attPart, 0.5); 186 gl_PointSize = pointsize; 211 gl_PointSize = pointsize;
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.1.0.rst | 2453 - 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 …]
|
D | 22.0.2.rst | 232 - mesa/st: add special casing for pointsize constant updating during validate
|
D | 7.9.1.rst | 319 - i965: Don't write mrf assignment for pointsize output
|
/third_party/libinput/doc/user/ |
D | conf.py.in | 124 # 'pointsize': '10pt',
|
/third_party/harfbuzz/test/shaping/data/text-rendering-tests/fonts/ |
D | Selawik-README.md | 46 \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/ |
D | Selawik-README.md | 46 \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/ |
D | Selawik-README.md | 46 \pointsize | Shows the point size passed to the TrueType rasterizer. Note that depending on how the…
|
/third_party/openGLES/extensions/NV/ |
D | NV_tessellation_program5.txt | 338 | <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
|
D | NV_vertex_program4.txt | 275 | <resPrefix> "pointsize" 448 result.pointsize (s,*,*,*) point size 480 If a result variable binding matches "result.pointsize", updates to the
|
D | NV_geometry_program4.txt | 612 | <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
|
D | NV_vertex_program2_option.txt | 1408 | "pointsize"
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_tessellation_program5.txt | 338 | <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
|
D | NV_vertex_program4.txt | 275 | <resPrefix> "pointsize" 448 result.pointsize (s,*,*,*) point size 480 If a result variable binding matches "result.pointsize", updates to the
|
D | NV_geometry_program4.txt | 612 | <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
|
D | NV_vertex_program2_option.txt | 1408 | "pointsize"
|
/third_party/mesa3d/src/mesa/program/ |
D | program_lexer.l | 276 {dot}pointsize { return_token_or_DOT(require_ARB_vp, POINTSIZE); }
|
12