Searched refs:DEBUG_SETUP (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup.c | 78 if (LP_DEBUG & DEBUG_SETUP) in lp_setup_get_empty_scene() 124 LP_DBG(DEBUG_SETUP, "%s\n", __FUNCTION__); in lp_setup_reset() 188 LP_DBG(DEBUG_SETUP, "%s done \n", __FUNCTION__); in lp_setup_rasterize_scene() 218 LP_DBG(DEBUG_SETUP, "%s color clear bufs: %x depth: %s\n", __FUNCTION__, in begin_binning() 266 LP_DBG(DEBUG_SETUP, "%s done\n", __FUNCTION__); in begin_binning() 279 LP_DBG(DEBUG_SETUP, "%s\n", __FUNCTION__); in execute_clears() 375 LP_DBG(DEBUG_SETUP, "%s\n", __FUNCTION__); in lp_setup_bind_framebuffer() 411 LP_DBG(DEBUG_SETUP, "%s state %d\n", __FUNCTION__, setup->state); in lp_setup_try_clear_color_buffer() 469 LP_DBG(DEBUG_SETUP, "%s state %d\n", __FUNCTION__, setup->state); in lp_setup_try_clear_zs() 574 LP_DBG(DEBUG_SETUP, "%s\n", __FUNCTION__); in lp_setup_set_triangle_state() [all …]
|
D | lp_debug.h | 38 #define DEBUG_SETUP 0x10 macro
|
D | lp_scene.c | 277 if (LP_DEBUG & DEBUG_SETUP) in lp_scene_end_rasterization() 289 if (LP_DEBUG & DEBUG_SETUP) in lp_scene_end_rasterization() 302 if (LP_DEBUG & DEBUG_SETUP) in lp_scene_end_rasterization()
|
D | lp_state_cs.c | 880 LP_DBG(DEBUG_SETUP, "%s\n", __FUNCTION__); in lp_csctx_set_sampler_views() 1028 LP_DBG(DEBUG_SETUP, "%s\n", __FUNCTION__); in lp_csctx_set_sampler_state() 1054 LP_DBG(DEBUG_SETUP, "%s %p\n", __FUNCTION__, (void *) buffers); in lp_csctx_set_cs_constants() 1072 LP_DBG(DEBUG_SETUP, "%s %p\n", __FUNCTION__, (void *)buffers); in lp_csctx_set_cs_ssbos() 1091 LP_DBG(DEBUG_SETUP, "%s %p\n", __FUNCTION__, (void *) images); in lp_csctx_set_cs_images()
|
D | lp_rast.c | 773 LP_DBG(DEBUG_SETUP, "%s\n", __FUNCTION__); in lp_rast_queue_scene() 806 LP_DBG(DEBUG_SETUP, "%s done \n", __FUNCTION__); in lp_rast_queue_scene()
|
D | lp_screen.c | 66 { "setup", DEBUG_SETUP, NULL },
|