Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
DgenX_state.c280 const VkFilter mag_filter = in genX() local
283 const bool enable_mag_filter_addr_rounding = mag_filter != VK_FILTER_NEAREST; in genX()
306 .MagModeFilter = vk_to_gen_tex_filter(mag_filter, pCreateInfo->anisotropyEnable), in genX()
/external/deqp/external/vulkancts/mustpass/1.1.3/src/
Dtest-issues.txt8 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_filter.linear
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.h81 img_filter_func mag_filter,
Dsp_tex_sample.c1931 img_filter_func mag_filter, in mip_filter_linear() argument
1961 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); in mip_filter_linear()
2017 img_filter_func mag_filter, in mip_filter_nearest() argument
2045 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); in mip_filter_nearest()
2079 img_filter_func mag_filter, in mip_filter_none() argument
2104 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); in mip_filter_none()
2129 img_filter_func mag_filter, in mip_filter_none_no_filter_select() argument
2148 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); in mip_filter_none_no_filter_select()
2190 img_filter_func mag_filter, in img_filter_2d_ewa() argument
2397 img_filter_func mag_filter, in mip_filter_linear_aniso() argument
[all …]
/external/deqp/android/cts/master/src/
Dvk-test-issues.txt21 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_filter.linear
/external/mesa3d/src/mesa/main/
Dsamplerobj.c578 GLenum min_filter, GLenum mag_filter) in _mesa_set_sampler_filters() argument
586 assert(mag_filter == GL_NEAREST || in _mesa_set_sampler_filters()
587 mag_filter == GL_LINEAR); in _mesa_set_sampler_filters()
589 if (samp->MinFilter == min_filter && samp->MagFilter == mag_filter) in _mesa_set_sampler_filters()
594 samp->MagFilter = mag_filter; in _mesa_set_sampler_filters()
Dsamplerobj.h88 GLenum min_filter, GLenum mag_filter);
/external/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()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Ddisasm-a2xx.c410 if (tex->mag_filter != TEX_FILTER_USE_FETCH_CONST) in print_fetch_tex()
411 printf(" MAG(%s)", filter[tex->mag_filter]); in print_fetch_tex()
Dinstr-a2xx.h323 instr_tex_filter_t mag_filter : 2; member
Dir-a2xx.c334 tex->mag_filter = TEX_FILTER_USE_FETCH_CONST; in instr_emit_fetch()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state.h221 unsigned mag_filter,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2055 const unsigned mag_filter = bld->static_sampler_state->mag_img_filter; in lp_build_sample_common() local
2072 need_derivs = ((min_filter != mag_filter || in lp_build_sample_common()
2120 if (min_filter != mag_filter || in lp_build_sample_common()
2439 const unsigned mag_filter = sampler_state->mag_img_filter; in lp_build_sample_general() local
2446 mag_filter) || in lp_build_sample_general()
2450 mag_filter)) || in lp_build_sample_general()
2454 mag_filter))) { in lp_build_sample_general()
2468 if (min_filter == mag_filter) { in lp_build_sample_general()
2502 lp_build_sample_mipmap(bld, mag_filter, PIPE_TEX_MIPFILTER_NONE, in lp_build_sample_general()
Dlp_bld_sample_aos.c1612 const unsigned mag_filter = bld->static_sampler_state->mag_img_filter; in lp_build_sample_aos() local
1635 if (min_filter == mag_filter) { in lp_build_sample_aos()
1674 mag_filter, PIPE_TEX_MIPFILTER_NONE, in lp_build_sample_aos()
/external/deqp/external/vulkancts/mustpass/1.0.0/src/
Dmaster.txt35183 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_filter.linear
35184 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_filter.nearest
35230 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.linear
35231 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
35277 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.linear
35278 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.nearest
35324 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.linear
35325 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
35371 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter.linear
35372 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
[all …]
/external/deqp/external/vulkancts/mustpass/1.0.0/
Dvk-default.txt35183 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_filter.linear
35184 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_filter.nearest
35230 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.linear
35231 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
35277 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.linear
35278 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.nearest
35324 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.linear
35325 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
35371 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter.linear
35372 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
[all …]
/external/deqp/android/cts/nyc/src/
Dvk-master.txt32718 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_filter.linear
32719 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_filter.nearest
32765 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.linear
32766 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
32812 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.linear
32813 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.nearest
32859 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.linear
32860 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
32906 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter.linear
32907 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
[all …]
/external/deqp/android/cts/nyc/
Dvk-master.txt35190 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_filter.linear
35191 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_filter.nearest
35237 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.linear
35238 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
35284 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.linear
35285 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.nearest
35331 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.linear
35332 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
35378 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter.linear
35379 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
[all …]