Searched refs:item_width (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_query.c1867 unsigned item_width, item_mask; local in function:r600_query_fix_enabled_rb_mask
1870 item_width = 4;
1873 item_width = 2;
1880 backend_map >>= item_width;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_query.c1865 unsigned item_width, item_mask; local in function:r600_query_fix_enabled_rb_mask
1868 item_width = 4;
1871 item_width = 2;
1878 backend_map >>= item_width;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h316 IMGUI_API void PushItemWidth(float item_width); // width of items for the common item+label case, pixels. 0.0f = default to ~2/3 of windows width, >0.0f: width in pixels, <0.0f align xx pixels to the right of window (so -1.0f always align width to the right side)
H A Dimgui.cpp5628 void ImGui::PushItemWidth(float item_width) argument
5631 window->DC.ItemWidth = (item_width == 0.0f ? window->ItemWidthDefault : item_width);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h316 IMGUI_API void PushItemWidth(float item_width); // width of items for the common item+label case, pixels. 0.0f = default to ~2/3 of windows width, >0.0f: width in pixels, <0.0f align xx pixels to the right of window (so -1.0f always align width to the right side)
H A Dimgui.cpp5628 void ImGui::PushItemWidth(float item_width) argument
5631 window->DC.ItemWidth = (item_width == 0.0f ? window->ItemWidthDefault : item_width);

Completed in 53 milliseconds