Home
last modified time | relevance | path

Searched refs:PL_SHADER_SIG_NONE (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/libplacebo/libplacebo-4.157.0/src/include/libplacebo/
H A Dshaders.h111 PL_SHADER_SIG_NONE = 0, // no input / void output enumerator
/dports/graphics/libplacebo/libplacebo-4.157.0/src/tests/fuzz/
H A Dshaders.c74 .input = PL_SHADER_SIG_NONE, in main()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/
H A Dshaders.c457 [PL_SHADER_SIG_NONE] = "",
462 [PL_SHADER_SIG_NONE] = "void",
467 [PL_SHADER_SIG_NONE] = "",
665 [PL_SHADER_SIG_NONE] = "PL_SHADER_SIG_NONE", in sh_require()
H A Ddispatch.c650 pl_assert(res->input == PL_SHADER_SIG_NONE); in generate_shaders()
1062 sh->res.output = PL_SHADER_SIG_NONE; in translate_compute_shader()
1135 if (res->input != PL_SHADER_SIG_NONE || res->output != PL_SHADER_SIG_COLOR) { in pl_dispatch_finish()
1292 if (res->input != PL_SHADER_SIG_NONE) { in pl_dispatch_compute()
1385 if (res->input != PL_SHADER_SIG_NONE || res->output != PL_SHADER_SIG_COLOR) { in pl_dispatch_vertex()
H A Drenderer.c1493 sh_require(sh, PL_SHADER_SIG_NONE, 0, 0); in pass_read_image()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/shaders/
H A Dcustom.c85 case PL_SHADER_SIG_NONE: break; in pl_shader_custom()
1072 if (!sh_require(sh, PL_SHADER_SIG_NONE, out_w, out_h)) in hook_hook()
1224 sh->res.output = PL_SHADER_SIG_NONE; in hook_hook()
H A Dav1.c681 if (!sh_require(sh, PL_SHADER_SIG_NONE, tex_w, tex_h)) in pl_shader_av1_grain()
H A Dsampling.c60 sig = PL_SHADER_SIG_NONE; in setup_src()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/tests/
H A Dgpu_tests.h390 .input = PL_SHADER_SIG_NONE, in pl_shader_tests()
661 .input = PL_SHADER_SIG_NONE, in pl_shader_tests()