/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_cache.h | 172 cso_construct_key(void *key, int key_size) in cso_construct_key() argument
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_interface.cpp | 276 aco_compile_vs_prolog(const struct aco_compiler_options* options, const struct aco_shader_info* info, const struct aco_vs_prolog_key* key, const struct radv_shader_args* args, aco_shader_part_callback *build_prolog, void **binary) aco_compile_vs_prolog() argument 322 aco_compile_ps_epilog(const struct aco_compiler_options* options, const struct aco_shader_info* info, const struct aco_ps_epilog_key* key, const struct radv_shader_args* args, aco_shader_part_callback* build_epilog, void** binary) aco_compile_ps_epilog() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_function_detect_recursion.cpp | 248 remove_unlinked_functions(const void *key, void *data, void *closure) in remove_unlinked_functions() argument 272 emit_errors_unlinked(const void *key, void *data, void *closure) in emit_errors_unlinked() argument 294 emit_errors_linked(const void *key, void *data, void *closure) in emit_errors_linked() argument
|
/third_party/ltp/pan/ |
H A D | symbol.c | 100 static struct sym *mknode(struct sym *next, char *key, void *data) in mknode() argument 124 find_key1(struct sym *sym, char *key) find_key1() argument 137 add_key(SYM sym, char *key, void *data) add_key() argument 194 sym_put(SYM sym, char *key, void *data, int flags) sym_put() argument 265 sym_get(SYM sym, char *key) sym_get() argument 317 sym_seq(SYM sym, DBT * key, DBT * data, int flags) sym_seq() argument [all...] |
/third_party/ltp/lib/ |
H A D | tst_safe_sysv_ipc.c | 64 int safe_msgget(const char *file, const int lineno, key_t key, int msgflg) in safe_msgget() argument 141 int safe_shmget(const char *file, const int lineno, key_t key, size_t size, in safe_shmget() argument 211 int safe_semget(const char *file, const int lineno, key_t key, int nsems, in safe_semget() argument [all...] |
H A D | tst_af_alg.c | 135 void tst_alg_setkey(int algfd, const uint8_t *key, unsigned int keylen) in tst_alg_setkey() argument 167 tst_alg_setup(const char *algtype, const char *algname, const uint8_t *key, unsigned int keylen) tst_alg_setup() argument 180 tst_alg_setup_reqfd(const char *algtype, const char *algname, const uint8_t *key, unsigned int keylen) tst_alg_setup_reqfd() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_tgsi_transform.c | 134 struct svga_token_key key; in write_vpos() local 181 struct svga_token_key key; in transform_dynamic_indexing() local 235 struct svga_token_key key; emulate_point_sprite() local [all...] |
H A D | svga_state_fs.c | 88 svga_get_compiled_dummy_fragment_shader(struct svga_context *svga, struct svga_shader *shader, const struct svga_compile_key *key) svga_get_compiled_dummy_fragment_shader() argument 118 make_fs_key(const struct svga_context *svga, struct svga_fragment_shader *fs, struct svga_compile_key *key) make_fs_key() argument 359 struct svga_compile_key key; emit_hw_fs() local [all...] |
H A D | svga_screen_cache.h | 87 struct svga_host_surface_cache_key key; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_draw.cpp | 226 union si_vgt_stages_key key; in si_update_shaders() local [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_job.c | 601 v3d_job_hash(const void *key) in v3d_job_hash() argument
|
H A D | v3d_disk_cache.c | 79 v3d_disk_cache_compute_key(struct disk_cache *cache, const struct v3d_key *key, cache_key cache_key) v3d_disk_cache_compute_key() argument 108 v3d_disk_cache_retrieve(struct v3d_context *v3d, const struct v3d_key *key) v3d_disk_cache_retrieve() argument 189 v3d_disk_cache_store(struct v3d_context *v3d, const struct v3d_key *key, const struct v3d_compiled_shader *shader, uint64_t *qpu_insts, uint32_t qpu_size) v3d_disk_cache_store() argument
|
/third_party/mesa3d/src/gallium/winsys/etnaviv/drm/ |
H A D | etnaviv_drm_winsys.c | 39 static uint32_t hash_file_description(const void *key) in hash_file_description() argument
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_job.c | 533 vc4_job_hash(const void *key) in vc4_job_hash() argument
|
/third_party/mesa3d/src/gallium/tests/unit/ |
H A D | translate_test.c | 54 struct translate_key key; in main() local [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | vertexshader9.h | 93 uint64_t key; in NineVertexShader9_UpdateKey() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_clip.h | 48 struct brw_clip_prog_key key; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_tess.cpp | 38 TCSShader::TCSShader(const r600_shader_key& key): in TCSShader() argument 172 TESShader(const pipe_stream_output_info *so_info, const r600_shader *gs_shader, const r600_shader_key& key) TESShader() argument
|
/third_party/node/src/crypto/ |
H A D | crypto_keygen.h | 234 ManagedEVPPKey key; member [all...] |
H A D | crypto_hmac.cc | 71 void Hmac::HmacInit(const char* hash_type, const char* key, int key_len) { in HmacInit() argument 94 ByteSource key = ByteSource::FromSecretKeyBytes(env, args[1]); in HmacInit() local 198 KeyObjectHandle* key; AdditionalConfig() local [all...] |
/third_party/node/deps/v8/tools/ |
H A D | generate-runtime-call-stats.py | 308 def key(self): member in Row
|
/third_party/node/test/js-native-api/test_object/ |
H A D | test_null.c | 7 napi_value return_value, object, key; in SetProperty() local 34 napi_value return_value, object, key, prop; in GetProperty() local 62 napi_value return_value, object, key; TestBoolValuedPropApi() local [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | module-compiler.h | 91 base::Optional<Key> key = base::nullopt; in pop() local 104 bool insert(const Key& key) { return queue_.insert(key).second; } in insert() argument
|
H A D | memory-protection-key.cc | 136 void FreeMemoryProtectionKey(int key) { in FreeMemoryProtectionKey() argument 164 SetPermissionsAndMemoryProtectionKey( PageAllocator* page_allocator, base::AddressRegion region, PageAllocator::Permission page_permissions, int key) SetPermissionsAndMemoryProtectionKey() argument 203 SetPermissionsForMemoryProtectionKey( int key, MemoryProtectionKeyPermission permissions) SetPermissionsForMemoryProtectionKey() argument 215 GetMemoryProtectionKeyPermission(int key) GetMemoryProtectionKeyPermission() argument [all...] |
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | json_test.cc | 177 std::string key = "msg1-as-utf8"; in TEST() local
|