Home
last modified time | relevance | path

Searched refs:SH_PARAMS (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/libplacebo/libplacebo-4.157.0/src/
H A Dshaders.h63 #define SH_PARAMS(sh) ((sh)->res.params) macro
64 #define SH_GPU(sh) (SH_PARAMS(sh).gpu)
H A Dshaders.c90 if (SH_PARAMS(sh).glsl.version) in sh_glsl()
91 return SH_PARAMS(sh).glsl; in sh_glsl()
184 sh->fresh++, SH_PARAMS(sh).id); in sh_fresh()
482 if (SH_PARAMS(sh).id == SH_PARAMS(sub).id) { in sh_subpass()
755 float seedval = modff(phi * SH_PARAMS(sh).index, &(float){0}); in sh_prng()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/shaders/
H A Dcolorspace.c1446 int phase = SH_PARAMS(sh).index % 8; in pl_shader_dither()