Home
last modified time | relevance | path

Searched refs:lower_point_size (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c180 if (st->lower_point_size && new_state & _NEW_POINT) { in st_invalidate_state()
625 st->lower_point_size = in st_create_context_priv()
712 !st->lower_point_size && in st_create_context_priv()
728 !st->lower_point_size && in st_create_context_priv()
734 !st->lower_point_size && in st_create_context_priv()
Dst_atom_shader.c231 if (st->lower_point_size) in st_update_vp()
288 if (st->lower_point_size) in st_update_common_program()
Dst_atom.c151 if (st->lower_point_size && st->ctx->LastVertexStageDirty && in check_program_state()
Dst_context.h160 boolean lower_point_size; member
Dst_glsl_to_nir.cpp370 if (st->lower_point_size && prog->skip_pointsize_xfb && in st_nir_preprocess()
Dst_program.c1373 if (st->lower_point_size && st_can_add_pointsize_to_program(st, prog)) { in st_program_string_notify()
/third_party/mesa3d/docs/relnotes/
D22.1.3.rst167 - nir/lower_point_size: apply point size clamping
D19.3.0.rst1653 - nir/lower_point_size: assume scalar PSIZ
D21.0.0.rst2456 - mesa/st: set lower_point_size for tes/gs during program update
D22.2.0.rst4675 - nir/lower_point_size: apply point size clamping