/external/libdrm/radeon/ |
radeon_cs.c | 12 struct radeon_cs_int *csi = csm->funcs->cs_create(csm, ndw); local 13 return (struct radeon_cs *)csi; 21 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; local 23 return csi->csm->funcs->cs_write_reloc(csi, 34 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; local 35 return csi->csm->funcs->cs_begin(csi, ndw, file, func, line); 42 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; local 43 return csi->csm->funcs->cs_end(csi, file, func, line) 48 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; local 54 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; local 60 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; local 66 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; local 72 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; local 79 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; local 89 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; local 96 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; local [all...] |
radeon_cs_space.c | 172 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; local 175 for (i = 0; i < csi->bo_count; i++) { 176 if (csi->bos[i].bo == boi && 177 csi->bos[i].read_domains == read_domains && 178 csi->bos[i].write_domain == write_domain) 182 i = csi->bo_count; 183 csi->bos[i].bo = boi; 184 csi->bos[i].read_domains = read_domains; 185 csi->bos[i].write_domain = write_domain; 186 csi->bos[i].new_accounted = 0 216 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; local 235 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; local 241 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; local [all...] |
/external/libvterm/include/ |
vterm.h | 146 /* Flag to indicate non-final subparameters in a single CSI parameter. 148 * CSI 1;2:3:4;5a 152 * Don't confuse this with the final byte of the CSI escape; 'a' in this case. 171 int (*csi)(const char *leader, const long args[], int argcount, const char *intermed, char command, void *user); member in struct:__anon17306
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
cgraph.h | 1056 cgraph_node_set_iterator csi; local 1067 cgraph_node_set_iterator csi; local [all...] |