Home
last modified time | relevance | path

Searched refs:buffer (Results 6826 - 6850 of 15492) sorted by relevance

1...<<271272273274275276277278279280>>...620

/kernel/linux/linux-5.10/tools/perf/util/
H A Ddata-convert-bt.c253 char *buffer = NULL; in string_set_value() local
259 if (!buffer) in string_set_value()
261 buffer[p] = string[i]; in string_set_value()
268 if (!buffer) { in string_set_value()
269 buffer = zalloc(i + (len - i) * 4 + 2); in string_set_value()
270 if (!buffer) { in string_set_value()
275 strncpy(buffer, string, i); in string_set_value()
277 memcpy(buffer + p, numstr, 4); in string_set_value()
282 if (!buffer) in string_set_value()
284 err = bt_ctf_field_string_set_value(field, buffer); in string_set_value()
[all...]
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c641 char *buffer; in err_on_hypervisor() local
646 buffer = malloc(4096); in err_on_hypervisor()
647 if (!buffer) { in err_on_hypervisor()
649 err(-ENOMEM, "buffer malloc fail"); in err_on_hypervisor()
652 if (!fread(buffer, 1024, 1, cpuinfo)) { in err_on_hypervisor()
654 free(buffer); in err_on_hypervisor()
658 flags = strstr(buffer, "flags"); in err_on_hypervisor()
660 fseek(cpuinfo, flags - buffer, SEEK_SET); in err_on_hypervisor()
661 if (!fgets(buffer, 4096, cpuinfo)) { in err_on_hypervisor()
663 free(buffer); in err_on_hypervisor()
[all...]
/kernel/linux/linux-5.10/fs/proc/
H A Dvmcore.c38 /* Stores the pointer to the buffer containing kernel elf core headers. */
245 /* Leave now if buffer filled already */ in vmcoredd_copy_dumps()
282 /* Leave now if buffer filled already */ in vmcoredd_mmap_dumps()
299 static ssize_t __read_vmcore(char *buffer, size_t buflen, loff_t *fpos, in __read_vmcore() argument
317 if (copy_to(buffer, elfcorebuf + *fpos, tsz, userbuf)) in __read_vmcore()
321 buffer += tsz; in __read_vmcore()
324 /* leave now if filled buffer already */ in __read_vmcore()
334 * other elf notes may not fill the elf notes buffer in __read_vmcore()
348 if (vmcoredd_copy_dumps(buffer, start, tsz, userbuf)) in __read_vmcore()
353 buffer in __read_vmcore()
402 read_vmcore(struct file *file, char __user *buffer, size_t buflen, loff_t *fpos) read_vmcore() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddata-convert-bt.c257 char *buffer = NULL; in string_set_value() local
263 if (!buffer) in string_set_value()
265 buffer[p] = string[i]; in string_set_value()
272 if (!buffer) { in string_set_value()
273 buffer = zalloc(i + (len - i) * 4 + 2); in string_set_value()
274 if (!buffer) { in string_set_value()
279 strncpy(buffer, string, i); in string_set_value()
281 memcpy(buffer + p, numstr, 4); in string_set_value()
286 if (!buffer) in string_set_value()
288 err = bt_ctf_field_string_set_value(field, buffer); in string_set_value()
[all...]
/kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c644 char *buffer; in err_on_hypervisor() local
649 buffer = malloc(4096); in err_on_hypervisor()
650 if (!buffer) { in err_on_hypervisor()
652 err(-ENOMEM, "buffer malloc fail"); in err_on_hypervisor()
655 if (!fread(buffer, 1024, 1, cpuinfo)) { in err_on_hypervisor()
657 free(buffer); in err_on_hypervisor()
661 flags = strstr(buffer, "flags"); in err_on_hypervisor()
663 fseek(cpuinfo, flags - buffer, SEEK_SET); in err_on_hypervisor()
664 if (!fgets(buffer, 4096, cpuinfo)) { in err_on_hypervisor()
666 free(buffer); in err_on_hypervisor()
[all...]
/kernel/linux/linux-6.6/sound/pci/oxygen/
H A Dxonar_wm87x6.c1221 struct snd_info_buffer *buffer) in dump_wm8776_registers()
1226 snd_iprintf(buffer, "\nWM8776:\n00:"); in dump_wm8776_registers()
1228 snd_iprintf(buffer, " %03x", data->wm8776_regs[i]); in dump_wm8776_registers()
1229 snd_iprintf(buffer, "\n10:"); in dump_wm8776_registers()
1231 snd_iprintf(buffer, " %03x", data->wm8776_regs[i]); in dump_wm8776_registers()
1232 snd_iprintf(buffer, "\n"); in dump_wm8776_registers()
1236 struct snd_info_buffer *buffer) in dump_wm87x6_registers()
1241 dump_wm8776_registers(chip, buffer); in dump_wm87x6_registers()
1242 snd_iprintf(buffer, "\nWM8766:\n00:"); in dump_wm87x6_registers()
1244 snd_iprintf(buffer, " in dump_wm87x6_registers()
1220 dump_wm8776_registers(struct oxygen *chip, struct snd_info_buffer *buffer) dump_wm8776_registers() argument
1235 dump_wm87x6_registers(struct oxygen *chip, struct snd_info_buffer *buffer) dump_wm87x6_registers() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/mixart/
H A Dmixart.c291 flowinfo[j].bufferinfo_count = 1; /* 1 will set the miXart to ring-buffer mode ! */ in snd_mixart_add_ref_pipe()
294 bufferinfo[j].buffer_address = 0; /* buffer is not yet allocated */ in snd_mixart_add_ref_pipe()
295 bufferinfo[j].available_length = 0; /* buffer is not yet allocated */ in snd_mixart_add_ref_pipe()
297 /* construct the identifier of the stream buffer received in the interrupts ! */ in snd_mixart_add_ref_pipe()
1168 struct snd_info_buffer *buffer) in snd_mixart_proc_read()
1173 snd_iprintf(buffer, "Digigram miXart (alsa card %d)\n\n", chip->chip_idx); in snd_mixart_proc_read()
1177 snd_iprintf(buffer, "- hardware -\n"); in snd_mixart_proc_read()
1179 case MIXART_DAUGHTER_TYPE_NONE : snd_iprintf(buffer, "\tmiXart8 (no daughter board)\n\n"); break; in snd_mixart_proc_read()
1180 case MIXART_DAUGHTER_TYPE_AES : snd_iprintf(buffer, "\tmiXart8 AES/EBU\n\n"); break; in snd_mixart_proc_read()
1181 case MIXART_DAUGHTER_TYPE_COBRANET : snd_iprintf(buffer, "\tmiXart in snd_mixart_proc_read()
1167 snd_mixart_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_mixart_proc_read() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c9 Ver.1.1.2 Fix for scatter list buffer exceeds
235 SCp.ptr : buffer pointer in nsp_queuecommand_lck()
236 SCp.this_residual : buffer length in nsp_queuecommand_lck()
237 SCp.buffer : next buffer in nsp_queuecommand_lck()
241 scsi_pointer->buffer = scsi_sglist(SCpnt); in nsp_queuecommand_lck()
243 scsi_pointer->this_residual = scsi_pointer->buffer->length; in nsp_queuecommand_lck()
248 scsi_pointer->buffer = NULL; in nsp_queuecommand_lck()
729 scsi_pointer->this_residual, scsi_pointer->buffer, in nsp_pio_read()
793 scsi_pointer->buffer in nsp_pio_read()
[all...]
/test/xts/device_attest/services/core/network/
H A Dattest_network.c1177 char *buffer = (char *)ATTEST_MEM_MALLOC(NETWORK_CONFIG_SIZE + 1); in NetworkInfoFileCreate() local
1178 if (buffer == NULL) { in NetworkInfoFileCreate()
1179 ATTEST_LOG_ERROR("[NetworkInfoFileCreate] buffer malloc failed."); in NetworkInfoFileCreate()
1184 ret = AttestReadDefaultNetworkConfig(buffer, NETWORK_CONFIG_SIZE); in NetworkInfoFileCreate()
1190 ret = AttestWriteNetworkConfig(buffer, strlen(buffer)); in NetworkInfoFileCreate()
1197 ATTEST_MEM_FREE(buffer); in NetworkInfoFileCreate()
1221 char *buffer = (char *)ATTEST_MEM_MALLOC(NETWORK_CONFIG_SIZE + 1); in NetworkInfoConfig() local
1222 if (buffer == NULL) { in NetworkInfoConfig()
1223 ATTEST_LOG_ERROR("[NetworkInfoConfig] buffer mallo in NetworkInfoConfig()
[all...]
/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c130 static ssize_t tty_usb_read(struct file *filep, char *buffer, size_t buflen);
131 static ssize_t tty_usb_write(struct file *filep, const char *buffer, size_t buflen);
555 /* reset jitter buffer */ in ucom_open()
1083 char buffer[128] = {0}; in ucom_rx_task() local
1089 length = read(tty_fd, buffer, 128); in ucom_rx_task()
1092 printf("%c", *(buffer + i)); in ucom_rx_task()
1381 tty_usb_read(struct file *filep, char *buffer, size_t buflen) in tty_usb_read() argument
1402 ret = usbd_copy_to_user(buffer, buflen, ucom_cons_rx_buf + ucom_cons_rx_low, fisrt_len); in tty_usb_read()
1408 ret = usbd_copy_to_user(buffer + fisrt_len, (buflen - fisrt_len), in tty_usb_read()
1417 ret = usbd_copy_to_user(buffer, bufle in tty_usb_read()
1440 tty_usb_write(struct file *filep, const char *buffer, size_t buflen) tty_usb_write() argument
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Dcdcacm.c80 char *data_buffer; /* Ringbuffer starting address ,this is data buffer yet */
88 void *buf; /* The read event buffer */
120 struct cdcacm_wrreq_s wrreqs; /* Serial write buffer */
121 struct cdcacm_rdreq_s rdreqs; /* Serial read buffer */
177 FAR char *buffer, size_t buflen);
221 FAR const char *buffer, size_t buflen);
258 FAR const char *buffer, in cdcacm_receive_buf()
269 buffer, buflen); in cdcacm_receive_buf()
284 buffer, length); in cdcacm_receive_buf()
290 buffer in cdcacm_receive_buf()
257 cdcacm_receive_buf(struct cdcacm_wrreq_s *wrcontainer, FAR const char *buffer, size_t buflen) cdcacm_receive_buf() argument
302 cdcuart_write(FAR struct file *filep, FAR const char *buffer, size_t buflen) cdcuart_write() argument
604 cdcacm_release_rxpending(FAR struct file *filep, FAR char *buffer, size_t buflen) cdcacm_release_rxpending() argument
[all...]
/third_party/icu/tools/colprobe/
H A DcolprobeNew.cpp211 int UNIXgetSortKey(const UChar *string, int32_t len, uint8_t *buffer, int32_t buffCapacity) { in UNIXgetSortKey() argument
216 return (strxfrm((char *)buffer, compUTF8A, buffCapacity)+1); in UNIXgetSortKey()
240 int WingetSortKey(const UChar *string, int32_t len, uint8_t *buffer, int32_t buffCapacity) { in WingetSortKey() argument
243 return LCMapStringW(gWinLCID, LCMAP_SORTKEY | SORT_STRINGSORT, compA, compALen, (unsigned short *)buffer, buffCapacity); in WingetSortKey()
282 int ICUgetSortKey(const UChar *string, int32_t len, uint8_t *buffer, int32_t buffCapacity) { in ICUgetSortKey() argument
283 return ucol_getSortKey(gCol, string, len, buffer, buffCapacity); in ICUgetSortKey()
846 char buffer[1024]; in main() local
851 while(fgets(buffer, 1024, stdin)) { in main()
852 if(buffer[0] != '/' && buffer[ in main()
[all...]
/third_party/icu/icu4c/source/common/
H A Duloc.cpp482 const char* id, char* buffer, int32_t length, in _ConvertBCP47()
485 int32_t localeIDSize = uloc_forLanguageTag(id, buffer, length, NULL, err); in _ConvertBCP47()
492 finalID=buffer; in _ConvertBCP47()
559 * @param buf buffer of size [ULOC_KEYWORD_BUFFER_LEN]
576 /* keyword name too long for internal buffer */ in locale_canonKeywordName()
645 /* keyword name too long for internal buffer */ in ulocimp_getKeywords()
728 char* buffer, int32_t bufferCapacity, in uloc_getKeywordValue()
735 CheckedArrayByteSink sink(buffer, bufferCapacity); in uloc_getKeywordValue()
747 u_terminateChars(buffer, bufferCapacity, reslen, status); in uloc_getKeywordValue()
825 /* keyword name too long for internal buffer */ in ulocimp_getKeywordValue()
481 _ConvertBCP47( const char* id, char* buffer, int32_t length, UErrorCode* err, int32_t* pLocaleIdSize) _ConvertBCP47() argument
726 uloc_getKeywordValue(const char* localeID, const char* keywordName, char* buffer, int32_t bufferCapacity, UErrorCode* status) uloc_getKeywordValue() argument
865 uloc_setKeywordValue(const char* keywordName, const char* keywordValue, char* buffer, int32_t bufferCapacity, UErrorCode* status) uloc_setKeywordValue() argument
[all...]
/third_party/libsnd/src/
H A Dalac.c66 int buffer [] ; member
430 alac_decode (pdec, &bit_buffer, plac->buffer, plac->frames_per_block, &plac->frames_this_block) ; in alac_decode_block()
443 alac_encode (penc, plac->partial_block_frames, plac->buffer, plac->byte_buffer, &num_bytes) ; in alac_encode_block()
476 iptr = plac->buffer + plac->partial_block_frames * plac->channels ; in alac_read_s()
506 iptr = plac->buffer + plac->partial_block_frames * plac->channels ; in alac_read_i()
539 iptr = plac->buffer + plac->partial_block_frames * plac->channels ; in alac_read_f()
572 iptr = plac->buffer + plac->partial_block_frames * plac->channels ; in alac_read_d()
653 iptr = plac->buffer + plac->partial_block_frames * plac->channels ; in alac_write_s()
684 iptr = plac->buffer + plac->partial_block_frames * plac->channels ; in alac_write_i()
718 iptr = plac->buffer in alac_write_f()
[all...]
/third_party/mbedtls/library/
H A Dsha512.c758 * SHA-512 process buffer
782 memcpy((void *) (ctx->buffer + left), input, fill); in mbedtls_sha512_update()
784 if ((ret = mbedtls_internal_sha512_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha512_update()
805 memcpy((void *) (ctx->buffer + left), input, ilen); in mbedtls_sha512_update()
827 ctx->buffer[used++] = 0x80; in mbedtls_sha512_finish()
831 memset(ctx->buffer + used, 0, 112 - used); in mbedtls_sha512_finish()
834 memset(ctx->buffer + used, 0, SHA512_BLOCK_SIZE - used); in mbedtls_sha512_finish()
836 if ((ret = mbedtls_internal_sha512_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha512_finish()
840 memset(ctx->buffer, 0, 112); in mbedtls_sha512_finish()
850 sha512_put_uint64_be(high, ctx->buffer, 11 in mbedtls_sha512_finish()
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_queue.c274 /* Map the entire dst buffer for the CPU copy if needed */ in handle_copy_query_results_cpu_job()
303 * buffer and batch". in handle_set_event_cpu_job()
307 * command buffer submitted *before* this. in handle_set_event_cpu_job()
369 struct v3dv_bo *src_bo = info->buffer->mem->bo; in handle_copy_buffer_to_image_cpu_job()
388 info->buffer->mem_offset + info->buffer_offset + in handle_copy_buffer_to_image_cpu_job()
440 /* Make sure the GPU is no longer using the indirect buffer*/ in handle_csd_indirect_cpu_job()
441 assert(info->buffer && info->buffer->mem && info->buffer->mem->bo); in handle_csd_indirect_cpu_job()
442 v3dv_bo_wait(queue->device, info->buffer in handle_csd_indirect_cpu_job()
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-serialization.cc41 explicit Writer(base::Vector<byte> buffer) in Writer() argument
42 : start_(buffer.begin()), end_(buffer.end()), pos_(buffer.begin()) {} in Writer()
84 explicit Reader(base::Vector<const byte> buffer) in Reader() argument
85 : start_(buffer.begin()), end_(buffer.end()), pos_(buffer.begin()) {} in Reader()
377 // Get a pointer to the destination buffer, to hold relocated code. in WriteCode()
390 // buffer i in WriteCode()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dcontext.c845 /* This writes the error into the glthread command buffer if glthread is in glthread_nop()
961 * tables. Initialize the TNL module. Sets the maximum Z buffer depth.
1160 /* This must be called after all buffers are unbound because global buffer in _mesa_free_context_data()
1319 const struct gl_framebuffer *buffer) in check_compatible()
1322 const struct gl_config *bufvis = &buffer->Visual; in check_compatible()
1324 if (buffer == _mesa_get_incomplete_framebuffer()) in check_compatible()
1391 GLenum16 buffer; in handle_first_current() local
1394 buffer = GL_BACK; in handle_first_current()
1396 buffer = GL_FRONT; in handle_first_current()
1398 _mesa_drawbuffers(ctx, ctx->DrawBuffer, 1, &buffer, in handle_first_current()
1318 check_compatible(const struct gl_context *ctx, const struct gl_framebuffer *buffer) check_compatible() argument
1404 GLenum buffer; handle_first_current() local
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c910 struct wl_buffer * buffer; member
1069 wl_surface_attach(chain->surface, chain->images[image_index].buffer, 0, 0); in wsi_wl_swapchain_queue_present()
1098 buffer_handle_release(void *data, struct wl_buffer *buffer) in buffer_handle_release() argument
1102 assert(image->buffer == buffer); in buffer_handle_release()
1116 /* Create a shareable buffer */ in wsi_wl_alloc_image_shm()
1162 image->buffer = wl_shm_pool_create_buffer(pool, 0, chain->extent.width, in wsi_wl_image_init()
1188 image->buffer = in wsi_wl_image_init()
1199 unreachable("Invalid buffer type"); in wsi_wl_image_init()
1202 if (!image->buffer) in wsi_wl_image_init()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp159 char buffer[128]; in append() local
171 sprintf(buffer, "%d", (int)i->_val); in append()
172 result.append(buffer); in append()
174 sprintf(buffer, "%p", (const void*)obj); in append()
175 result.append(buffer); in append()
594 char buffer[128]; variable
596 int32_t len = id.extract(buffer, sizeof(buffer), NULL, status);
598 if (len == sizeof(buffer)) {
601 buffer[le
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c180 const void *src = (const uint8_t *)vb->buffer.user + ve->src_offset; in nvc0_set_constant_vertex_attrib()
256 address[b] = nouveau_scratch_data(&nvc0->base, vb->buffer.user, in nvc0_update_user_vbufs()
291 address = nouveau_scratch_data(&nvc0->base, nvc0->vtxbuf[b].buffer.user, in nvc0_update_user_vbufs_shared()
348 res = nv04_resource(vb->buffer.resource); in nvc0_validate_vertex_buffers()
350 limit = vb->buffer.resource->width0 - 1; in nvc0_validate_vertex_buffers()
401 } else if (!vb->buffer.resource) { in nvc0_validate_vertex_buffers_shared()
402 /* there can be holes in the vertex buffer lists */ in nvc0_validate_vertex_buffers_shared()
406 buf = nv04_resource(vb->buffer.resource); in nvc0_validate_vertex_buffers_shared()
775 struct nv04_resource *res = nv04_resource(so->pipe.buffer); in nvc0_draw_stream_output()
812 struct nv04_resource *buf = nv04_resource(indirect->buffer); in nvc0_draw_indirect()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp96 // Tests the buffer memory size requirement is less than or equal to the aligned size of the buffer.
265 VkBuffer buffer) const;
269 VkBuffer buffer) const;
273 VkBuffer buffer) const;
320 str << "Create buffer with " << info.m_str.str() << " not supported by device at " in operator <<()
432 TCU_THROW(NotSupportedError, "One or more create buffer flags not supported by device (check log for details)"); in checkSupport()
566 TCU_THROW(NotSupportedError, "One or more buffer usage flags not supported by device (check log for details)"); in checkSupport()
667 VkBuffer buffer) const in getBufferMemoryRequirements2()
688 buffer // VkBuffe in getBufferMemoryRequirements2()
906 Move<VkBuffer> buffer = createBuffer(vkd, device, &createInfo); iterate() local
936 Move<VkBuffer> buffer = createBuffer(vkd, device, &createInfo); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp302 ConstDedicatedInfo makeDedicatedAllocationInfo (VkBuffer buffer) in makeDedicatedAllocationInfo() argument
309 buffer // VkBuffer buffer in makeDedicatedAllocationInfo()
321 DE_NULL // VkBuffer buffer in makeDedicatedAllocationInfo()
326 const VkBindBufferMemoryInfo makeBufferMemoryBindingInfo (VkBuffer buffer, in makeBufferMemoryBindingInfo() argument
333 buffer, // VkBuffer buffer; in makeBufferMemoryBindingInfo()
374 const VkBufferMemoryBarrier makeMemoryBarrierInfo (VkBuffer buffer, in makeMemoryBarrierInfo() argument
389 buffer, // VkBuffer buffer; in makeMemoryBarrierInfo()
879 createBuffer(Move<VkBuffer>& buffer, Move<VkDeviceMemory>& memory, VkDeviceSize* memorySize) createBuffer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp96 // Tests the buffer memory size requirement is less than or equal to the aligned size of the buffer.
265 VkBuffer buffer) const;
269 VkBuffer buffer) const;
273 VkBuffer buffer) const;
320 str << "Create buffer with " << info.m_str.str() << " not supported by device at " in operator <<()
430 TCU_THROW(NotSupportedError, "One or more create buffer flags not supported by device (check log for details)"); in checkSupport()
564 TCU_THROW(NotSupportedError, "One or more buffer usage flags not supported by device (check log for details)"); in checkSupport()
665 VkBuffer buffer) const in getBufferMemoryRequirements2()
686 buffer // VkBuffe in getBufferMemoryRequirements2()
904 Move<VkBuffer> buffer = createBuffer(vkd, device, &createInfo); iterate() local
934 Move<VkBuffer> buffer = createBuffer(vkd, device, &createInfo); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryBindingTests.cpp302 ConstDedicatedInfo makeDedicatedAllocationInfo (VkBuffer buffer) in makeDedicatedAllocationInfo() argument
309 buffer // VkBuffer buffer in makeDedicatedAllocationInfo()
321 DE_NULL // VkBuffer buffer in makeDedicatedAllocationInfo()
326 const VkBindBufferMemoryInfo makeBufferMemoryBindingInfo (VkBuffer buffer, in makeBufferMemoryBindingInfo() argument
333 buffer, // VkBuffer buffer; in makeBufferMemoryBindingInfo()
374 const VkBufferMemoryBarrier makeMemoryBarrierInfo (VkBuffer buffer, in makeMemoryBarrierInfo() argument
389 buffer, // VkBuffer buffer; in makeMemoryBarrierInfo()
879 createBuffer(Move<VkBuffer>& buffer, Move<VkDeviceMemory>& memory, VkDeviceSize* memorySize) createBuffer() argument
[all...]

Completed in 40 milliseconds

1...<<271272273274275276277278279280>>...620