HomeSort by relevance Sort by last modified time
    Searched refs:ilo_debug (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_debug.c 28 #include "ilo_debug.h"
45 int ilo_debug; variable
50 ilo_debug = debug_get_flags_option(name, ilo_debug_flags, 0);
ilo_debug.h 42 enum ilo_debug { enum
58 extern int ilo_debug;
ilo_builder.h 34 #include "ilo_debug.h"
178 if (unlikely(ilo_debug & (ILO_DEBUG_BATCH | ILO_DEBUG_HANG))) {
ilo_image.c 28 #include "ilo_debug.h"
321 if (ilo_debug & ILO_DEBUG_NOHIZ)
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_cp.c 114 if (likely(!(ilo_debug & ILO_DEBUG_HANG)))
144 const bool do_exec = !(ilo_debug & ILO_DEBUG_NOHW);
171 if (unlikely((ilo_debug & ILO_DEBUG_BATCH) || guilty)) {
ilo_cp.h 94 if (ilo_debug & ILO_DEBUG_SUBMIT) {
ilo_gpgpu.c 103 if (ilo_debug & ILO_DEBUG_NOCACHE)
ilo_draw.c 554 if (ilo_debug & ILO_DEBUG_DRAW) {
601 if (ilo_debug & ILO_DEBUG_NOCACHE)
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_cs.c 71 if (ilo_debug & ILO_DEBUG_CS) {
114 if (ilo_debug & ILO_DEBUG_CS) {
ilo_shader_gs.c 893 if (ilo_debug & ILO_DEBUG_GS) {
903 if (ilo_debug & ILO_DEBUG_GS) {
963 if (ilo_debug & ILO_DEBUG_GS) {
987 if (ilo_debug & ILO_DEBUG_GS) {
1003 if (ilo_debug & ILO_DEBUG_GS) {
1015 if (ilo_debug & ILO_DEBUG_GS) {
    [all...]
ilo_shader_vs.c 748 if (ilo_debug & ILO_DEBUG_VS) {
792 if (ilo_debug & ILO_DEBUG_VS) {
    [all...]
ilo_shader_fs.c     [all...]

Completed in 1550 milliseconds