| /xsrc/external/mit/setxkbmap/dist/ |
| setxkbmap.c | 100 struct settings { struct 116 typedef struct settings settings_t; 118 static settings_t settings = { variable 259 " -query Print the current layout settings and exit\n" 276 if (settings.rules.value) 277 MSG1("rules: %s\n", settings.rules.value); 278 if (settings.model.value) 279 MSG1("model: %s\n", settings.model.value); 280 if (settings.layout.value) 281 MSG1("layout: %s\n", settings.layout.value) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| vl_compositor.h | 181 vl_compositor_set_csc_matrix(struct vl_compositor_state *settings, 195 vl_compositor_set_clear_color(struct vl_compositor_state *settings, union pipe_color_union *color); 201 vl_compositor_get_clear_color(struct vl_compositor_state *settings, union pipe_color_union *color); 207 vl_compositor_set_dst_clip(struct vl_compositor_state *settings, struct u_rect *dst_clip); 231 vl_compositor_set_layer_dst_area(struct vl_compositor_state *settings,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| vl_compositor.h | 164 vl_compositor_set_csc_matrix(struct vl_compositor_state *settings, 178 vl_compositor_set_clear_color(struct vl_compositor_state *settings, union pipe_color_union *color); 184 vl_compositor_get_clear_color(struct vl_compositor_state *settings, union pipe_color_union *color); 190 vl_compositor_set_dst_clip(struct vl_compositor_state *settings, struct u_rect *dst_clip); 214 vl_compositor_set_layer_dst_area(struct vl_compositor_state *settings,
|
| /xsrc/external/mit/freetype/dist/builds/ |
| detect.mk | 112 $(info The following settings are used:) 119 $(info If this does not correspond to your system or settings please remove the file)
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| gen_release_notes.py | 123 self.document.settings.trim_footnote_reference_space = False 124 self.document.settings.character_level_inline_markup = False 125 self.document.settings.pep_references = False 126 self.document.settings.rfc_references = False 128 self.init_customizations(self.document.settings)
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ |
| xorgconf.cpp | 117 # rather than screen-specific. These settings alone don't enable DPMS. 149 # To customise the XKB settings to suit your keyboard, modify the 180 # These are the default XKB settings for xorg 214 # the protocol as follows. On some platforms some other settings may
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ |
| xorgconf.cpp | 123 # rather than screen-specific. These settings alone don't enable DPMS. 155 # To customise the XKB settings to suit your keyboard, modify the 186 # These are the default XKB settings for xorg 220 # the protocol as follows. On some platforms some other settings may
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| imgui.cpp | 76 // [SECTION] SETTINGS 146 - This codebase is also optimized to yield decent performances with typical "Debug" builds settings. 914 this is also useful to set yourself in the context of another window (to get/set other settings) 1004 // Settings 1149 // Settings 3001 // If the user has inconsistent compilation settings, imgui configuration #define, packing pragma, etc. you may see different structures from what imgui.cpp sees which is highly problematic. 3387 // Load settings on first frame (if not explicitly loaded manually before) 3396 // Save settings (with a delay after the last modification, so we don't spam disk too much) 3576 // Save settings (unless we haven't attempted to load them: CreateContext/DestroyContext without a call to NewFrame shouldn't save an empty file) 4490 // User can disable loading and saving of settings. Tooltip and child windows also don't store settings 8963 ImGuiWindowSettings* settings = &g.SettingsWindows.back(); local 9102 ImGuiWindowSettings* settings = ImGui::FindWindowSettings(ImHashStr(name, 0)); local 9110 ImGuiWindowSettings* settings = (ImGuiWindowSettings*)entry; local 9129 ImGuiWindowSettings* settings = (window->SettingsIdx != -1) ? &g.SettingsWindows[window->SettingsIdx] : ImGui::FindWindowSettings(window->ID); local 9145 const ImGuiWindowSettings* settings = &g.SettingsWindows[i]; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imgui.cpp | 76 // [SECTION] SETTINGS 146 - This codebase is also optimized to yield decent performances with typical "Debug" builds settings. 914 this is also useful to set yourself in the context of another window (to get/set other settings) 1004 // Settings 1149 // Settings 3001 // If the user has inconsistent compilation settings, imgui configuration #define, packing pragma, etc. you may see different structures from what imgui.cpp sees which is highly problematic. 3387 // Load settings on first frame (if not explicitly loaded manually before) 3396 // Save settings (with a delay after the last modification, so we don't spam disk too much) 3576 // Save settings (unless we haven't attempted to load them: CreateContext/DestroyContext without a call to NewFrame shouldn't save an empty file) 4490 // User can disable loading and saving of settings. Tooltip and child windows also don't store settings 8963 ImGuiWindowSettings* settings = &g.SettingsWindows.back(); local 9102 ImGuiWindowSettings* settings = ImGui::FindWindowSettings(ImHashStr(name, 0)); local 9110 ImGuiWindowSettings* settings = (ImGuiWindowSettings*)entry; local 9129 ImGuiWindowSettings* settings = (window->SettingsIdx != -1) ? &g.SettingsWindows[window->SettingsIdx] : ImGui::FindWindowSettings(window->ID); local 9145 const ImGuiWindowSettings* settings = &g.SettingsWindows[i]; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_pipeline.c | 711 /* Look up the ideal settings from tables. */ 4168 struct radv_binning_settings settings; local 4171 settings.context_states_per_bin = 1; 4172 settings.persistent_states_per_bin = 1; 4174 settings.context_states_per_bin = 3; 4175 settings.persistent_states_per_bin = 8; 4177 settings.fpovs_per_batch = 63; 4180 settings.context_states_per_bin = 6; 4182 settings.persistent_states_per_bin = 16; 4183 settings.fpovs_per_batch = 63 4209 struct radv_binning_settings settings = local [all...] |
| radv_cmd_buffer.c | 1286 struct radv_binning_settings settings = local 1292 (settings.context_states_per_bin > 1 || settings.persistent_states_per_bin > 1); 1295 settings.context_states_per_bin > 1; 6390 /* Face culling settings. */ 6433 * - Dirty dynamic flags: culling settings may have changed. 6467 /* Get current culling settings. */ 6502 * and when it's already on but some settings change. 6510 * but not when it stays on and just some settings change.
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| release.txt | 161 * New GX2 PLL settings - updates to the 14 MHz table and a new 48 MHz table.
|
| /xsrc/external/mit/libX11/dist/ |
| configure | 11074 # -brtl affects multiple linker settings, -berok does not and is overridden later 23073 # Used in lcFile.c (see also --enable-xlocaledir settings below) 24810 -V, --version print version number and configuration settings, then exit 26566 echo "$PACKAGE_STRING will be built with the following settings:"
|