/third_party/mesa3d/src/freedreno/decode/ |
D | buffers.c | 37 void *hostptr; member 88 buffer_contains_hostptr(struct buffer *buf, void *hostptr) in buffer_contains_hostptr() argument 90 return (buf->hostptr <= hostptr) && (hostptr < (buf->hostptr + buf->len)); in buffer_contains_hostptr() 94 gpuaddr(void *hostptr) in gpuaddr() argument 97 if (buffer_contains_hostptr(buf, hostptr)) in gpuaddr() 98 return buf->gpuaddr + (hostptr - buf->hostptr); in gpuaddr() 114 hostptr(uint64_t gpuaddr) in hostptr() function 118 return buf->hostptr + (gpuaddr - buf->gpuaddr); in hostptr() 174 free(buf->hostptr); in reset_buffers() 184 add_buffer(uint64_t gpuaddr, unsigned int len, void *hostptr) in add_buffer() argument [all …]
|
D | buffers.h | 30 uint64_t gpuaddr(void *hostptr); 32 void *hostptr(uint64_t gpuaddr); 37 void add_buffer(uint64_t gpuaddr, unsigned int len, void *hostptr);
|
D | cffdec.c | 372 buf = hostptr(gpuaddr); in dump_gpuaddr_size() 435 buf = hostptr(gpuaddr); in disasm_gpuaddr() 513 void *buf = hostptr(gpuaddr); in reg_dump_tex_samp_hi() 529 void *buf = hostptr(gpuaddr); in reg_dump_tex_const_hi() 847 if (gpuaddr && hostptr(gpuaddr)) { in dump_register_val() 1476 contents = hostptr(ext_src_addr); in cp_load_state() 1545 void *ptr = hostptr(addrs[i]); in cp_load_state() 1740 void *addr = hostptr(gpuaddr); in dump_a2xx_shader_const() 1914 void *ptr = hostptr(dwords[3]); in cp_draw_indx() 2059 uint32_t *buf = hostptr(count_addr); in cp_draw_indirect_multi() [all …]
|
D | cffdump.c | 362 dump_commands(hostptr(gpuaddr), sizedwords, 0); in handle_file()
|
/third_party/libdrm/freedreno/kgsl/ |
D | kgsl_ringbuffer.c | 42 void *hostptr; member 64 drm_munmap(bo->hostptr, bo->size); in kgsl_rb_bo_del() 97 bo->hostptr = drm_mmap(NULL, size, PROT_WRITE|PROT_READ, in kgsl_rb_bo_new() 110 return kgsl_ring->bo->hostptr; in kgsl_ringbuffer_hostptr() 121 .hostptr = last_start, in kgsl_ringbuffer_flush() 144 ibdesc.hostptr = kgsl_ring->bo->hostptr; in kgsl_ringbuffer_flush() 146 req.timestamp = (uintptr_t)kgsl_ring->bo->hostptr; in kgsl_ringbuffer_flush() 197 .hostptr = kgsl_ringbuffer_hostptr,
|
D | msm_kgsl.h | 198 void *hostptr; member 331 unsigned int hostptr; /*input param */ member 401 void *hostptr; member 424 unsigned int hostptr; member
|
D | kgsl_drm.h | 138 uint32_t hostptr; member
|
D | kgsl_bo.c | 201 .hostptr = (unsigned long)fbmem, in fd_bo_from_fbdev()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_ncons.c | 758 const char *hostptr = (char *)uri->data; in nc_uri() local 768 hostptr = p + 3; in nc_uri() 774 p = ia5memchr(uri, hostptr, ':'); in nc_uri() 777 p = ia5memchr(uri, hostptr, '/'); in nc_uri() 780 hostlen = IA5_OFFSET_LEN(uri, hostptr); in nc_uri() 782 hostlen = p - hostptr; in nc_uri() 790 p = hostptr + hostlen - base->length; in nc_uri() 798 || ia5ncasecmp(hostptr, baseptr, hostlen)) in nc_uri() 808 unsigned char *hostptr, *baseptr, *maskptr; in nc_ip() local 809 hostptr = ip->data; in nc_ip() [all …]
|
/third_party/openssl/crypto/x509/ |
D | v3_ncons.c | 758 const char *hostptr = (char *)uri->data; in nc_uri() local 768 hostptr = p + 3; in nc_uri() 774 p = ia5memchr(uri, hostptr, ':'); in nc_uri() 777 p = ia5memchr(uri, hostptr, '/'); in nc_uri() 780 hostlen = IA5_OFFSET_LEN(uri, hostptr); in nc_uri() 782 hostlen = p - hostptr; in nc_uri() 790 p = hostptr + hostlen - base->length; in nc_uri() 798 || ia5ncasecmp(hostptr, baseptr, hostlen)) in nc_uri() 808 unsigned char *hostptr, *baseptr, *maskptr; in nc_ip() local 809 hostptr = ip->data; in nc_ip() [all …]
|
/third_party/libdrm/freedreno/ |
D | freedreno_ringbuffer.c | 54 ring->start = ring->funcs->hostptr(ring); in fd_ringbuffer_new_flags() 134 ring->start = ring->funcs->hostptr(ring); in fd_ringbuffer_grow()
|
D | freedreno_priv.h | 135 void * (*hostptr)(struct fd_ringbuffer *ring); member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | msm_kgsl.h | 634 unsigned long hostptr; /*input param */ member 703 void *hostptr; member 732 unsigned int hostptr; member
|
/third_party/curl/lib/ |
D | url.c | 2879 char *hostptr; local 2899 hostptr = host_dup; 2902 portptr = hostptr; 2905 if(*hostptr == '[') { 2907 char *ptr = ++hostptr; /* advance beyond the initial bracket */ 2957 DEBUGASSERT(hostptr); 2958 *hostname_result = strdup(hostptr);
|
/third_party/libdrm/freedreno/msm/ |
D | msm_ringbuffer.c | 682 .hostptr = msm_ringbuffer_hostptr,
|