Searched refs:domains (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
D | perf_print.c | 66 char const * const * domains, *missing, *separator; in PERF_PRINT_setup() local 74 domains = (char const * const *) domains_normal; in PERF_PRINT_setup() 81 domains = (char const * const *) domains_csv; in PERF_PRINT_setup() 119 (eModule & PERF_ModuleAudioDecode) ? domains[0] : missing, in PERF_PRINT_setup() 120 (eModule & PERF_ModuleVideoDecode) ? domains[1] : missing, in PERF_PRINT_setup() 121 (eModule & PERF_ModuleImageDecode) ? domains[2] : missing, in PERF_PRINT_setup() 122 (eModule & PERF_ModuleAudioEncode) ? domains[3] : missing, in PERF_PRINT_setup() 123 (eModule & PERF_ModuleVideoEncode) ? domains[4] : missing, in PERF_PRINT_setup() 124 (eModule & PERF_ModuleImageEncode) ? domains[5] : missing, in PERF_PRINT_setup()
|
/hardware/intel/img/libdrm/libdrm/nouveau/ |
D | nouveau_pushbuf.c | 65 uint32_t domains = 0; in nouveau_pushbuf_emit_reloc() local 86 domains |= NOUVEAU_GEM_DOMAIN_VRAM; in nouveau_pushbuf_emit_reloc() 88 domains |= NOUVEAU_GEM_DOMAIN_GART; in nouveau_pushbuf_emit_reloc() 89 pbbo->valid_domains &= domains; in nouveau_pushbuf_emit_reloc() 94 pbbo->read_domains |= domains; in nouveau_pushbuf_emit_reloc() 97 pbbo->write_domains |= domains; in nouveau_pushbuf_emit_reloc()
|
/hardware/intel/img/libdrm/libdrm/radeon/ |
D | radeon_bo_gem.c | 65 uint32_t domains, in bo_open() argument 80 bo->base.domains = domains; in bo_open() 102 args.initial_domain = bo->base.domains; in bo_open() 112 fprintf(stderr, " domains : %d\n", bo->base.domains); in bo_open()
|
D | radeon_bo.h | 47 uint32_t domains; member 64 uint32_t domains, 99 uint32_t domains, in _radeon_bo_open() argument 107 bo = bom->funcs->bo_open(bom, handle, size, alignment, domains, flags); in _radeon_bo_open()
|