Home
last modified time | relevance | path

Searched refs:size (Results 19326 - 19350 of 42826) sorted by relevance

1...<<771772773774775776777778779780>>...1714

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp77 template<typename T, int size>
78 T multiplyComponents (const tcu::Vector<T, size>& v) in multiplyComponents()
81 for (int i = 0; i < size; ++i) in multiplyComponents()
152 size_t size, in writeHostMemory()
155 void* const ptr = vk::mapMemory(vkd, device, memory, 0, size, 0); in writeHostMemory()
157 deMemcpy(ptr, data, size); in writeHostMemory()
167 size_t size, in checkHostMemory()
170 void* const ptr = vk::mapMemory(vkd, device, memory, 0, size, 0); in checkHostMemory()
174 if (deMemCmp(ptr, data, size) != 0) in checkHostMemory()
180 std::vector<deUint8> genTestData (deUint32 seed, size_t size) in genTestData() argument
149 writeHostMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceMemory memory, size_t size, const void* data) writeHostMemory() argument
164 checkHostMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceMemory memory, size_t size, const void* data) checkHostMemory() argument
[all...]
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/
H A Dgoya.c438 /* PMMU and HPMMU are the same except of page size */ in goya_get_fixed_properties()
547 outbound_region.size = HOST_PHYS_SIZE; in goya_init_iatu()
581 "Not " HL_NAME "? BAR %d size %llu, expecting %llu\n", in goya_early_init()
592 "Not " HL_NAME "? BAR %d size %llu, expecting %llu\n", in goya_early_init()
743 /* Now that we have the DRAM size in ASIC prop, we need to check in goya_late_init()
744 * its size and configure the DMA_IF DDR wrap protection (which is in in goya_late_init()
745 * the MMU block) accordingly. The value is the log2 of the DRAM size in goya_late_init()
2671 void *cpu_addr, dma_addr_t dma_addr, size_t size) in goya_cb_mmap()
2679 (dma_addr - HOST_PHYS_BASE), size); in goya_cb_mmap()
2774 static void *goya_dma_alloc_coherent(struct hl_device *hdev, size_t size, in goya_dma_alloc_coherent() argument
2670 goya_cb_mmap(struct hl_device *hdev, struct vm_area_struct *vma, void *cpu_addr, dma_addr_t dma_addr, size_t size) goya_cb_mmap() argument
2787 goya_dma_free_coherent(struct hl_device *hdev, size_t size, void *cpu_addr, dma_addr_t dma_handle) goya_dma_free_coherent() argument
3039 goya_dma_pool_zalloc(struct hl_device *hdev, size_t size, gfp_t mem_flags, dma_addr_t *dma_handle) goya_dma_pool_zalloc() argument
3065 goya_cpu_accessible_dma_pool_alloc(struct hl_device *hdev, size_t size, dma_addr_t *dma_handle) goya_cpu_accessible_dma_pool_alloc() argument
3077 goya_cpu_accessible_dma_pool_free(struct hl_device *hdev, size_t size, void *vaddr) goya_cpu_accessible_dma_pool_free() argument
4363 goya_get_event_desc(u16 event_type, char *desc, size_t size) goya_get_event_desc() argument
4724 goya_get_events_stat(struct hl_device *hdev, bool aggregate, u32 *size) goya_get_events_stat() argument
4737 goya_memset_device_memory(struct hl_device *hdev, u64 addr, u64 size, u64 val, bool is_dram) goya_memset_device_memory() argument
4813 u32 size = hdev->pldm ? 0x10000 : prop->sram_size; goya_context_switch() local
4850 u32 size = prop->mmu_pgt_size + MMU_DRAM_DEFAULT_PAGE_SIZE + goya_mmu_clear_pgt_range() local
4863 u32 size = MMU_DRAM_DEFAULT_PAGE_SIZE; goya_mmu_set_dram_default_page() local
5054 goya_mmu_invalidate_cache_range(struct hl_device *hdev, bool is_hard, u32 asid, u64 va, u64 size) goya_mmu_invalidate_cache_range() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_nx.c531 unsigned long long addr, int size) in qla82xx_pci_mem_bound_check()
535 !addr_in_range(addr + size - 1, QLA82XX_ADDR_DDR_NET, in qla82xx_pci_mem_bound_check()
537 ((size != 1) && (size != 2) && (size != 4) && (size != 8))) in qla82xx_pci_mem_bound_check()
651 u64 off, void *data, int size) in qla82xx_pci_mem_read_direct()
670 (qla82xx_pci_is_same_window(ha, off + size - 1) == 0)) { in qla82xx_pci_mem_read_direct()
685 if (mem_page != ((start + size - 1) & PAGE_MASK)) in qla82xx_pci_mem_read_direct()
697 switch (size) { in qla82xx_pci_mem_read_direct()
530 qla82xx_pci_mem_bound_check(struct qla_hw_data *ha, unsigned long long addr, int size) qla82xx_pci_mem_bound_check() argument
650 qla82xx_pci_mem_read_direct(struct qla_hw_data *ha, u64 off, void *data, int size) qla82xx_pci_mem_read_direct() argument
722 qla82xx_pci_mem_write_direct(struct qla_hw_data *ha, u64 off, void *data, int size) qla82xx_pci_mem_write_direct() argument
1287 qla82xx_pci_mem_write_2M(struct qla_hw_data *ha, u64 off, void *data, int size) qla82xx_pci_mem_write_2M() argument
1394 long size = 0; qla82xx_fw_load_from_flash() local
1424 qla82xx_pci_mem_read_2M(struct qla_hw_data *ha, u64 off, void *data, int size) qla82xx_pci_mem_read_2M() argument
1758 u32 i, flashaddr, size; qla82xx_fw_load_from_blob() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_nx.c528 unsigned long long addr, int size) in qla82xx_pci_mem_bound_check()
532 !addr_in_range(addr + size - 1, QLA82XX_ADDR_DDR_NET, in qla82xx_pci_mem_bound_check()
534 ((size != 1) && (size != 2) && (size != 4) && (size != 8))) in qla82xx_pci_mem_bound_check()
648 u64 off, void *data, int size) in qla82xx_pci_mem_read_direct()
667 (qla82xx_pci_is_same_window(ha, off + size - 1) == 0)) { in qla82xx_pci_mem_read_direct()
682 if (mem_page != ((start + size - 1) & PAGE_MASK)) in qla82xx_pci_mem_read_direct()
694 switch (size) { in qla82xx_pci_mem_read_direct()
527 qla82xx_pci_mem_bound_check(struct qla_hw_data *ha, unsigned long long addr, int size) qla82xx_pci_mem_bound_check() argument
647 qla82xx_pci_mem_read_direct(struct qla_hw_data *ha, u64 off, void *data, int size) qla82xx_pci_mem_read_direct() argument
719 qla82xx_pci_mem_write_direct(struct qla_hw_data *ha, u64 off, void *data, int size) qla82xx_pci_mem_write_direct() argument
1284 qla82xx_pci_mem_write_2M(struct qla_hw_data *ha, u64 off, void *data, int size) qla82xx_pci_mem_write_2M() argument
1391 long size = 0; qla82xx_fw_load_from_flash() local
1421 qla82xx_pci_mem_read_2M(struct qla_hw_data *ha, u64 off, void *data, int size) qla82xx_pci_mem_read_2M() argument
1755 u32 i, flashaddr, size; qla82xx_fw_load_from_blob() local
[all...]
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dbtusb.c1338 int err, size; in btusb_submit_intr_urb() local
1349 size = le16_to_cpu(data->intr_ep->wMaxPacketSize); in btusb_submit_intr_urb()
1351 buf = kmalloc(size, mem_flags); in btusb_submit_intr_urb()
1359 usb_fill_int_urb(urb, data->udev, pipe, buf, size, in btusb_submit_intr_urb()
1452 int err, size = HCI_MAX_FRAME_SIZE; in btusb_submit_bulk_urb() local
1463 buf = kmalloc(size, mem_flags); in btusb_submit_bulk_urb()
1471 usb_fill_bulk_urb(urb, data->udev, pipe, buf, size, in btusb_submit_bulk_urb()
1612 int err, size; in btusb_submit_isoc_urb() local
1623 size = le16_to_cpu(data->isoc_rx_ep->wMaxPacketSize) * in btusb_submit_isoc_urb()
1626 buf = kmalloc(size, mem_flag in btusb_submit_isoc_urb()
1704 int err, size = HCI_MAX_FRAME_SIZE; btusb_submit_diag_urb() local
2698 int err, size = 64; btusb_mtk_submit_wmt_recv_urb() local
2955 int pipe, err, size = sizeof(u32); btusb_mtk_reg_read() local
3657 btusb_qca_send_vendor_req(struct usb_device *udev, u8 request, void *data, u16 size) btusb_qca_send_vendor_req() argument
3692 size_t count, size, sent = 0; btusb_setup_qca_download_fw() local
[all...]
/third_party/json/tests/src/
H A Dunit-bjdata.cpp310 // compare result + size
313 CHECK(result.size() == 9);
361 // compare result + size
364 CHECK(result.size() == 5);
398 // compare result + size
401 CHECK(result.size() == 3);
419 // compare result + size
422 CHECK(result.size() == 3);
451 // compare result + size
454 CHECK(result.size()
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc333 HeapObject Factory::AllocateRaw(int size, AllocationType allocation, in AllocateRaw() argument
336 size, allocation, AllocationOrigin::kRuntime, alignment); in AllocateRaw()
343 int size = map->instance_size(); in AllocateRawWithAllocationSite() local
346 size += AllocationMemento::kSize; in AllocateRawWithAllocationSite()
349 size, allocation); in AllocateRawWithAllocationSite()
375 int size = map->instance_size(); in New() local
377 size, allocation); in New()
386 Handle<HeapObject> Factory::NewFillerObject(int size, in NewFillerObject() argument
392 size, allocation, origin, alignment); in NewFillerObject()
393 heap->CreateFillerObjectAt(result.address(), size, ClearRecordedSlot in NewFillerObject()
467 int size = FixedArray::SizeFor(length); TryNewFixedArray() local
501 int size = FeedbackVector::SizeFor(length); NewFeedbackVector() local
522 int size = EmbedderDataArray::SizeFor(length); NewEmbedderDataArray() local
562 int size = T::SizeFor(capacity); AllocateSmallOrderedHashTable() local
637 int size = SwissNameDictionary::SizeFor(0); CreateCanonicalEmptySwissNameDictionary() local
838 int size; AllocateInternalizedStringImpl() local
1146 NewContextInternal(Handle<Map> map, int size, int variadic_part_length, AllocationType allocation) NewContextInternal() argument
1152 DCHECK_LE(Context::SizeFor(variadic_part_length), size); NewContextInternal() local
2404 int size = BytecodeArray::SizeFor(source->length()); CopyBytecodeArray() local
3099 NewUninitializedJSGlobalProxy(int size) NewUninitializedJSGlobalProxy() argument
[all...]
/third_party/mesa3d/include/GL/
H A Dglext.h397 typedef void (APIENTRYP PFNGLSECONDARYCOLORPOINTERPROC) (GLint size, GLenum type, GLsizei stride, const void *pointer);
445 GLAPI void APIENTRY glSecondaryColorPointer (GLint size, GLenum type, GLsizei stride, const void *pointer);
533 typedef void (APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const void *data, GLenum usage);
534 typedef void (APIENTRYP PFNGLBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, const void *data);
535 typedef void (APIENTRYP PFNGLGETBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, void *data);
553 GLAPI void APIENTRY glBufferData (GLenum target, GLsizeiptr size, const void *data, GLenum usage);
554 GLAPI void APIENTRY glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const void *data);
555 GLAPI void APIENTRY glGetBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, void *data);
665 typedef void (APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
666 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenu
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmutils.c377 /* set user priority by QoS Map Set table (UP table), table size is UP_TABLE_MAX */
625 * size is fixed. No intention to support larger than 4K indice allocation. ID
680 uint32 wordix, size, words, extra; in bcm_mwbmap_init() local
696 size = sizeof(bcm_mwbmap_t) + (sizeof(uint32) * words); in bcm_mwbmap_init()
697 mwbmap_p = (bcm_mwbmap_t *)MALLOC(osh, size); in bcm_mwbmap_init()
702 memset(mwbmap_p, 0, size); in bcm_mwbmap_init()
1430 bcm_binit(struct bcmstrbuf *b, char *buf, uint size) in bcm_binit() argument
1432 b->origsize = b->size = size; in bcm_binit()
1434 if (size > in bcm_binit()
1851 bcmstrncat(char *dest, const char *src, uint size) bcmstrncat() argument
3243 bcm_format_octets(const bcm_bit_desc_t *bd, uint bdsz, const uint8 *addr, uint size, char *buf, int len) bcm_format_octets() argument
4003 setbits(uint8 *addr, uint size, uint stbit, uint nbits, uint32 val) setbits() argument
4054 getbits(const uint8 *addr, uint size, uint stbit, uint nbits) getbits() argument
4108 bcm_vdata_alloc(osl_t *osh, var_len_data_t *vld, uint32 size) bcm_vdata_alloc() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H A Dcoda-common.c1718 unsigned int size; in coda_queue_setup() local
1721 size = q_data->sizeimage; in coda_queue_setup()
1724 return sizes[0] < size ? -EINVAL : 0; in coda_queue_setup()
1727 sizes[0] = size; in coda_queue_setup()
1729 coda_dbg(1, ctx, "get %d buffer(s) of size %d each.\n", *nbuffers, in coda_queue_setup()
1730 size); in coda_queue_setup()
1879 if (ctx->bitstream.size && vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) { in coda_buf_queue()
1933 size_t size, const char *name, struct dentry *parent) in coda_alloc_aux_buf()
1935 buf->vaddr = dma_alloc_coherent(dev->dev, size, &buf->paddr, in coda_alloc_aux_buf()
1939 "Failed to allocate %s buffer of size in coda_alloc_aux_buf()
1932 coda_alloc_aux_buf(struct coda_dev *dev, struct coda_aux_buf *buf, size_t size, const char *name, struct dentry *parent) coda_alloc_aux_buf() argument
2898 coda_copy_firmware(struct coda_dev *dev, const u8 * const buf, size_t size) coda_copy_firmware() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c167 u16 size; in ath6kl_wmi_dix_2_dot3() local
172 size = sizeof(struct ath6kl_llc_snap_hdr) + sizeof(struct wmi_data_hdr); in ath6kl_wmi_dix_2_dot3()
173 if (skb_headroom(skb) < size) in ath6kl_wmi_dix_2_dot3()
483 u16 size; in ath6kl_wmi_tx_complete_event_rx() local
491 size = sizeof(struct wmi_tx_complete_event) + in ath6kl_wmi_tx_complete_event_rx()
493 msg_v1 = (struct tx_complete_msg_v1 *)(datap + size); in ath6kl_wmi_tx_complete_event_rx()
710 static inline struct sk_buff *ath6kl_wmi_get_new_buf(u32 size) in ath6kl_wmi_get_new_buf() argument
714 skb = ath6kl_buf_alloc(size); in ath6kl_wmi_get_new_buf()
718 skb_put(skb, size); in ath6kl_wmi_get_new_buf()
719 if (size) in ath6kl_wmi_get_new_buf()
1355 ath6kl_wmi_get_upper_threshold(s16 rssi, struct sq_threshold_params *sq_thresh, u32 size) ath6kl_wmi_get_upper_threshold() argument
1373 ath6kl_wmi_get_lower_threshold(s16 rssi, struct sq_threshold_params *sq_thresh, u32 size) ath6kl_wmi_get_lower_threshold() argument
1962 s8 size; ath6kl_wmi_startscan_cmd() local
2011 s8 size, *supp_rates; ath6kl_wmi_beginscan_cmd() local
2960 u16 size; ath6kl_wmi_add_wow_pattern_cmd() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dskbuff.h308 * size.
325 * skb_frag_size() - Returns the size of a skb fragment
334 * skb_frag_size_set() - Sets the size of a skb fragment
336 * @size: size of fragment
338 static inline void skb_frag_size_set(skb_frag_t *frag, unsigned int size) in skb_frag_size_set() argument
340 frag->bv_len = size; in skb_frag_size_set()
344 * skb_frag_size_add() - Increments the size of a skb fragment by @delta
354 * skb_frag_size_sub() - Decrements the size of a skb fragment by @delta
488 int mm_account_pinned_pages(struct mmpin *mmp, size_t size);
1099 alloc_skb(unsigned int size, gfp_t priority) alloc_skb() argument
1149 alloc_skb_fclone(unsigned int size, gfp_t priority) alloc_skb_fclone() argument
2150 __skb_fill_page_desc(struct sk_buff *skb, int i, struct page *page, int off, int size) __skb_fill_page_desc() argument
2183 skb_fill_page_desc(struct sk_buff *skb, int i, struct page *page, int off, int size) skb_fill_page_desc() argument
3128 skb_frag_dma_map(struct device *dev, const skb_frag_t *frag, size_t offset, size_t size, enum dma_data_direction dir) skb_frag_dma_map() argument
3230 unsigned int size = skb->len; skb_padto() local
3251 unsigned int size = skb->len; __skb_put_padto() local
3545 skb_copy_datagram_msg(const struct sk_buff *from, int offset, struct msghdr *msg, int size) skb_copy_datagram_msg() argument
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp.c122 * a sensible code size.
882 struct sk_buff *sk_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp, in sk_stream_alloc_skb() argument
887 if (likely(!size)) { in sk_stream_alloc_skb()
900 size = ALIGN(size, 4); in sk_stream_alloc_skb()
905 skb = alloc_skb_fclone(size + sk->sk_prot->max_header, gfp); in sk_stream_alloc_skb()
918 * Make sure that we have exactly size bytes in sk_stream_alloc_skb()
921 skb->reserved_tailroom = skb->end - skb->tail - size; in sk_stream_alloc_skb()
985 size_t size, int flags) in do_tcp_sendpages()
1018 while (size > in do_tcp_sendpages()
984 do_tcp_sendpages(struct sock *sk, struct page *page, int offset, size_t size, int flags) do_tcp_sendpages() argument
1126 tcp_sendpage_locked(struct sock *sk, struct page *page, int offset, size_t size, int flags) tcp_sendpage_locked() argument
1138 tcp_sendpage(struct sock *sk, struct page *page, int offset, size_t size, int flags) tcp_sendpage() argument
1159 tcp_sendmsg_fastopen(struct sock *sk, struct msghdr *msg, int *copied, size_t size, struct ubuf_info *uarg) tcp_sendmsg_fastopen() argument
1207 tcp_sendmsg_locked(struct sock *sk, struct msghdr *msg, size_t size) tcp_sendmsg_locked() argument
1460 tcp_sendmsg(struct sock *sk, struct msghdr *msg, size_t size) tcp_sendmsg() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H A Dcoda-common.c1717 unsigned int size; in coda_queue_setup() local
1720 size = q_data->sizeimage; in coda_queue_setup()
1723 return sizes[0] < size ? -EINVAL : 0; in coda_queue_setup()
1726 sizes[0] = size; in coda_queue_setup()
1728 coda_dbg(1, ctx, "get %d buffer(s) of size %d each.\n", *nbuffers, in coda_queue_setup()
1729 size); in coda_queue_setup()
1878 if (ctx->bitstream.size && vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) { in coda_buf_queue()
1932 size_t size, const char *name, struct dentry *parent) in coda_alloc_aux_buf()
1934 buf->vaddr = dma_alloc_coherent(dev->dev, size, &buf->paddr, in coda_alloc_aux_buf()
1938 "Failed to allocate %s buffer of size in coda_alloc_aux_buf()
1931 coda_alloc_aux_buf(struct coda_dev *dev, struct coda_aux_buf *buf, size_t size, const char *name, struct dentry *parent) coda_alloc_aux_buf() argument
2932 coda_copy_firmware(struct coda_dev *dev, const u8 * const buf, size_t size) coda_copy_firmware() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp187 const deUint32 libraryCount = static_cast<deUint32>(pipelineLibraries.size());
210 result.resize(result.size() - 1);
854 const deInt32 nodeNdxLast = static_cast<deInt32>(runtimePipelineTreeConfiguration.size()) - 1; in runTest()
873 if (!m_data.useMaintenance5 && (m_data.delayedShaderCreate || (m_data.pipelineTreeConfiguration.size() > 1))) in runTest()
970 DE_ASSERT(de::inBounds(node.parentIndex, 0, static_cast<deInt32>(runtimePipelineTreeConfiguration.size()))); in runTest()
988 const deUint32 vertexCount = static_cast<deUint32>(m_vertexData.size()); in runTest()
1022 const tcu::IVec2 size = { (deInt32)renderSize.x(), (deInt32)renderSize.y() }; in runTest() local
1023 copyImageToBuffer(vk, *cmdBuffer, *colorImage, *colorBuffer, size); in runTest()
1024 copyImageToBuffer(vk, *cmdBuffer, *depthImage, *depthBuffer, size, VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL, 1u, VK_IMAGE_ASPECT_DEPTH_BIT, VK_IMAGE_ASPECT_DEPTH_BIT); in runTest()
1141 RuntimePipelineTreeConfiguration runtimePipelineTreeConfiguration (m_data.pipelineTreeConfiguration.size()); in iterate()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp68 // true if the given size and format match the corresponding mip in the allocated image (taking
74 // size or format. In this case too, changes to this level should remain staged as the texture
78 const gl::Extents &size, in IsTextureLevelDefinitionCompatibleWithImage()
85 return size == image.getLevelExtents(imageLevelIndexVk) && in IsTextureLevelDefinitionCompatibleWithImage()
316 const gl::Extents &size, in setImage()
325 return setImageImpl(context, index, formatInfo, size, type, unpack, unpackBuffer, pixels); in setImage()
350 const gl::Extents &size, in setCompressedImage()
360 return setImageImpl(context, index, formatInfo, size, GL_UNSIGNED_BYTE, unpack, unpackBuffer, in setCompressedImage()
388 const gl::Extents &size, in setImageImpl()
399 ANGLE_TRY(redefineLevel(context, index, vkFormat, size)); in setImageImpl()
76 IsTextureLevelDefinitionCompatibleWithImage(const vk::ImageHelper &image, gl::LevelIndex textureLevelIndexGL, const gl::Extents &size, angle::FormatID intendedFormatID, angle::FormatID actualFormatID) IsTextureLevelDefinitionCompatibleWithImage() argument
313 setImage(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setImage() argument
347 setCompressedImage(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, const gl::PixelUnpackState &unpack, size_t imageSize, const uint8_t *pixels) setCompressedImage() argument
385 setImageImpl(const gl::Context *context, const gl::ImageIndex &index, const gl::InternalFormat &formatInfo, const gl::Extents &size, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setImageImpl() argument
1265 setStorage(const gl::Context *context, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size) setStorage() argument
1274 setStorageMultisample(const gl::Context *context, gl::TextureType type, GLsizei samples, GLint internalformat, const gl::Extents &size, bool fixedSampleLocations) setStorageMultisample() argument
1316 setStorageExternalMemory(const gl::Context *context, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size, gl::MemoryObject *memoryObject, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) setStorageExternalMemory() argument
1609 redefineLevel(const gl::Context *context, const gl::ImageIndex &index, const vk::Format &format, const gl::Extents &size) redefineLevel() argument
2591 const VkDeviceSize size = gl::GetBoundBufferAvailableSize(bufferBinding); syncState() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp181 const deUint32 libraryCount = static_cast<deUint32>(pipelineLibraries.size());
204 result.resize(result.size() - 1);
848 const deInt32 nodeNdxLast = static_cast<deInt32>(runtimePipelineTreeConfiguration.size()) - 1; in runTest()
867 if (m_data.delayedShaderCreate || (m_data.pipelineTreeConfiguration.size() > 1)) in runTest()
938 DE_ASSERT(de::inBounds(node.parentIndex, 0, static_cast<deInt32>(runtimePipelineTreeConfiguration.size()))); in runTest()
955 const deUint32 vertexCount = static_cast<deUint32>(m_vertexData.size()); in runTest()
989 const tcu::IVec2 size = { (deInt32)renderSize.x(), (deInt32)renderSize.y() }; in runTest() local
990 copyImageToBuffer(vk, *cmdBuffer, *colorImage, *colorBuffer, size); in runTest()
991 copyImageToBuffer(vk, *cmdBuffer, *depthImage, *depthBuffer, size, VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL, 1u, VK_IMAGE_ASPECT_DEPTH_BIT, VK_IMAGE_ASPECT_DEPTH_BIT); in runTest()
1108 RuntimePipelineTreeConfiguration runtimePipelineTreeConfiguration (m_data.pipelineTreeConfiguration.size()); in iterate()
[all...]
/device/soc/rockchip/common/vendor/drivers/net/
H A Drfkill-wlan.c98 unsigned long size; member
125 wifi_mem_array[i].mem_ptr = kmalloc(wifi_mem_array[i].size, GFP_KERNEL); in rockchip_init_wifi_mem()
149 void *rockchip_mem_prealloc(int section, unsigned long size) in rockchip_mem_prealloc() argument
159 if (wifi_mem_array[section].size < size) { in rockchip_mem_prealloc()
166 void *rockchip_mem_prealloc(int section, unsigned long size) in rockchip_mem_prealloc() argument
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_vepu1.c166 if (!req->size) { in vepu_extract_task_msg()
177 if (copy_from_user((u8 *)task->reg + req->offset, req->data, req->size)) { in vepu_extract_task_msg()
268 int e = s + req->size / sizeof(u32); in vepu_run()
332 e = s + req->size / sizeof(u32); in vepu_finish()
353 if (copy_to_user(req->data, (u8 *)task->reg + req->offset, req->size)) { in vepu_result()
382 cnt = req->size / sizeof(elem); in vepu_control()
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dhibernate.c1271 unsigned long size; in image_size_store() local
1273 if (sscanf(buf, "%lu", &size) == 1) { in image_size_store()
1274 image_size = size; in image_size_store()
1290 unsigned long size; in reserved_size_store() local
1292 if (sscanf(buf, "%lu", &size) == 1) { in reserved_size_store()
1293 reserved_size = size; in reserved_size_store()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_vepu1.c177 if (!req->size) in vepu_extract_task_msg()
189 req->data, req->size)) { in vepu_extract_task_msg()
281 int e = s + req->size / sizeof(u32); in vepu_run()
353 e = s + req->size / sizeof(u32); in vepu_finish()
378 req->size)) { in vepu_result()
412 cnt = req->size / sizeof(elem); in vepu_control()
/device/soc/rockchip/rk3588/kernel/net/rfkill/
H A Drfkill-wlan.c102 unsigned long size; member
133 kmalloc(wifi_mem_array[i].size, GFP_KERNEL); in rockchip_init_wifi_mem()
154 void *rockchip_mem_prealloc(int section, unsigned long size) in rockchip_mem_prealloc() argument
162 if (wifi_mem_array[section].size < size) in rockchip_mem_prealloc()
168 void *rockchip_mem_prealloc(int section, unsigned long size) in rockchip_mem_prealloc() argument
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dboard-ams-delta.c303 .size = 3 * SZ_1M + SZ_512K },
306 .size = SZ_256K },
309 .size = SZ_256K },
312 .size = SZ_256K },
315 .size = 27 * SZ_1M },
318 .size = 3 * SZ_256K },
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dacpi.c71 void __init __iomem *__acpi_map_table(unsigned long phys, unsigned long size) in __acpi_map_table() argument
76 void __init __acpi_unmap_table(void __iomem *map, unsigned long size) in __acpi_unmap_table() argument
113 /*Skip BAD_MADT_ENTRY check, as lsapic size could vary */ in acpi_parse_lsapic()
365 "ACPI 2.0 SLIT: size mismatch: %d expected, %d actual\n", in acpi_numa_slit_init()
402 unsigned long paddr, size; in acpi_numa_memory_affinity_init() local
410 size = ma->length; in acpi_numa_memory_affinity_init()
435 p->size = size; in acpi_numa_memory_affinity_init()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dprocess.c479 unsigned long size = 0; in frame_info_init() local
490 kallsyms_lookup_size_offset(addr, &size, &ofs); in frame_info_init()
493 schedule_mfi.func_size = size; in frame_info_init()
534 unsigned long size, ofs; in unwind_stack_by_address() local
581 if (!kallsyms_lookup_size_offset(pc, &size, &ofs)) in unwind_stack_by_address()
678 top -= PAGE_ALIGN(current->thread.abi->vdso->size); in mips_stack_top()

Completed in 109 milliseconds

1...<<771772773774775776777778779780>>...1714