Home
last modified time | relevance | path

Searched defs:mem (Results 476 - 500 of 574) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c1160 struct panvk_device_memory *mem; in panvk_AllocateMemory() local
[all...]
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode.c200 struct pandecode_mapped_memory *mem = pandecode_find_mapped_gpu_mem_containing(gpu_va); in pandecode_sfbd() local
237 struct pandecode_mapped_memory *mem = pandecode_find_mapped_gpu_mem_containing(gpu_va); in pandecode_local_storage() local
251 struct pandecode_mapped_memory *mem = in pandecode_render_target() local
291 struct pandecode_mapped_memory *mem = pandecode_find_mapped_gpu_mem_containing(gpu_va); in pandecode_mfbd_bfr() local
353 struct pandecode_mapped_memory *mem = in pandecode_mfbd_bfr() local
371 pandecode_attributes(const struct pandecode_mapped_memory *mem, mali_ptr addr, int job_no, char *suffix, int count, bool varying, enum mali_job_type job_type) pandecode_attributes() argument
584 struct pandecode_mapped_memory *mem = pandecode_find_mapped_gpu_mem_containing(shader_ptr); pandecode_shader_disassemble() local
964 pandecode_vertex_compute_geometry_job(const struct MALI_JOB_HEADER *h, const struct pandecode_mapped_memory *mem, mali_ptr job, int job_no, unsigned gpu_id) pandecode_vertex_compute_geometry_job() argument
986 struct pandecode_mapped_memory *mem = pandecode_find_mapped_gpu_mem_containing(gpu_va); pandecode_bifrost_tiler_heap() local
994 struct pandecode_mapped_memory *mem = pandecode_find_mapped_gpu_mem_containing(gpu_va); pandecode_bifrost_tiler() local
1005 pandecode_indexed_vertex_job(const struct MALI_JOB_HEADER *h, const struct pandecode_mapped_memory *mem, mali_ptr job, int job_no, unsigned gpu_id) pandecode_indexed_vertex_job() argument
1039 pandecode_tiler_job(const struct MALI_JOB_HEADER *h, const struct pandecode_mapped_memory *mem, mali_ptr job, int job_no, unsigned gpu_id) pandecode_tiler_job() argument
1082 pandecode_fragment_job(const struct pandecode_mapped_memory *mem, mali_ptr job, int job_no, unsigned gpu_id) pandecode_fragment_job() argument
1130 pandecode_write_value_job(const struct pandecode_mapped_memory *mem, mali_ptr job, int job_no) pandecode_write_value_job() argument
1140 pandecode_cache_flush_job(const struct pandecode_mapped_memory *mem, mali_ptr job, int job_no) pandecode_cache_flush_job() argument
1153 struct pandecode_mapped_memory *mem = dump_fau() local
1183 struct pandecode_mapped_memory *mem = pandecode_find_mapped_gpu_mem_containing(addr); pandecode_resources() local
1216 struct pandecode_mapped_memory *mem = pandecode_find_mapped_gpu_mem_containing(addr); pandecode_resource_tables() local
1282 pandecode_malloc_vertex_job(const struct pandecode_mapped_memory *mem, mali_ptr job, unsigned gpu_id) pandecode_malloc_vertex_job() argument
1315 pandecode_compute_job(const struct pandecode_mapped_memory *mem, mali_ptr job, unsigned gpu_id) pandecode_compute_job() argument
1347 struct pandecode_mapped_memory *mem = pandecode_jc() local
1412 struct pandecode_mapped_memory *mem = pandecode_abort_on_fault() local
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp745 StringBaseResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) { in handleWrite() argument
755 ContainerResource::writeAllRes(UNewDataMemory *mem, uint32_t *byteOffset) { in writeAllRes() argument
764 ContainerResource::writeAllRes32(UNewDataMemory *mem, uint32_t *byteOffset) { in writeAllRes32() argument
772 ArrayResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) { in handleWrite() argument
780 handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) handleWrite() argument
789 handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) handleWrite() argument
807 handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) handleWrite() argument
831 write(UNewDataMemory *mem, uint32_t *byteOffset) write() argument
853 UNewDataMemory *mem = NULL; write() local
[all...]
/third_party/lwip/src/api/
H A Dsockets.c950 lwip_recv_tcp(struct lwip_sock *sock, void *mem, size_t len, int flags) in lwip_recv_tcp() argument
1230 lwip_recvfrom(int s, void *mem, size_t len, int flags, in lwip_recvfrom() argument
1241 lwip_recvfrom_internal(int s, void *mem, size_t len, int flags, in lwip_recvfrom_internal() argument
1295 lwip_read(int s, void *mem, size_t len) lwip_read() argument
1318 lwip_recv(int s, void *mem, size_t len, int flags) lwip_recv() argument
[all...]
/third_party/lwip/src/include/lwip/
H A Dstats.h267 struct stats_mem mem; member
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.c1166 VkDeviceMemory mem = swapchain->get_wsi_image(swapchain, image_index)->memory; in wsi_common_queue_present() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c1835 VkPhysicalDeviceMemoryProperties2 mem = {0}; in zink_query_memory_info() local
[all...]
/third_party/node/deps/openssl/openssl/engines/
H A De_loader_attic.c448 BUF_MEM *mem = NULL; in try_decode_PKCS8Encrypted() local
1414 BUF_MEM *mem = NULL; in file_read_asn1() local
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c2157 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 reg, sljit_s32 mem, sljit_sw memw) sljit_emit_mem() argument
2228 sljit_emit_mem_update(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 reg, sljit_s32 mem, sljit_sw memw) sljit_emit_mem_update() argument
2282 sljit_emit_fmem_update(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 freg, sljit_s32 mem, sljit_sw memw) sljit_emit_fmem_update() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp128 void bindBufferMemory (const DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) in bindBufferMemory() argument
133 void bindImageMemory (const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) in bindImageMemory() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp62 void freeSystemMem (const VkAllocationCallbacks* pAllocator, void* mem) in freeSystemMem() argument
74 void* mem = allocateSystemMem<Object>(pAllocator, VK_SYSTEM_ALLOCATION_SCOPE_OBJECT); in allocateHandle() local
99 void* mem = allocateSystemMem<Object>(pAllocator, VK_SYSTEM_ALLOCATION_SCOPE_OBJECT); in allocateHandle() local
124 void* mem = allocateSystemMem<Object>(pAllocator, VK_SYSTEM_ALLOCATION_SCOPE_OBJECT); allocateHandle() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DPixelProcessor.cpp89 void PixelProcessor::operator delete(void *mem) in operator delete() argument
H A DVertexProcessor.cpp135 void VertexProcessor::operator delete(void *mem) in operator delete() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.cpp176 Image::Image(const VkImageCreateInfo *pCreateInfo, void *mem, Device *device) in Image() argument
/third_party/openssl/engines/
H A De_loader_attic.c448 BUF_MEM *mem = NULL; in try_decode_PKCS8Encrypted() local
1414 BUF_MEM *mem = NULL; in file_read_asn1() local
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c184 static void InitMemBuffer(MemBuffer* const mem, const WebPData* webp_data) { in InitMemBuffer() argument
190 static size_t MemDataSize(const MemBuffer* const mem) { in MemDataSize() argument
194 static const uint8_t* GetBuffer(MemBuffer* const mem) { in GetBuffer() argument
198 Skip(MemBuffer* const mem, size_t size) Skip() argument
202 ReadMemBufLE32(MemBuffer* const mem) ReadMemBufLE32() argument
583 ParseRIFFHeader(const WebPInfo* const webp_info, MemBuffer* const mem) ParseRIFFHeader() argument
622 ParseChunk(const WebPInfo* const webp_info, MemBuffer* const mem, ChunkData* const chunk_data) ParseChunk() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dreslist.cpp745 StringBaseResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) { in handleWrite() argument
755 ContainerResource::writeAllRes(UNewDataMemory *mem, uint32_t *byteOffset) { in writeAllRes() argument
764 ContainerResource::writeAllRes32(UNewDataMemory *mem, uint32_t *byteOffset) { in writeAllRes32() argument
772 ArrayResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) { in handleWrite() argument
780 handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) handleWrite() argument
789 handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) handleWrite() argument
807 handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) handleWrite() argument
831 write(UNewDataMemory *mem, uint32_t *byteOffset) write() argument
853 UNewDataMemory *mem = NULL; write() local
[all...]
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok.c1409 XmlInitUnknownEncoding(void *mem, int *table, CONVERTER convert, in XmlInitUnknownEncoding() argument
1672 XmlInitUnknownEncodingNS(void *mem, int *table, CONVERTER convert, in XmlInitUnknownEncodingNS() argument
/third_party/python/Modules/
H A D_testbuffer.c539 char *mem = NULL; in copy_buffer() local
473 copy_rec(const Py_ssize_t *shape, Py_ssize_t ndim, Py_ssize_t itemsize, char *dptr, const Py_ssize_t *dstrides, const Py_ssize_t *dsuboffsets, char *sptr, const Py_ssize_t *sstrides, const Py_ssize_t *ssuboffsets, char *mem) copy_rec() argument
2162 char *mem; ndarray_tobytes() local
[all...]
H A D_tracemalloc.c38 PyMemAllocatorEx mem; member
H A Dgcmodule.c2283 char *mem = PyObject_Malloc(size); in gc_alloc() local
/third_party/python/Modules/expat/
H A Dxmltok.c1406 XmlInitUnknownEncoding(void *mem, int *table, CONVERTER convert, in XmlInitUnknownEncoding() argument
1669 XmlInitUnknownEncodingNS(void *mem, int *table, CONVERTER convert, in XmlInitUnknownEncodingNS() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp128 void bindBufferMemory (const DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) in bindBufferMemory() argument
133 void bindImageMemory (const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) in bindImageMemory() argument
/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c648 get_codebook(int16_t * cbvec, int16_t * mem, int16_t index, int16_t lMem, int16_t cbveclen ) get_codebook() argument
717 construct_vector( int16_t *decvector, int16_t *index, int16_t *gain_index, int16_t *mem, int16_t lMem, int16_t veclen) construct_vector() argument
775 int16_t *mem = &memVec[CB_HALFFILTERLEN]; /* Memory for codebook */ decode_residual() local
[all...]
H A Dspeexdec.c598 static void highpass(const float *x, float *y, int len, float *mem, int wide) in highpass() argument
585 iir_mem(const float *x, const float *den, float *y, int N, int ord, float *mem) iir_mem() argument
[all...]

Completed in 56 milliseconds

1...<<11121314151617181920>>...23