| /third_party/backends/backend/ |
| H A D | hp-option.c | 134 const char * desc; member 331 hp_option_descriptor_probe (HpOptionDescriptor desc, HpScsi scsi, in hp_option_descriptor_probe() argument 1565 HpOptionDescriptor desc; _probe_vector() member 3903 HpOptionDescriptor desc = *ptr; sanei_hp_optset_new() local [all...] |
| /third_party/backends/sanei/ |
| H A D | sanei_usb.c | 1918 struct libusb_device_descriptor desc; in libusb_scan_devices() local 2096 struct usb_manager_device_descriptor desc; in libusb_scan_devices() local 5509 sanei_usb_replay_get_descriptor(SANE_Int dn, struct sanei_usb_dev_descriptor *desc) sanei_usb_replay_get_descriptor() argument 5569 sanei_usb_record_get_descriptor(SANE_Int dn, struct sanei_usb_dev_descriptor *desc) sanei_usb_record_get_descriptor() argument [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cbiditst.c | 4058 const char* desc; in assertRoundTrip() local
|
| /third_party/libwebsockets/lib/core-net/ |
| H A D | private-lib-core-net.h | 740 lws_sock_file_fd_type desc; /* .filefd / .sockfd */ member
|
| /third_party/mesa3d/include/drm-uapi/ |
| H A D | drm.h | 142 char *desc; /**< User-space buffer to hold desc */ member
|
| /third_party/mesa3d/include/CL/ |
| H A D | cl.hpp | 3680 cl_image_desc desc = in Image1D() local 3765 cl_image_desc desc = in Image1DBuffer() local 3844 cl_image_desc desc = in Image1DArray() local 3951 cl_image_desc desc = in Image2D() local 4152 cl_image_desc desc = in Image2DArray() local 4262 cl_image_desc desc = Image3D() local [all...] |
| /third_party/libbpf/src/ |
| H A D | btf.c | 2914 const char *desc; member [all...] |
| /third_party/libdrm/include/drm/ |
| H A D | drm.h | 142 char *desc; /**< User-space buffer to hold desc */ member
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_state.c | 1661 const struct util_format_description *desc = util_format_description(format); in si_translate_colorformat() local 1819 si_translate_texformat(struct pipe_screen *screen, enum pipe_format format, const struct util_format_description *desc, int first_non_void) si_translate_texformat() argument 2211 const struct util_format_description *desc = util_format_description(format); si_is_sampler_format_supported() local 2229 si_translate_buffer_dataformat(struct pipe_screen *screen, const struct util_format_description *desc, int first_non_void) si_translate_buffer_dataformat() argument 2305 si_translate_buffer_numformat(struct pipe_screen *screen, const struct util_format_description *desc, int first_non_void) si_translate_buffer_numformat() argument 2344 const struct util_format_description *desc; si_is_vertex_format_supported() local 2517 const struct util_format_description *desc; si_initialize_color_surface() local 3904 const struct util_format_description *desc; si_make_buffer_descriptor() local 4012 const struct util_format_description *desc; gfx10_make_texture_descriptor() local 4198 const struct util_format_description *desc; si_make_texture_descriptor() local 4897 const struct util_format_description *desc; si_create_vertex_elements() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_execute.c | 3276 struct lvp_write_descriptor *desc = &pds->descriptors[i]; in handle_compute_push_descriptor_set() local 3326 struct lvp_write_descriptor *desc = &out_cmd->descriptors[i]; in create_push_descriptor_set() local 3392 struct lvp_write_descriptor *desc = &pds->descriptors[i]; handle_push_descriptor_set_generic() local 3485 struct VkWriteDescriptorSet *desc = &pds->descriptor_writes[i]; handle_push_descriptor_set_with_template() local [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-code-manager.cc | 1190 AddCode( int index, const CodeDesc& desc, int stack_slots, uint32_t tagged_parameter_slots, base::Vector<const byte> protected_instructions_data, base::Vector<const byte> source_position_table, WasmCode::Kind kind, ExecutionTier tier, ForDebugging for_debugging) AddCode() argument 1210 AddCodeWithCodeSpace( int index, const CodeDesc& desc, int stack_slots, uint32_t tagged_parameter_slots, base::Vector<const byte> protected_instructions_data, base::Vector<const byte> source_position_table, WasmCode::Kind kind, ExecutionTier tier, ForDebugging for_debugging, base::Vector<uint8_t> dst_code_bytes, const JumpTablesRef& jump_tables) AddCodeWithCodeSpace() argument [all...] |
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfssecaudit.c | 3376 } desc; in posixtest() local
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_private.h | 187 struct dzn_physical_device_desc desc; member 192 D3D12_COMMAND_QUEUE_DESC desc; member 536 D3D12_RENDER_TARGET_VIEW_DESC desc; member 546 D3D12_DEPTH_STENCIL_VIEW_DESC desc; member 780 D3D12_VIEWPORT desc[MAX_VP]; member 786 D3D12_RECT desc[MAX_SCISSOR]; member 874 D3D12_RESOURCE_DESC desc; member 954 D3D12_RESOURCE_DESC desc; member 990 D3D12_SAMPLER_DESC desc; global() member [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 472 const struct util_format_description* desc = util_format_description(format); in select_zs_component_format() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | instruction-selector.cc | 3311 auto* desc = GetFrameStateDescriptorInternal(instruction_zone(), state); in GetFrameStateDescriptor() local
|
| H A D | instruction.h | 1281 StateValueDescriptor* desc; member 1305 StateValueDescriptor* desc = &(*field_iterator); in operator *() local
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | assembler-ppc.cc | 251 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
|
| /third_party/node/deps/v8/src/baseline/ |
| H A D | baseline-compiler.cc | 322 CodeDesc desc; in Build() local
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | assembler-ia32.cc | 338 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | assembler-x64.cc | 373 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
|
| /third_party/node/deps/v8/src/execution/loong64/ |
| H A D | simulator-loong64.cc | 177 bool Loong64Debugger::GetValue(const char* desc, int64_t* value) { in GetValue() argument
|
| /third_party/node/deps/v8/src/execution/ppc/ |
| H A D | simulator-ppc.cc | 91 bool PPCDebugger::GetValue(const char* desc, intptr_t* value) { in GetValue() argument 104 bool PPCDebugger::GetFPDoubleValue(const char* desc, double* value) { in GetFPDoubleValue() argument [all...] |
| /third_party/node/deps/v8/src/execution/mips64/ |
| H A D | simulator-mips64.cc | 146 bool MipsDebugger::GetValue(const char* desc, int64_t* value) { in GetValue() argument
|
| /third_party/node/deps/v8/src/execution/mips/ |
| H A D | simulator-mips.cc | 138 bool MipsDebugger::GetValue(const char* desc, int32_t* value) { in GetValue() argument 155 bool MipsDebugger::GetValue(const char* desc, int64_t* value) { in GetValue() argument [all...] |
| /third_party/node/deps/v8/src/execution/s390/ |
| H A D | simulator-s390.cc | 98 bool S390Debugger::GetValue(const char* desc, intptr_t* value) { in GetValue() argument 114 bool S390Debugger::GetFPDoubleValue(const char* desc, double* value) { in GetFPDoubleValue() argument [all...] |