HomeSort by: relevance | last modified time | path
    Searched defs:warned (Results 1 - 25 of 31) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_job.c 493 static bool warned = false; local
494 if (ret && !warned) {
497 warned = true;
vc4_resource.c 723 static bool warned = false; local
724 if (!warned) {
725 warned = true;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_state_fs.c 250 static boolean warned = FALSE; local
254 if (!warned) {
269 warned = TRUE;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_job.c 493 static bool warned = false; local
494 if (ret && !warned) {
497 warned = true;
vc4_resource.c 698 static bool warned = false; local
699 if (!warned) {
700 warned = true;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_state_fs.c 270 static boolean warned = FALSE; local
274 if (!warned) {
289 warned = TRUE;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_job.c 555 static bool warned = false; local
556 if (ret && !warned) {
559 warned = true;
v3d_resource.c 964 static bool warned = false; local
965 if (!warned) {
966 warned = true;
v3dx_draw.c 918 static bool warned[5] = { 0 }; local
933 if (!warned[failed_stage]) {
937 warned[failed_stage] = true;
1319 static bool warned = false; local
1320 if (!warned) {
1324 warned = true;
1452 static bool warned = false; local
1453 if (ret && !warned) {
1456 warned = true;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3d_job.c 416 static bool warned = false; local
417 if (ret && !warned) {
420 warned = true;
v3d_resource.c 887 static bool warned = false; local
888 if (!warned) {
889 warned = true;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_acpi.c 138 static int warned = 0; local
150 if (!warned)
153 warned = 1;
164 warned = 0;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_acpi.c 136 static int warned = 0; local
148 if (!warned)
151 warned = 1;
162 warned = 0;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_measure.c 149 static bool warned = false; local
150 if (unlikely(!warned)) {
156 warned = true;
iris_screen.c 134 static bool warned = false; local
135 if (warned)
138 warned = true;
  /xsrc/external/mit/MesaLib/dist/src/glx/
dri_common.c 207 static int warned; local
208 if (!warned) {
210 warned = 1;
220 static int warned; local
221 if (!warned) {
223 warned = 1;
231 static int warned; local
232 if (!warned) {
234 warned = 1;
  /xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_measure.c 426 static bool warned = false; local
427 if (unlikely(!warned)) {
433 warned = true;
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_measure.c 271 static bool warned = false; local
272 if (unlikely(!warned)) {
280 warned = true;
495 static bool warned = false; local
496 if (unlikely(!warned)) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
extensions.c 291 static bool warned; local
293 if (!warned) {
294 warned = true;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
extensions.c 272 static bool warned; local
274 if (!warned) {
275 warned = true;
  /xsrc/external/mit/xf86-input-ws/dist/src/
ws.c 751 static int warned = 0; local
752 if (!warned) {
753 warned = 1;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nvfx_fragprog.c 828 static int warned = 0; local
829 if(!warned) {
831 warned = 1;
846 static int warned = 0; local
847 if(!warned) {
851 warned = 1;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nvfx_fragprog.c 828 static int warned = 0; local
829 if(!warned) {
831 warned = 1;
846 static int warned = 0; local
847 if(!warned) {
851 warned = 1;
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_queue.c 654 static bool warned = false; local
655 if (ret && !warned) {
658 warned = true;
722 static bool warned = false; local
723 if (ret && !warned) {
726 warned = true;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_draw.cpp 439 static bool warned; local
440 if (!warned) {
442 warned = true;

Completed in 33 milliseconds

1 2