Home
last modified time | relevance | path

Searched refs:LP_PERF (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c51 if (LP_PERF & PERF_NO_BLEND) { in llvmpipe_create_blend_state()
117 if (LP_PERF & PERF_NO_DEPTH) { in llvmpipe_create_depth_stencil_state()
124 if (LP_PERF & PERF_NO_ALPHATEST) { in llvmpipe_create_depth_stencil_state()
Dlp_clear.c60 if (LP_PERF & PERF_NO_DEPTH) in llvmpipe_clear()
Dlp_debug.h63 extern int LP_PERF;
Dlp_state_surface.c84 if (LP_PERF & PERF_NO_DEPTH) { in llvmpipe_set_framebuffer_state()
Dlp_state_sampler.c51 if (LP_PERF & PERF_NO_MIP_LINEAR) { in llvmpipe_create_sampler_state()
56 if (LP_PERF & PERF_NO_MIPMAPS) in llvmpipe_create_sampler_state()
59 if (LP_PERF & PERF_NO_LINEAR) { in llvmpipe_create_sampler_state()
Dlp_screen.c82 int LP_PERF = 0; variable
879 LP_PERF = debug_get_flags_option("LP_PERF", lp_perf_flags, 0 ); in llvmpipe_create_screen()
Dlp_tex_sample.c374 if (LP_PERF & PERF_NO_TEX) { in lp_llvm_sampler_soa_emit_fetch_texel()
Dlp_setup.c927 if (LP_PERF & PERF_TEX_MEM) { in lp_setup_set_fragment_sampler_views()
Dlp_state_cs.c916 if (LP_PERF & PERF_TEX_MEM) { in lp_csctx_set_sampler_views()
/external/mesa3d/docs/
Denvvars.rst466 ``LP_PERF``
/external/mesa3d/docs/relnotes/
D7.10.rst1929 - llvmpipe: add LP_PERF flag to disable various aspects of