Home
last modified time | relevance | path

Searched refs:max_pushc_size (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/mpv/mpv-0.34.1/video/out/gpu/
H A Dra.h30 size_t max_pushc_size; member
H A Dshader_cache.c278 if (try_pushc && sc->ra->glsl_vulkan && sc->ra->max_pushc_size) { in update_uniform_params()
283 if (new_size <= sc->ra->max_pushc_size) { in update_uniform_params()
/dports/multimedia/mpv/mpv-0.34.1/video/out/placebo/
H A Dra_pl.c69 ra->max_pushc_size = gpu->limits.max_pushc_size; in ra_create_pl()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/include/libplacebo/
H A Dgpu.h124 size_t max_pushc_size; // maximum `push_constants_size` member
/dports/graphics/libplacebo/libplacebo-4.157.0/src/
H A Ddummy.c57 .max_pushc_size = SIZE_MAX,
H A Ddispatch.c204 if (try_pushc && gpu->glsl.vulkan && gpu->limits.max_pushc_size) { in add_pass_var()
207 if (new_size <= gpu->limits.max_pushc_size) { in add_pass_var()
H A Dgpu.c273 LOG("zu", max_pushc_size); in pl_gpu_finalize()
1411 require(params->push_constants_size <= gpu->limits.max_pushc_size); in pl_pass_create()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/vulkan/
H A Dgpu.c482 .max_pushc_size = vk->limits.maxPushConstantsSize, in pl_gpu_create_vk()