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

1 2

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
glthread.h 124 bool Valid;
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
mouse.c 202 #define MAX_VALID 4 /* number of valid packets before accepting */
207 int (*Valid) (KdPointerInfo *pi, unsigned char *ev, int ne);
232 int valid; /* sequential valid events */ member in struct:_kmouse
750 km->valid = 0;
828 km->valid = 0;
835 i = (*km->prot->Valid) (pi, event, ne);
853 km->valid = 0;
879 km->valid = 0;
884 km->valid++
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.h 213 IMGUI_API ImDrawData* GetDrawData(); // valid after Render() and until the next call to NewFrame(). this is what you have to render. (Obsolete: this used to be passed to your io.RenderDrawListsFn() function.)
296 IMGUI_API void SetScrollFromPosY(float local_y, float center_y_ratio = 0.5f); // adjust scrolling amount to make given position valid. use GetCursorPos() or GetCursorStartPos()+offset to get valid positions.
660 IMGUI_API ImGuiMouseCursor GetMouseCursor(); // get desired cursor type, reset in ImGui::NewFrame(), this is updated during the frame. valid before Render(). If you use software rendering by setting io.MouseDrawCursor ImGui will render those for you
1633 // - References are only valid until a new value is added to the storage. Calling a Set***() function or a Get***Ref() function invalidates the pointer.
1891 bool Valid; // Only valid after Render() is called and before the next NewFrame() is called.
1901 ImDrawData() { Valid = false; Clear(); }
1903 void Clear() { Valid = false; CmdLists = NULL; CmdListsCount = TotalVtxCount = TotalIdxCount = 0; DisplayPos = DisplaySize = FramebufferScale = ImVec2(0.f, 0.f); } // The ImDrawList are owned by ImGuiContext!
  /xsrc/external/mit/MesaLib/src/intel/genxml/
gen45_pack.h 1152 bool Valid;
1171 __gen_uint(values->Valid, 26, 26) |
2178 .Valid = 0, \
2186 bool Valid;
2204 __gen_uint(values->Valid, 8, 8) |
gen4_pack.h 1128 bool Valid;
1147 __gen_uint(values->Valid, 26, 26) |
2098 .Valid = 0, \
2106 bool Valid;
2124 __gen_uint(values->Valid, 8, 8) |
gen5_pack.h 1214 bool Valid;
1233 __gen_uint(values->Valid, 26, 26) |
2388 bool Valid;
2406 __gen_uint(values->Valid, 8, 8) |
gen6_pack.h 1146 bool Valid;
1165 __gen_uint(values->Valid, 25, 25) |
gen75_pack.h 1531 bool Valid;
1550 __gen_uint(values->Valid, 25, 25) |
gen7_pack.h 1329 bool Valid;
1348 __gen_uint(values->Valid, 25, 25) |
gen8_pack.h 1646 bool Valid;
1665 __gen_uint(values->Valid, 25, 25) |
gen10_pack.h 2740 bool Valid;
2759 __gen_uint(values->Valid, 25, 25) |
gen11_pack.h 3169 bool Valid;
3188 __gen_uint(values->Valid, 25, 25) |
gen125_pack.h 3349 bool Valid;
3368 __gen_uint(values->Valid, 25, 25) |
gen12_pack.h 3294 bool Valid;
3313 __gen_uint(values->Valid, 25, 25) |
gen9_pack.h 2716 bool Valid;
2735 __gen_uint(values->Valid, 25, 25) |
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.h 213 IMGUI_API ImDrawData* GetDrawData(); // valid after Render() and until the next call to NewFrame(). this is what you have to render. (Obsolete: this used to be passed to your io.RenderDrawListsFn() function.)
296 IMGUI_API void SetScrollFromPosY(float local_y, float center_y_ratio = 0.5f); // adjust scrolling amount to make given position valid. use GetCursorPos() or GetCursorStartPos()+offset to get valid positions.
660 IMGUI_API ImGuiMouseCursor GetMouseCursor(); // get desired cursor type, reset in ImGui::NewFrame(), this is updated during the frame. valid before Render(). If you use software rendering by setting io.MouseDrawCursor ImGui will render those for you
1633 // - References are only valid until a new value is added to the storage. Calling a Set***() function or a Get***Ref() function invalidates the pointer.
1891 bool Valid; // Only valid after Render() is called and before the next NewFrame() is called.
1901 ImDrawData() { Valid = false; Clear(); }
1903 void Clear() { Valid = false; CmdLists = NULL; CmdListsCount = TotalVtxCount = TotalIdxCount = 0; DisplayPos = DisplaySize = FramebufferScale = ImVec2(0.f, 0.f); } // The ImDrawList are owned by ImGuiContext!
  /xsrc/external/mit/MesaLib.old/src/intel/genxml/
gen45_pack.h 1136 bool Valid;
1155 __gen_uint(values->Valid, 26, 26) |
2162 .Valid = 0, \
2170 bool Valid;
2188 __gen_uint(values->Valid, 8, 8) |
gen4_pack.h 1112 bool Valid;
1131 __gen_uint(values->Valid, 26, 26) |
2082 .Valid = 0, \
2090 bool Valid;
2108 __gen_uint(values->Valid, 8, 8) |
gen5_pack.h 1198 bool Valid;
1217 __gen_uint(values->Valid, 26, 26) |
2372 bool Valid;
2390 __gen_uint(values->Valid, 8, 8) |
gen6_pack.h 1130 bool Valid;
1149 __gen_uint(values->Valid, 25, 25) |
gen75_pack.h 1515 bool Valid;
1534 __gen_uint(values->Valid, 25, 25) |
gen7_pack.h 1313 bool Valid;
1332 __gen_uint(values->Valid, 25, 25) |
gen8_pack.h 1630 bool Valid;
1649 __gen_uint(values->Valid, 25, 25) |
gen10_pack.h 2740 bool Valid;
2759 __gen_uint(values->Valid, 25, 25) |
gen11_pack.h 2818 bool Valid;
2837 __gen_uint(values->Valid, 25, 25) |

Completed in 197 milliseconds

1 2