HomeSort by: relevance | last modified time | path
    Searched defs:lima_debug (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
lima_screen.c 408 DEBUG_GET_ONCE_FLAGS_OPTION(lima_debug, "LIMA_DEBUG", debug_options, 0)
409 uint32_t lima_debug; variable
414 lima_debug = debug_get_option_lima_debug();
416 if (lima_debug & LIMA_DEBUG_DUMP) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
lima_screen.c 483 if (lima_debug & LIMA_DEBUG_NO_GROW_HEAP)
590 DEBUG_GET_ONCE_FLAGS_OPTION(lima_debug, "LIMA_DEBUG", lima_debug_options, 0)
591 uint32_t lima_debug; variable
596 lima_debug = debug_get_option_lima_debug();

Completed in 7 milliseconds