| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_derivatives.c | 141 midgard_instruction dup; local in function:midgard_lower_derivatives 142 memcpy(&dup, ins, sizeof(dup)); 147 dup.mask &= 0b1100; 150 dup.swizzle[0][0] = dup.swizzle[0][1] = dup.swizzle[0][2] = COMPONENT_X; 151 dup.swizzle[0][3] = COMPONENT_Y; 153 dup.swizzle[1][0] = COMPONENT_Z; 154 dup [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_memory.h | 80 void *dup = MALLOC(size); local in function:mem_dup 81 if (dup) 82 memcpy(dup, src, size); 83 return dup;
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_memory.h | 80 void *dup = MALLOC(size); local in function:mem_dup 81 if (dup) 82 memcpy(dup, src, size); 83 return dup;
|
| H A D | libsync.h | 156 /* accumulate fd2 into fd1. If *fd1 is not a valid fd then dup fd2, 180 *fd1 = dup(fd2);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir_lower_mem_access_bit_sizes.c | 37 nir_intrinsic_instr *dup = local in function:dup_mem_intrinsic 46 dup->src[i] = nir_src_for_ssa(store_src); 48 dup->src[i] = nir_src_for_ssa(nir_iadd_imm(b, intrin->src[i].ssa, 51 dup->src[i] = nir_src_for_ssa(intrin->src[i].ssa); 55 dup->num_components = num_components; 61 dup->const_index[i] = intrin->const_index[i]; 64 nir_intrinsic_set_access(dup, nir_intrinsic_access(intrin)); 66 nir_intrinsic_set_align(dup, align, 0); 70 nir_ssa_dest_init(&dup->instr, &dup [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | node_to_instr.c | 151 list_for_each_entry(ppir_node, dup, &dup_list, list) { 152 if (succ->instr == dup->instr) { 153 ppir_node_replace_pred(dep, dup); 158 ppir_node *dup = ppir_node_create(block, node->op, -1, 0); local in function:insert_to_each_succ_instr 159 if (unlikely(!dup)) 161 list_addtail(&dup->list, &dup_list); 164 ppir_op_infos[dup->op].name, dup->index, node->index); 167 dup->instr = instr; 168 dup [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_nir_lower_mem_access_bit_sizes.c | 37 nir_intrinsic_instr *dup = local in function:dup_mem_intrinsic 46 dup->src[i] = nir_src_for_ssa(store_src); 48 dup->src[i] = nir_src_for_ssa(nir_iadd_imm(b, intrin->src[i].ssa, 51 dup->src[i] = nir_src_for_ssa(intrin->src[i].ssa); 55 dup->num_components = num_components; 58 dup->const_index[i] = intrin->const_index[i]; 60 nir_intrinsic_set_align(dup, align, 0); 64 nir_ssa_dest_init(&dup->instr, &dup->dest, 68 nir_intrinsic_set_write_mask(dup, ( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/ |
| H A D | serialize_tests.cpp | 42 nir_shader *dup; member in class:__anon3e32d90b0110::nir_serialize_test 47 : dup(NULL), options() 62 nir_print_shader(dup, stdout); 82 dup = cloned; 137 nir_alu_instr *fmax_alu_dup = get_last_alu(dup); 160 nir_alu_instr *vec_alu_dup = get_last_alu(dup); 180 nir_alu_instr *fma_alu_dup = get_last_alu(dup); 206 nir_alu_instr *fma_alu_dup = get_last_alu(dup); 234 nir_alu_instr *fma_alu_dup = get_last_alu(dup); 263 nir_alu_instr *fma_alu_dup = get_last_alu(dup); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_fence.c | 82 *pfence = etna_fence_create(pctx, dup(fd)); 98 return dup(pfence->fence_fd);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_fence.c | 126 *pfence = fence_create(fd_context(pctx), NULL, 0, dup(fd)); 150 return dup(fence->fence_fd);
|
| /xsrc/external/mit/libdrm/dist/etnaviv/ |
| H A D | etnaviv_device.c | 59 /* like etna_device_new() but creates it's own private dup() of the fd 63 int dup_fd = dup(fd);
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | libsync.h | 108 /* accumulate fd2 into fd1. If *fd1 is not a valid fd then dup fd2, 132 *fd1 = dup(fd2);
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | command.c | 146 old_stdin = dup(fileno(stdin)); 180 old_stderr = dup(fileno(stderr)); 191 old_stdout = dup(fileno(stdout)); 428 fd_in = dup(fileno(file)); 436 fd_out = dup(fileno(file)); 471 fd = dup(fileno(file));
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xw32defs.h | 19 # define dup _dup macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_android.c | 160 .fd = dup(dma_buf), 304 nativeFenceFd >= 0 ? dup(nativeFenceFd) : nativeFenceFd; 315 int fence_fd = nativeFenceFd >= 0 ? dup(nativeFenceFd) : nativeFenceFd;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_android.c | 130 .fd = dup(dma_buf), 302 int semaphore_fd = nativeFenceFd >= 0 ? dup(nativeFenceFd) : nativeFenceFd; 313 int fence_fd = nativeFenceFd >= 0 ? dup(nativeFenceFd) : nativeFenceFd;
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-arma64-neon-asm.S | 433 dup v0.8b, v3.b[0] 434 dup v1.8b, v3.b[1] 435 dup v2.8b, v3.b[2] 436 dup v3.8b, v3.b[3] 886 dup v0.8b, v3.b[0] 887 dup v1.8b, v3.b[1] 888 dup v2.8b, v3.b[2] 889 dup v3.8b, v3.b[3] 949 dup v4.8b, v7.b[0] 950 dup v [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Init.c | 797 InputInfoPtr dup = calloc(1, sizeof(InputInfoRec)); local in function:duplicateDevice 798 if (dup) { 799 dup->name = strdup(pInfo->name); 800 dup->driver = strdup(pInfo->driver); 801 dup->options = xf86OptionListDuplicate(pInfo->options); 803 dup->type_name = pInfo->type_name; 804 dup->fd = -1; 806 return dup; 828 InputInfoPtr dup; local in function:InitInput 838 dup [all...] |
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_device.c | 90 /* like fd_device_new() but creates it's own private dup() of the fd 95 int dup_fd = dup(fd);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | freedreno_device.c | 101 /* like fd_device_new() but creates it's own private dup() of the fd 106 int dup_fd = dup(fd);
|
| /xsrc/external/mit/xsm/dist/ |
| H A D | remote.c | 93 dup (pipefd[0]);
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | dri3-test.c | 879 dup(src_fd), 32, 16*4, 4096); 889 dup(src_fd), 32, 32*4, 4096); 899 dup(src_fd), 32, 64*4, 4096); 908 dup(src_fd), 32, 64*4, 64*64*4); 917 dup(src_fd), 8, INT16_MAX, UINT32_MAX); 954 dup(src_fd), 32, 16*4, 4096); 964 dup(src_fd), 32, 256*4, 4096); 974 dup(src_fd), 32, 256, 4096); 983 dup(src_fd), 32, 16384, 4096); 992 dup(src_f [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | dri3-test.c | 884 dup(src_fd), 32, 16*4, 4096); 894 dup(src_fd), 32, 32*4, 4096); 904 dup(src_fd), 32, 64*4, 4096); 913 dup(src_fd), 32, 64*4, 64*64*4); 922 dup(src_fd), 8, INT16_MAX, UINT32_MAX); 959 dup(src_fd), 32, 16*4, 4096); 969 dup(src_fd), 32, 256*4, 4096); 979 dup(src_fd), 32, 256, 4096); 988 dup(src_fd), 32, 16384, 4096); 997 dup(src_f [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 12.0.4.rst | 218 - egl/android: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC) 219 - gallium/auxiliary: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC) 220 - st/dri: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC) 221 - st/xa: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC) 222 - gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)
|
| /xsrc/external/mit/MesaLib/dist/src/drm-shim/ |
| H A D | drm_shim.c | 68 REAL_FUNCTION_POINTER(dup); 207 GET_FUNCTION_POINTER(dup); 657 /* Gallium uses this to dup the incoming fd on gbm screen creation */ 684 dup(int fd) function in typeref:typename:PUBLIC int
|