| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-array-prototype.c | 1867 ecma_builtin_array_apply(ecma_value_t arg1, ecma_value_t arg2, array_routine_mode mode, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_apply() argument
|
| H A D | ecma-builtin-string-prototype.c | 1391 ecma_string_index_of_mode_t mode; in ecma_builtin_string_prototype_dispatch_routine() local
|
| /third_party/lame/libmp3lame/ |
| H A D | util.h | 433 MPEG_mode mode; member
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
| H A D | ecma-builtin-typedarray-prototype.c | 191 ecma_builtin_typedarray_prototype_exec_routine(ecma_value_t this_arg, ecma_value_t cb_func_val, ecma_value_t cb_this_arg, typedarray_routine_mode mode) ecma_builtin_typedarray_prototype_exec_routine() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_io.c | 155 nir_assign_var_locations(nir_shader *shader, nir_variable_mode mode, in nir_assign_var_locations() argument 300 nir_variable_mode mode = var->data.mode; in emit_load() local 1003 build_runtime_addr_mode_check(nir_builder *b, nir_ssa_def *addr, nir_address_format addr_format, nir_variable_mode mode) build_runtime_addr_mode_check() argument 1117 addr_format_is_global(nir_address_format addr_format, nir_variable_mode mode) addr_format_is_global() argument 1131 addr_format_is_offset(nir_address_format addr_format, nir_variable_mode mode) addr_format_is_offset() argument 1383 const nir_variable_mode mode = modes; build_explicit_io_load() local 1622 const nir_variable_mode mode = modes; build_explicit_io_store() local 1782 const nir_variable_mode mode = modes; build_explicit_io_atomic() local 2396 lower_vars_to_explicit(nir_shader *shader, struct exec_list *vars, nir_variable_mode mode, glsl_type_size_align_func type_info) lower_vars_to_explicit() argument 2592 nir_gather_explicit_io_initializers(nir_shader *shader, void *dst, size_t dst_size, nir_variable_mode mode) nir_gather_explicit_io_initializers() argument [all...] |
| H A D | nir_opt_load_store_vectorize.c | 54 nir_variable_mode mode; /* 0 if the mode is obtained from the deref. */ member 223 unsigned mode = key->var->data.mode; hash_entry_key() local 540 mode_to_index(nir_variable_mode mode) mode_to_index() argument 1009 nir_variable_mode mode = get_variable_mode(first); check_for_aliasing() local 1074 nir_variable_mode mode = get_variable_mode(low); check_for_robustness() local 1467 nir_variable_mode mode = info->mode; process_block() local [all...] |
| H A D | nir_linking_helpers.c | 134 nir_remove_unused_io_vars(nir_shader *shader, nir_variable_mode mode, uint64_t *used_by_other_stage, uint64_t *used_by_other_stage_patches) nir_remove_unused_io_vars() argument 301 get_unmoveable_components_masks(nir_shader *shader, nir_variable_mode mode, struct assigned_comps *comps, gl_shader_stage stage, bool default_to_smooth_interp) get_unmoveable_components_masks() argument 398 remap_slots_and_components(nir_shader *shader, nir_variable_mode mode, struct varying_loc (*remap)[4], uint64_t *slots_used, uint64_t *out_slots_read, uint32_t *p_slots_used, uint32_t *p_out_slots_read) remap_slots_and_components() argument 1458 sort_varyings(nir_shader *shader, nir_variable_mode mode, struct exec_list *sorted_list) sort_varyings() argument 1469 nir_assign_io_var_locations(nir_shader *shader, nir_variable_mode mode, unsigned *size, gl_shader_stage stage) nir_assign_io_var_locations() argument [all...] |
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_variables.c | 179 vtn_mode_is_cross_invocation(struct vtn_builder *b, enum vtn_variable_mode mode) vtn_mode_is_cross_invocation() argument 215 vk_desc_type_for_mode(struct vtn_builder *b, enum vtn_variable_mode mode) vk_desc_type_for_mode() argument 262 vtn_resource_reindex(struct vtn_builder *b, enum vtn_variable_mode mode, nir_ssa_def *base_index, nir_ssa_def *offset_index) vtn_resource_reindex() argument 285 vtn_descriptor_load(struct vtn_builder *b, enum vtn_variable_mode mode, nir_ssa_def *desc_index) vtn_descriptor_load() argument 779 set_mode_system_value(struct vtn_builder *b, nir_variable_mode *mode) set_mode_system_value() argument 788 vtn_get_builtin_location(struct vtn_builder *b, SpvBuiltIn builtin, int *location, nir_variable_mode *mode) vtn_get_builtin_location() argument 1226 nir_variable_mode mode = var_data->mode; apply_var_decoration() local 1491 enum vtn_variable_mode mode; vtn_storage_class_to_mode() local 1636 vtn_mode_to_address_format(struct vtn_builder *b, enum vtn_variable_mode mode) vtn_mode_to_address_format() argument 1852 enum vtn_variable_mode mode; vtn_create_variable() local 2313 vtn_mode_to_memory_semantics(enum vtn_variable_mode mode) vtn_mode_to_memory_semantics() argument 2335 vtn_emit_make_visible_barrier(struct vtn_builder *b, SpvMemoryAccessMask access, SpvScope scope, enum vtn_variable_mode mode) vtn_emit_make_visible_barrier() argument 2347 vtn_emit_make_available_barrier(struct vtn_builder *b, SpvMemoryAccessMask access, SpvScope scope, enum vtn_variable_mode mode) vtn_emit_make_available_barrier() argument 2730 enum vtn_variable_mode mode = vtn_handle_variables() local [all...] |
| /third_party/mesa3d/src/egl/main/ |
| H A D | eglapi.c | 2087 eglSignalSyncKHR(EGLDisplay dpy, EGLSync sync, EGLenum mode) in eglSignalSyncKHR() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
| H A D | cso_context.c | 1672 cso_draw_arrays(struct cso_context *cso, uint mode, uint start, uint count) in cso_draw_arrays() argument 1692 cso_draw_arrays_instanced(struct cso_context *cso, uint mode, in cso_draw_arrays_instanced() argument 821 cso_set_render_condition(struct cso_context *ctx, struct pipe_query *query, boolean condition, enum pipe_render_cond_flag mode) cso_set_render_condition() argument [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | gl_nir_link_varyings.c | 2119 fixup_vars_lowered_to_temp(nir_shader *shader, nir_variable_mode mode) fixup_vars_lowered_to_temp() argument 2149 remove_unused_io_vars(nir_shader *producer, nir_shader *consumer, struct gl_shader_program *prog, nir_variable_mode mode, BITSET_WORD **used_by_other_stage) remove_unused_io_vars() argument 2894 remove_unused_shader_inputs_and_outputs(struct gl_shader_program *prog, unsigned stage, nir_variable_mode mode) remove_unused_shader_inputs_and_outputs() argument [all...] |
| H A D | ast_function.cpp | 293 const char *mode = NULL; in verify_parameter_modes() local [all...] |
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_compile.c | 808 enum agx_convert mode = in agx_emit_alu() local 822 enum agx_convert mode = in agx_emit_alu() local
|
| /third_party/ltp/testcases/kernel/fs/doio/ |
| H A D | growfiles.c | 252 int mode; member 2491 int check_write(int fd, int cf_inter, char *filename, int mode) in check_write() argument
|
| /third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
| H A D | str_agp.h | 141 u32 mode; member
|
| /third_party/mesa3d/src/gallium/include/winsys/ |
| H A D | radeon_winsys.h | 233 enum radeon_surf_mode mode; /* Output from buffer_get_metadata */ member
|
| /third_party/mesa3d/src/gallium/drivers/tegra/ |
| H A D | tegra_context.c | 88 tegra_render_condition(struct pipe_context *pcontext, struct pipe_query *query, bool condition, unsigned int mode) tegra_render_condition() argument
|
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_encode.c | 1252 virgl_encoder_render_condition(struct virgl_context *ctx, uint32_t handle, boolean condition, enum pipe_render_cond_flag mode) virgl_encoder_render_condition() argument
|
| /third_party/mesa3d/src/glx/ |
| H A D | glxcmds.c | 1420 struct glx_config *mode = NULL; in glXImportContextEXT() local
|
| /third_party/mesa3d/src/gtest/include/gtest/internal/ |
| H A D | gtest-port.h | 2027 inline FILE* FOpen(const char* path, const char* mode) { in FOpen() argument 2031 inline FILE *FReopen(const char* path, const char* mode, FIL argument 2034 FDOpen(int fd, const char* mode) FDOpen() argument [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-serialization.cc | 414 RelocInfo::Mode mode = orig_iter.rinfo()->rmode(); in WriteCode() local 781 RelocInfo::Mode mode = iter.rinfo()->rmode(); in CopyAndRelocate() local
|
| /third_party/node/src/ |
| H A D | node_api.cc | 237 JSVM_Status Push(void* data, jsvm_threadsafe_function_call_mode mode) { in Push() argument 274 JSVM_Status Release(jsvm_threadsafe_function_release_mode mode) { in Release() argument 1390 jsvm_release_threadsafe_function( jsvm_threadsafe_function func, jsvm_threadsafe_function_release_mode mode) jsvm_release_threadsafe_function() argument
|
| H A D | node_file.cc | 954 int mode = args[1].As<Int32>()->Value(); in Access() local 1524 MKDirpSync(uv_loop_t* loop, uv_fs_t* req, const std::string& path, int mode, uv_fs_cb cb) MKDirpSync() argument 1592 MKDirpAsync(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, uv_fs_cb cb) MKDirpAsync() argument 1687 CallMKDirpSync(Environment* env, const FunctionCallbackInfo<Value>& args, FSReqWrapSync* req_wrap, const char* path, int mode) CallMKDirpSync() argument 1716 const int mode = args[1].As<Int32>()->Value(); MKDir() local 1908 const int mode = args[2].As<Int32>()->Value(); Open() local 1944 const int mode = args[2].As<Int32>()->Value(); OpenFileHandle() local 2329 int mode = args[1].As<Int32>()->Value(); Chmod() local 2361 const int mode = args[1].As<Int32>()->Value(); FChmod() local [all...] |
| H A D | node_messaging.cc | 395 BaseObject::TransferMode mode = host_object->GetTransferMode(); in WriteHostObject() local 755 void MessagePort::OnMessage(MessageProcessingMode mode) { in OnMessage() argument 718 ReceiveMessage(Local<Context> context, MessageProcessingMode mode, Local<Value>* port_list) ReceiveMessage() argument [all...] |
| /third_party/ntfs-3g/include/fuse-lite/ |
| H A D | fuse_kernel.h | 88 __u32 mode; member 226 __u32 mode; member 233 __u32 mode; member 257 __u32 mode; member 266 __u32 mode; /* unused for protocol < 7.12 */ member 271 __u32 mode; member
|