Home
last modified time | relevance | path

Searched refs:minfilter (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_sampler.c241 cso->minfilter = translate_img_filter( sampler->min_img_filter ); in svga_create_sampler_state()
244 cso->magfilter = cso->minfilter = SVGA3D_TEX_FILTER_ANISOTROPIC; in svga_create_sampler_state()
Dsvga_state_tss.c364 EMIT_TS(svga, unit, state->minfilter, MINFILTER); in emit_tss_unit()
Dsvga_context.h229 unsigned minfilter; member
Dsvga_shader.c415 sampler->minfilter == SVGA3D_TEX_FILTER_NEAREST) { in svga_init_shader_key_common()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_impact_pixel_texture.txt60 specified by calling TexParameter with the minfilter and maxfilter
/third_party/openGLES/extensions/SGIX/
DSGIX_impact_pixel_texture.txt60 specified by calling TexParameter with the minfilter and maxfilter
/third_party/openGLES/extensions/APPLE/
DAPPLE_texture_2D_limited_npot.txt60 is not CLAMP_TO_EDGE or a minfilter that is not NEAREST or LINEAR is
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_texture_2D_limited_npot.txt60 is not CLAMP_TO_EDGE or a minfilter that is not NEAREST or LINEAR is
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c1557 sampler.minfilter = PVRX(TEXSTATE_FILTER_POINT); in pvr_device_init_default_sampler_state()
2631 word.minfilter = pvr_sampler_get_hw_filter_from_vk(dev_info, min_filter); in pvr_CreateSampler()