Home
last modified time | relevance | path

Searched refs:PL_FMT_CAP_LINEAR (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/libplacebo/libplacebo-4.157.0/src/d3d11/
H A Dformats.c161 .caps = PL_FMT_CAP_LINEAR, in pl_d3d11_setup_formats()
219 fmt->caps &= ~(PL_FMT_CAP_SAMPLEABLE | PL_FMT_CAP_LINEAR); in pl_d3d11_setup_formats()
H A Dgpu_tex.c128 if ((tex->params.format->caps & PL_FMT_CAP_LINEAR) && params->blit_src) in pl_d3d11_tex_create()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/vulkan/
H A Dformats.c334 {VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT, PL_FMT_CAP_LINEAR}, in vk_setup_formats()
367 fmt->caps &= ~PL_FMT_CAP_LINEAR; in vk_setup_formats()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/
H A Drenderer.c103 {PL_FMT_FLOAT, 16, PL_FMT_CAP_LINEAR}, in find_fbo_format()
107 {PL_FMT_UNORM, 16, PL_FMT_CAP_LINEAR}, in find_fbo_format()
108 {PL_FMT_SNORM, 16, PL_FMT_CAP_LINEAR}, in find_fbo_format()
113 {PL_FMT_UNORM, 8, PL_FMT_CAP_LINEAR}, in find_fbo_format()
558 bool can_linear = texfmt->caps & PL_FMT_CAP_LINEAR; in sample_src_info()
784 .sample_mode = (ol.tex->params.format->caps & PL_FMT_CAP_LINEAR) in draw_overlays()
1006 if (!(psrc->tex->params.format->caps & PL_FMT_CAP_LINEAR)) { in deband_src()
1289 const enum pl_fmt_caps mask = PL_FMT_CAP_SAMPLEABLE | PL_FMT_CAP_LINEAR; in merge_fmt()
2818 (tpars->format->caps & PL_FMT_CAP_LINEAR)) in pl_render_image_mix()
H A Ddummy.c126 .caps = PL_FMT_CAP_SAMPLEABLE | PL_FMT_CAP_LINEAR | in pl_gpu_dummy_create()
H A Dgpu.c134 FMT_BOOL('L', fmt->caps & PL_FMT_CAP_LINEAR), \ in print_formats()
771 require(params->sample_mode != PL_TEX_SAMPLE_LINEAR || (src_fmt->caps & PL_FMT_CAP_LINEAR)); in pl_tex_blit()
1445 require(db.sample_mode != PL_TEX_SAMPLE_LINEAR || (fmt->caps & PL_FMT_CAP_LINEAR)); in pl_pass_run()
H A Dshaders.c863 texcaps |= PL_FMT_CAP_LINEAR; in sh_lut()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/tests/
H A Dopengl_surfaceless.c17 PL_FMT_CAP_RENDERABLE | PL_FMT_CAP_LINEAR); in opengl_interop_tests()
H A Dbench.c11 pl_fmt fmt = pl_find_fmt(gpu, PL_FMT_FLOAT, 4, 16, 32, PL_FMT_CAP_LINEAR); in create_test_img()
H A Dgpu_tests.h250 PL_FMT_CAP_LINEAR; in pl_shader_tests()
685 pl_fmt src_fmt = pl_find_fmt(gpu, PL_FMT_FLOAT, 1, 16, 32, PL_FMT_CAP_LINEAR); in pl_scaler_tests()
/dports/multimedia/mpv/mpv-0.34.1/video/out/placebo/
H A Dra_pl.c92 .linear_filter = plfmt->caps & PL_FMT_CAP_LINEAR, in ra_create_pl()
146 .src_linear = pltex->params.format->caps & PL_FMT_CAP_LINEAR, in mppl_wrap_tex()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/include/libplacebo/
H A Dgpu.h276 PL_FMT_CAP_LINEAR = 1 << 2, // may be linearly samplied from (PL_TEX_SAMPLE_LINEAR) enumerator
/dports/graphics/libplacebo/libplacebo-4.157.0/src/opengl/
H A Dformats.c65 L = PL_FMT_CAP_LINEAR,
/dports/graphics/libplacebo/libplacebo-4.157.0/src/shaders/
H A Dsampling.c58 bool can_linear = fmt->caps & PL_FMT_CAP_LINEAR; in setup_src()
H A Dcustom.c621 if (out->binding.sample_mode == PL_TEX_SAMPLE_LINEAR && !(caps & PL_FMT_CAP_LINEAR)) { in parse_tex()