Home
last modified time | relevance | path

Searched refs:st_can_add_pointsize_to_program (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.h334 st_can_add_pointsize_to_program(struct st_context *st, struct gl_program *prog);
Dst_program.c1224 st_can_add_pointsize_to_program(struct st_context *st, struct gl_program *prog) in st_can_add_pointsize_to_program() function
1373 if (st->lower_point_size && st_can_add_pointsize_to_program(st, prog)) { in st_program_string_notify()
Dst_glsl_to_nir.cpp372 st_can_add_pointsize_to_program(st, prog)) { in st_nir_preprocess()
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst2697 - mesa/st: simplify st_can_add_pointsize_to_program iterator