Home
last modified time | relevance | path

Searched refs:mag_filter (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
Dsampler.hpp42 mag_filter = info->mag_filter; in sampler2DBase()
53 if (mag_filter == SPIRV_CROSS_FILTER_NEAREST) in sampleLod()
91 spirv_cross_filter mag_filter; member
Dexternal_interface.h115 enum spirv_cross_filter mag_filter; member
/third_party/vk-gl-cts/android/cts/master/src/
Dvk-test-issues.txt2 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_filter.linear
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.h85 img_filter_func mag_filter,
Dsp_tex_sample.c2090 img_filter_func mag_filter, in mip_filter_linear() argument
2117 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); in mip_filter_linear()
2173 img_filter_func mag_filter, in mip_filter_nearest() argument
2198 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); in mip_filter_nearest()
2232 img_filter_func mag_filter, in mip_filter_none() argument
2255 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); in mip_filter_none()
2280 img_filter_func mag_filter, in mip_filter_none_no_filter_select() argument
2300 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); in mip_filter_none_no_filter_select()
2342 img_filter_func mag_filter, in img_filter_2d_ewa() argument
2549 img_filter_func mag_filter, in mip_filter_linear_aniso() argument
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Dgen_mipmap.metal52 constexpr sampler textureSampler(mag_filter::linear, min_filter::linear, mip_filter::linear);
232 constexpr sampler textureSampler(mag_filter::linear, min_filter::linear, mip_filter::linear);
478 constexpr sampler textureSampler(mag_filter::linear, min_filter::linear, mip_filter::linear);
526 constexpr sampler textureSampler(mag_filter::linear, min_filter::linear, mip_filter::linear);
Dblit.metal204 constexpr sampler textureSampler(mag_filter::nearest, min_filter::nearest);
258 constexpr sampler textureSampler(mag_filter::nearest, min_filter::nearest);
Dmtl_default_shaders_src_autogen.inc473 constexpr sampler textureSampler(mag_filter::nearest, min_filter::nearest);
527 constexpr sampler textureSampler(mag_filter::nearest, min_filter::nearest);
958 constexpr sampler textureSampler(mag_filter::linear, min_filter::linear, mip_filter::linear);
1138 constexpr sampler textureSampler(mag_filter::linear, min_filter::linear, mip_filter::linear);
1384 constexpr sampler textureSampler(mag_filter::linear, min_filter::linear, mip_filter::linear);
1432 constexpr sampler textureSampler(mag_filter::linear, min_filter::linear, mip_filter::linear);
/third_party/mesa3d/src/mesa/main/
Dsamplerobj.c624 GLenum min_filter, GLenum mag_filter) in _mesa_set_sampler_filters() argument
632 assert(mag_filter == GL_NEAREST || in _mesa_set_sampler_filters()
633 mag_filter == GL_LINEAR); in _mesa_set_sampler_filters()
635 if (samp->Attrib.MinFilter == min_filter && samp->Attrib.MagFilter == mag_filter) in _mesa_set_sampler_filters()
640 samp->Attrib.MagFilter = mag_filter; in _mesa_set_sampler_filters()
643 samp->Attrib.state.mag_img_filter = filter_to_gallium(mag_filter); in _mesa_set_sampler_filters()
Dsamplerobj.h88 GLenum min_filter, GLenum mag_filter);
/third_party/mesa3d/src/intel/vulkan/
DgenX_state.c811 const VkFilter mag_filter = in genX() local
814 const bool enable_mag_filter_addr_rounding = mag_filter != VK_FILTER_NEAREST; in genX()
844 .MagModeFilter = vk_to_intel_tex_filter(mag_filter, pCreateInfo->anisotropyEnable), in genX()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_sampler.c135 unsigned mag_filter, in translate_filter_mode() argument
145 if (mag_filter == PIPE_TEX_FILTER_LINEAR) in translate_filter_mode()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c215 tex->mag_filter = TEX_FILTER_USE_FETCH_CONST; in fill_instr()
234 tex->mag_filter = TEX_FILTER_USE_FETCH_CONST; in fill_instr()
/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c428 if (tex->mag_filter != TEX_FILTER_USE_FETCH_CONST) in print_fetch_tex()
429 printf(" MAG(%s)", filter[tex->mag_filter]); in print_fetch_tex()
Dinstr-a2xx.h330 instr_tex_filter_t mag_filter : 2; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c1124 const unsigned mag_filter = bld->static_sampler_state->mag_img_filter; in lp_build_sample_aos() local
1147 if (min_filter == mag_filter) { in lp_build_sample_aos()
1186 mag_filter, PIPE_TEX_MIPFILTER_NONE, in lp_build_sample_aos()
Dlp_bld_sample_soa.c2514 const unsigned mag_filter = bld->static_sampler_state->mag_img_filter; in lp_build_sample_common() local
2532 need_derivs = ((min_filter != mag_filter || in lp_build_sample_common()
2580 if (min_filter != mag_filter || in lp_build_sample_common()
2925 const unsigned mag_filter = sampler_state->mag_img_filter; in lp_build_sample_general() local
2932 mag_filter) || in lp_build_sample_general()
2936 mag_filter)) || in lp_build_sample_general()
2940 mag_filter))) { in lp_build_sample_general()
2958 } else if (min_filter == mag_filter) { in lp_build_sample_general()
2992 lp_build_sample_mipmap(bld, mag_filter, PIPE_TEX_MIPFILTER_NONE, in lp_build_sample_general()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state.h245 unsigned mag_filter,
/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/
Dpipeline.txt42542 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_filter.linear
42543 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_filter.nearest
42613 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.linear
42614 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
42684 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.linear
42685 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.nearest
42755 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.linear
42756 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
42826 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter.linear
42827 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
[all …]
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_c.cpp1371 samp.mag_filter = static_cast<MSLSamplerFilter>(sampler->mag_filter); in spvc_convert_msl_sampler()
2580 sampler->mag_filter = static_cast<spvc_msl_sampler_filter>(defaults.mag_filter); in spvc_msl_constexpr_sampler_init()
Dspirv_cross_c.h488 spvc_msl_sampler_filter mag_filter; member
Dspirv_msl.hpp200 MSLSamplerFilter mag_filter = MSL_SAMPLER_FILTER_NEAREST; member
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_metal.mm334 …" constexpr sampler linearSampler(coord::normalized, min_filter::linear, mag_filter::linear, mi…
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_metal.mm350 …" constexpr sampler linearSampler(coord::normalized, min_filter::linear, mag_filter::linear, mi…
/third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/
Dpipeline.txt5104 dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
5105 dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
5189 dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
5190 dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
5727 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r4g4_unorm_pack8.mag_filter.nearest
5743 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
5759 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r5g6b5_unorm_pack16.mag_filter.nearest
5775 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
5791 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a2b10g10r10_unorm_pack32.mag_filter.neare…
5807 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a2r10g10b10_uint_pack32.mag_filter.nearest
[all …]

12