Searched refs:ref_pos (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp7022 ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy) argument
7024 ImVec2 base_pos_clamped = ImClamp(ref_pos, r_outer.Min, r_outer.Max - size);
7069 ImVec2 pos = ref_pos;
7103 ImVec2 ref_pos = NavCalcPreferredRefPos(); local in function:ImGui::FindBestWindowPosForPopup
7106 r_avoid = ImRect(ref_pos.x - 16, ref_pos.y - 8, ref_pos.x + 16, ref_pos.y + 8);
7108 r_avoid = ImRect(ref_pos.x - 16, ref_pos
8794 LogRenderedText(const ImVec2 * ref_pos,const char * text,const char * text_end) argument
[all...]
H A Dimgui_internal.h1396 IMGUI_API ImVec2 FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy = ImGuiPopupPositionPolicy_Default);
1453 IMGUI_API void LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end = NULL);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp7022 ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy) argument
7024 ImVec2 base_pos_clamped = ImClamp(ref_pos, r_outer.Min, r_outer.Max - size);
7069 ImVec2 pos = ref_pos;
7103 ImVec2 ref_pos = NavCalcPreferredRefPos(); local in function:ImGui::FindBestWindowPosForPopup
7106 r_avoid = ImRect(ref_pos.x - 16, ref_pos.y - 8, ref_pos.x + 16, ref_pos.y + 8);
7108 r_avoid = ImRect(ref_pos.x - 16, ref_pos
8794 LogRenderedText(const ImVec2 * ref_pos,const char * text,const char * text_end) argument
[all...]
H A Dimgui_internal.h1396 IMGUI_API ImVec2 FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy = ImGuiPopupPositionPolicy_Default);
1453 IMGUI_API void LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end = NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c1362 int ref_pos = tgsi_util_get_shadow_ref_src_index(target); local in function:build_tex_intrinsic
1434 assert(ref_pos >= 0);
1435 z = args.coords[ref_pos];

Completed in 44 milliseconds