| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/bundle/ |
| H A D | Info.plist.cpp | 5 <key>CFBundleDevelopmentRegion</key> 7 <key>CFBundleExecutable</key> 9 <key>CFBundleGetInfoString</key> 11 <key>CFBundleIconFile</key> 13 <key>CFBundleIdentifier</key> [all...] |
| /xsrc/external/mit/xinit/dist/launchd/user_startx/ |
| H A D | startx.plist.cpp | 5 <key>Label</key> 7 <key>ProgramArguments</key> 16 <key>Sockets</key> 18 <key>BUNDLE_ID_PREFIX:0</key> 20 <key>SecureSocketWithKey</key> [all...] |
| /xsrc/external/mit/xinit/dist/launchd/privileged_startx/ |
| H A D | privileged_startx.plist.cpp | 5 <key>Label</key> 7 <key>ProgramArguments</key> 13 <key>MachServices</key> 15 <key>BUNDLE_ID_PREFIX.privileged_startx</key> 18 <key>TimeOut</key> [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/bundle/ |
| H A D | Info.plist.cpp | 5 <key>CFBundleDevelopmentRegion</key> 7 <key>CFBundleExecutable</key> 9 <key>CFBundleGetInfoString</key> 11 <key>CFBundleIconFile</key> 13 <key>CFBundleIdentifier</key> [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_shader_keys.h | 69 /* a shader key is used for swapping out shader modules based on pipeline states, 76 /* reuse vs key for now with tes/gs since we only use clip_halfz */ 80 } key; member in struct:zink_shader_key 87 zink_fs_key(const struct zink_shader_key *key) argument 89 assert(key); 90 return &key->key.fs; 94 zink_vs_key_base(const struct zink_shader_key *key) argument 96 return &key->key 100 zink_vs_key(const struct zink_shader_key * key) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_sf.c | 50 struct brw_sf_prog_key *key ) 59 program = brw_compile_sf(brw->screen->compiler, mem_ctx, key, &prog_data, 63 key, sizeof(*key), 76 struct brw_sf_prog_key key; local in function:brw_upload_sf_prog 95 memset(&key, 0, sizeof(key)); 97 /* Populate the key, noting state dependencies: 100 key.attrs = brw->vue_map_geom_out.slots_valid; 110 if (key 49 compile_sf_prog(struct brw_context * brw,struct brw_sf_prog_key * key) argument [all...] |
| H A D | brw_clip.c | 46 struct brw_clip_prog_key *key ) 55 program = brw_compile_clip(brw->screen->compiler, mem_ctx, key, &prog_data, 60 key, sizeof(*key), 74 struct brw_clip_prog_key key; local in function:brw_upload_clip_prog 87 memset(&key, 0, sizeof(key)); 89 /* Populate the key: 96 key.contains_flat_varying = wm_prog_data->contains_flat_varying; 97 key 45 compile_clip_prog(struct brw_context * brw,struct brw_clip_prog_key * key) argument [all...] |
| H A D | brw_cs.h | 36 brw_cs_populate_key(struct brw_context *brw, struct brw_cs_prog_key *key); 39 struct brw_cs_prog_key *key,
|
| H A D | brw_vs.h | 47 struct brw_vs_prog_key *key); 50 struct brw_vs_prog_key *key,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_sf.c | 50 compile_sf_prog(struct brw_context *brw, struct brw_sf_prog_key *key) argument 59 program = brw_compile_sf(brw->screen->compiler, mem_ctx, key, &prog_data, 63 key, sizeof(*key), 76 struct brw_sf_prog_key key; local in function:brw_upload_sf_prog 95 memset(&key, 0, sizeof(key)); 97 /* Populate the key, noting state dependencies: 100 key.attrs = brw->vue_map_geom_out.slots_valid; 110 if (key [all...] |
| H A D | brw_clip.c | 46 compile_clip_prog(struct brw_context *brw, struct brw_clip_prog_key *key) argument 55 program = brw_compile_clip(brw->screen->compiler, mem_ctx, key, &prog_data, 60 key, sizeof(*key), 74 struct brw_clip_prog_key key; local in function:brw_upload_clip_prog 87 memset(&key, 0, sizeof(key)); 89 /* Populate the key: 96 key.contains_flat_varying = wm_prog_data->contains_flat_varying; 97 key [all...] |
| H A D | brw_ff_gs.c | 47 struct brw_ff_gs_prog_key *key) 56 program = brw_compile_ff_gs_prog(brw->screen->compiler, mem_ctx, key, 62 key, sizeof(*key), 81 struct brw_ff_gs_prog_key *key) 95 memset(key, 0, sizeof(*key)); 98 key->attrs = brw_vue_prog_data(brw->vs.base.prog_data)->vue_map.slots_valid; 101 key->primitive = brw->primitive; 104 key 46 compile_ff_gs_prog(struct brw_context * brw,struct brw_ff_gs_prog_key * key) argument 80 brw_ff_gs_populate_key(struct brw_context * brw,struct brw_ff_gs_prog_key * key) argument 157 struct brw_ff_gs_prog_key key; local in function:brw_upload_ff_gs_prog [all...] |
| H A D | brw_cs.h | 36 brw_cs_populate_key(struct brw_context *brw, struct brw_cs_prog_key *key); 39 struct brw_cs_prog_key *key,
|
| H A D | brw_vs.h | 47 struct brw_vs_prog_key *key); 50 struct brw_vs_prog_key *key,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_tex_sample.h | 47 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *key);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxhash.h | 10 extern int __glxHashLookup(__glxHashTable * t, unsigned long key, 12 extern int __glxHashInsert(__glxHashTable * t, unsigned long key, 14 extern int __glxHashDelete(__glxHashTable * t, unsigned long key); 15 extern int __glxHashFirst(__glxHashTable * t, unsigned long *key, 17 extern int __glxHashNext(__glxHashTable * t, unsigned long *key,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_cache.h | 62 util_cache_create(uint32_t (*hash)(const void *key), 64 void (*destroy)(void *key, void *value), 69 void *key, 74 const void *key); 84 const void *key);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_cache.h | 62 util_cache_create(uint32_t (*hash)(const void *key), 64 void (*destroy)(void *key, void *value), 69 void *key, 74 const void *key); 84 const void *key);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxhash.h | 10 extern int __glxHashLookup(__glxHashTable * t, unsigned long key, 12 extern int __glxHashInsert(__glxHashTable * t, unsigned long key, 14 extern int __glxHashDelete(__glxHashTable * t, unsigned long key); 15 extern int __glxHashFirst(__glxHashTable * t, unsigned long *key, 17 extern int __glxHashNext(__glxHashTable * t, unsigned long *key,
|
| /xsrc/external/mit/ctwm/dist/tests/menu_twmkeys/ |
| H A D | mk_twmkeys_entry.c | 16 FuncKey key; local in function:main 19 memset(&key, 0, sizeof(key)); 20 key.name = "KEY"; 21 key.action = "ACT"; 24 const char *ret = mk_twmkeys_entry(&key); \ 33 key.mods = ShiftMask; 36 key.mods = ControlMask; 40 key.mods = Mod1Mask | Alt1Mask; 43 key [all...] |
| /xsrc/external/mit/xkeyboard-config/dist/tests/ruby/ |
| H A D | utils.rb | 17 def []=(key, value) 18 own = self.get_original(key) 19 hash = get_original(key) 21 put_original(key, hash = Hash.new) 53 find_all do | key, hash | 60 delete(key)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/ |
| H A D | ir3_cache.c | 37 const struct ir3_cache_key *key = _key; local in function:key_hash 39 hash = _mesa_fnv32_1a_accumulate_block(hash, key, sizeof(*key)); 48 // TODO we could optimize the key shader-variant key comparison by not 54 /* cache mapping gallium/etc shader state-objs + shader-key to backend 85 ir3_cache_lookup(struct ir3_cache *cache, const struct ir3_cache_key *key, argument 88 uint32_t hash = key_hash(key); 90 _mesa_hash_table_search_pre_hashed(cache->ht, hash, key); 96 struct ir3_shader_variant *bs = ir3_shader_variant(key 122 const struct ir3_cache_key *key = entry->key; local in function:ir3_cache_invalidate [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/ |
| H A D | u_cache_test.c | 46 cache_test_hash(const void *key) argument 48 return util_hash_crc32(key, sizeof(cache_test_key)); 53 cache_test_destroy(void *key, void *value) argument 55 free(key); 73 cache_test_key *key; local in function:main 88 key = malloc(sizeof(cache_test_key)); 89 *key = 0xdeadbeef; 90 value_out = (cache_test_value *) util_cache_get(cache, key); 92 free(key); 99 key [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/ |
| H A D | u_cache_test.c | 46 cache_test_hash(const void *key) argument 48 return util_hash_crc32(key, sizeof(cache_test_key)); 53 cache_test_destroy(void *key, void *value) argument 55 free(key); 73 cache_test_key *key; local in function:main 88 key = malloc(sizeof(cache_test_key)); 89 *key = 0xdeadbeef; 90 value_out = (cache_test_value *) util_cache_get(cache, key); 93 free(key); 100 key [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_tex_sample.h | 48 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *key, 52 lp_llvm_image_soa_create(const struct lp_image_static_state *key,
|