• Home
  • Raw
  • Download

Lines Matching refs:pointsize

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
2600 - mesa/st: don't add pointsize to ES programs if it already exists
2689 - mesa: add a bool indicating when pointsize == 1.0
2690 - nir/lower_point_size_mov: fix check for overwriting existing pointsize
2691 - mesa/st: declare added pointsize var as hidden
2692 - mesa/st: always inject a 1.0 pointsize for vertex stages
2693 - mesa/st: also add pointsize to fixedfunction vertex shaders as needed
2694 - mesa/st: only use constant upload pointsize variants if pointsize != 1.0
2695 - mesa/st: only flag pointsize constant uploads if they're needed
2696 - mesa/st: don't precompile the pointsize upload variant anymore
2714 - mesa/st: fix pointsize adding check
2715 - mesa/st: handle copy_deref cases for adding pointsize
2717 - mesa/st: handle adding pointsize when gl_Position is never written
2732 - zink: prune unused st-injected pointsize exports