Home
last modified time | relevance | path

Searched refs:max_buffer_texels (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/libplacebo/libplacebo-4.157.0/src/
H A Ddummy.c46 .max_buffer_texels = UINT64_MAX,
139 if (gpu->limits.max_buffer_texels && gpu->limits.max_ubo_size) in pl_gpu_dummy_create()
141 if (gpu->limits.max_buffer_texels && gpu->limits.max_ssbo_size) in pl_gpu_dummy_create()
H A Dgpu.c260 LOG(PRIu64, max_buffer_texels); in pl_gpu_finalize()
1004 require(params.size <= gpu->limits.max_buffer_texels * fmt->texel_size); in pl_buf_create()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/vulkan/
H A Dformats.c191 bool has_emu = gpu->glsl.compute && gpu->limits.max_buffer_texels; in vk_setup_formats()
H A Dgpu.c469 .max_buffer_texels = vk->limits.maxTexelBufferElements, in pl_gpu_create_vk()
H A Dgpu_tex.c301 if (texels > gpu->limits.max_buffer_texels) { in vk_tex_create()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/include/libplacebo/
H A Dgpu.h100 uint64_t max_buffer_texels; // maximum number of texels in a texel buffer member
/dports/graphics/libplacebo/libplacebo-4.157.0/src/d3d11/
H A Dgpu.c488 gpu->limits.max_buffer_texels = in pl_gpu_create_d3d11()