Home
last modified time | relevance | path

Searched refs:PointSizeIsSet (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c232 … key.export_point_size = !st->ctx->VertexProgram.PointSizeEnabled && !st->ctx->PointSizeIsSet; in st_update_vp()
289 … key.export_point_size = !st->ctx->VertexProgram.PointSizeEnabled && !st->ctx->PointSizeIsSet; in st_update_common_program()
Dst_atom.c152 !st->ctx->VertexProgram.PointSizeEnabled && !st->ctx->PointSizeIsSet) { in check_program_state()
/third_party/mesa3d/src/mesa/main/
Dpoints.c43 ctx->PointSizeIsSet = (size == 1.0 && ctx->Point.Size == 1.0) || ctx->Point._Attenuated; in update_point_size_set()
Dcontext.c1080 ctx->PointSizeIsSet = GL_TRUE; in _mesa_initialize_context()
Dmtypes.h3580 GLboolean PointSizeIsSet; /**< the glPointSize value in the shader is set */ member
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst4677 - mesa: rename PointSizeIsOne -> PointSizeIsSet