/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 2088 ac_shader_config* config; 2188 ac_shader_config* config); 2191 ac_shader_config* config, const struct aco_compiler_options* options, 2194 void select_gs_copy_shader(Program* program, struct nir_shader* gs_shader, ac_shader_config* config, 2199 ac_shader_config* config, 2204 ac_shader_config* config, 2211 ac_shader_config* config,
|
H A D | aco_spill.cpp | 1459 int32_t saddr = ctx.program->config->scratch_bytes_per_wave / ctx.program->wave_size - in setup_vgpr_spill_reload() 1466 ctx.program->config->scratch_bytes_per_wave / ctx.program->wave_size + in setup_vgpr_spill_reload() 1470 *offset += ctx.program->config->scratch_bytes_per_wave / ctx.program->wave_size; in setup_vgpr_spill_reload() 1474 add_offset_to_sgpr ? ctx.program->config->scratch_bytes_per_wave : 0; in setup_vgpr_spill_reload() 1485 ctx.program->config->spilled_vgprs += spill->operands[0].size(); in spill_vgpr() 1778 ctx.program->config->spilled_sgprs += (*it)->operands[0].size(); in assign_spill_slots() 1859 ctx.program->config->scratch_bytes_per_wave += in assign_spill_slots() 1920 program->config->spilled_vgprs = 0; 1921 program->config->spilled_sgprs = 0;
|
/third_party/gn/src/gn/ |
H A D | analyzer.cc | 18 #include "gn/config.h" 419 if (const Config* config = item->AsConfig()) { in ItemRefersToFile() 420 for (const auto& config_pair : config->configs()) { in ItemRefersToFile()
|
/third_party/backends/lib/ |
H A D | getopt.c | 22 # include <config.h> 34 # include <config.h>
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglconfig.c | 54 * Note that id must be positive for the config to be valid. 76 * Link a config to its display and return the handle of the link. 79 * Note that we just save the ptr to the config (we don't copy the config). 103 * Lookup a handle to find the linked config. 104 * Return NULL if the handle has no corresponding linked config. 107 _eglLookupConfig(EGLConfig config, _EGLDisplay *disp) in _eglLookupConfig() argument 114 conf = (_EGLConfig *) _eglFindArray(disp->Configs, (void *) config); in _eglLookupConfig() 265 * Return true if a config is valid. When for_matching is true, 290 /* config i in _eglValidateConfig() [all...] |
/third_party/python/Tools/unittestgui/ |
H A D | unittestgui.py | 372 #self.stopGoButton.config(command=self.stopClicked, text="Stop") 373 self.stopGoButton.config(state=tk.DISABLED) 378 self.stopGoButton.config(state=tk.DISABLED) 379 #self.stopGoButton.config(command=self.runClicked, text="Start")
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 405 amber_options.config = createEngineConfig(m_context, m_customDevice); in iterate() 449 delete amber_options.config; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 404 amber_options.config = createEngineConfig(m_context, m_customDevice); in iterate() 448 delete amber_options.config; in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.h | 67 const egl::Config *config, 86 egl::Error validateShareHandle(const egl::Config *config,
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | OcclusionQueriesTest.cpp | 611 EGLConfig config = window->getConfig(); in TEST_P() local 693 context.context = eglCreateContext(display, config, EGL_NO_CONTEXT, contextAttributes); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | EGLWindow.cpp | 438 fprintf(stderr, "Could not find a suitable EGL config!\n"); in initializeSurface() 683 // Always request the exact context version that the config wants in createContext() 769 // special-cased as it's possible for a config to return support for both EGL_WINDOW_BIT and 771 EGLBoolean EGLWindow::FindEGLConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *config) in FindEGLConfig() argument 801 *config = allConfigs[i]; in FindEGLConfig()
|
/third_party/python/Modules/ |
H A D | _posixsubprocess.c | 885 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in subprocess_fork_exec() local 886 if (config->_isolated_interpreter) { in subprocess_fork_exec()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | canonicalize_entry_point_io.cc | 95 /// The transform config. 121 /// @param config the transform config 124 const CanonicalizeEntryPointIO::Config& config, in State() 127 cfg(config), in State()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestLog.cpp | 469 void TestLog::writeEglConfig (const qpEglConfigInfo* config) in writeEglConfig() argument 472 if (qpTestLog_writeEglConfig(m_log, config) == DE_FALSE) in writeEglConfig()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglChooseConfigTests.cpp | 21 * \brief Choose config tests. 63 EGLConfig config = *cfgIter; in configListToString() local 64 EGLint configId = eglu::getConfigID(egl, display, config); in configListToString() 597 selectionGroup->addChild(new ChooseConfigSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple config selection case", attributes[ndx].attribute, false)); in init() 598 sortGroup->addChild(new ChooseConfigSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple config selection and sort case", attributes[ndx].attribute, true)); in init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.h | 177 void wpa_sm_set_config(struct wpa_sm *sm, struct rsn_supp_config *config); 289 struct rsn_supp_config *config) in wpa_sm_set_config() 288 wpa_sm_set_config(struct wpa_sm *sm, struct rsn_supp_config *config) wpa_sm_set_config() argument
|
H A D | wpa.c | 4326 * @config: Pointer to current network configuration 4328 * Notify WPA state machine that configuration has changed. config will be 4332 void wpa_sm_set_config(struct wpa_sm *sm, struct rsn_supp_config *config) 4337 if (config) { 4338 sm->network_ctx = config->network_ctx; 4339 sm->allowed_pairwise_cipher = config->allowed_pairwise_cipher; 4340 sm->proactive_key_caching = config->proactive_key_caching; 4341 sm->eap_workaround = config->eap_workaround; 4342 sm->eap_conf_ctx = config->eap_conf_ctx; 4343 if (config [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 7195 PolygonModeLargePointsCase (tcu::TestContext& testCtx, const std::string& name, const PolygonModeLargePointsConfig& config) 7197 , m_config (config) 7218 PolygonModeLargePointsInstance (Context& context, const PolygonModeLargePointsConfig& config) 7220 , m_config(config) 8159 PolygonModeLargePointsConfig config(1.0f, meshShader, tessellation, geometryShader, dynamicPolyMode, true); 8160 polygonsAsPoints->addChild(new PolygonModeLargePointsCase(testCtx, testName, config)); 8202 PolygonModeLargePointsConfig config(2.0f, meshShader, tessellation, geometryShader, dynamicPolyMode); 8203 polygonModeLargePointsGroup->addChild(new PolygonModeLargePointsCase(testCtx, testName, config)); 8426 const ConservativeTestConfig config = 8441 config, [all...] |
/third_party/alsa-lib/src/ucm/ |
H A D | parser.c | 683 * Parse one item for alsa-lib config 688 snd_config_t *n, *config = NULL; in parse_libconfig1() local 721 config = n; in parse_libconfig1() 757 if (config) { in parse_libconfig1() 759 err = uc_mgr_substitute_tree(uc_mgr, config); in parse_libconfig1() 763 err = snd_config_merge(uc_mgr->local_config, config, 0); in parse_libconfig1() 772 * Parse alsa-lib config 2001 /* parse master config sections */ in parse_verb_file() 2109 /* parse master config sections */ in parse_variant() 2188 /* parse master config section in parse_master_section() [all...] |
/third_party/backends/backend/ |
H A D | hp-scl.c | 62 #include "../include/sane/config.h" 779 connect = info->config.connect; in sanei_hp_get_connect() 780 got_connect_type = info->config.got_connect_type; in sanei_hp_get_connect() 979 if ((info != NULL) && (info->config_is_up) && info->config.dumb_read) in hp_scsi_read() 1537 enable_requests = info->config.use_scsi_request; in sanei_hp_scsi_pipeout() 1538 enable_image_buffering = info->config.use_image_buffering; in sanei_hp_scsi_pipeout()
|
/third_party/nghttp2/src/ |
H A D | shrpx_http2_session.cc | 1106 auto config = get_config(); in on_response_headers() local 1107 auto &loggingconf = config->logging; in on_response_headers() 1699 auto config = get_config(); in connection_made() local 1700 auto &http2conf = config->http2; in connection_made() 1720 if (http2conf.no_server_push || config->http2_proxy) { in connection_made()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.h | 253 TopTierRegisterAllocationData(const RegisterConfiguration* config, 301 const RegisterConfiguration* config() const { return config_; } in config() function in v8::internal::compiler::RegisterAllocationFlag::final 674 void Print(const RegisterConfiguration* config, bool with_children) const; 1226 const RegisterConfiguration* config() const { return data()->config(); } in config() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | deoptimizer.cc | 1649 const RegisterConfiguration* config = RegisterConfiguration::Default(); in DoComputeBuiltinContinuation() local 1657 continuation_descriptor, config, in DoComputeBuiltinContinuation() 1767 int total_registers = config->num_general_registers(); in DoComputeBuiltinContinuation() 1839 config->num_allocatable_general_registers(); in DoComputeBuiltinContinuation() 1841 int code = config->GetAllocatableGeneralCode(i); in DoComputeBuiltinContinuation()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMiscTests.cpp | 1383 const BindingTestConfig& config) in PipelineLayoutBindingTestCases() 1385 , m_config(config) in PipelineLayoutBindingTestCases() 1400 const BindingTestConfig& config) in PipelineLayoutBindingTestInstance() 1405 , m_graphicsPipeline (context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), config.construction) in PipelineLayoutBindingTestInstance() 1406 , m_config (config) in PipelineLayoutBindingTestInstance() 1381 PipelineLayoutBindingTestCases(tcu::TestContext& testCtx, const std::string& name, const BindingTestConfig& config) PipelineLayoutBindingTestCases() argument 1399 PipelineLayoutBindingTestInstance(Context& context, const BindingTestConfig& config) PipelineLayoutBindingTestInstance() argument
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_configdialog.py | 12 from idlelib import config namespace 20 'main': config.IdleUserConfParser(''), 21 'highlight': config.IdleUserConfParser(''), 22 'keys': config.IdleUserConfParser(''), 23 'extensions': config.IdleUserConfParser(''),
|