/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 52 {"vs", DBG(VS), "Print vertex shaders"}, 53 {"ps", DBG(PS), "Print pixel shaders"}, 54 {"gs", DBG(GS), "Print geometry shaders"}, 55 {"tcs", DBG(TCS), "Print tessellation control shaders"}, 56 {"tes", DBG(TES), "Print tessellation evaluation shaders"}, 57 {"cs", DBG(CS), "Print compute shaders"}, 58 {"noir", DBG(NO_IR), "Don't print the LLVM IR"}, 59 {"nonir", DBG(NO_NIR), "Don't print NIR when printing shaders"}, 60 {"noasm", DBG(NO_ASM), "Don't print disassembled shaders"}, 61 {"preoptir", DBG(PREOPT_IR), "Print the LLVM IR before initial optimizations"}, [all …]
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | iunknown.c | 89 DBG("This=%p riid=%p id=%s ppvObject=%p\n", in NineUnknown_QueryInterface() 204 DBG("This=%p GUID=%s pData=%p SizeOfData=%u Flags=%x\n", in NineUnknown_SetPrivateData() 214 if (!header) { DBG("Returning E_OUTOFMEMORY\n"); return E_OUTOFMEMORY; } in NineUnknown_SetPrivateData() 232 DBG("New header %p, size %d\n", header, (int)header->size); in NineUnknown_SetPrivateData() 250 DBG("This=%p GUID=%s pData=%p pSizeOfData=%p\n", in NineUnknown_GetPrivateData() 256 if (!entry) { DBG("Returning D3DERR_NOTFOUND\n"); return D3DERR_NOTFOUND; } in NineUnknown_GetPrivateData() 263 DBG("Found header %p, size %d. Requested max %d\n", header, (int)header->size, (int)sizeofdata); in NineUnknown_GetPrivateData() 266 DBG("Returning early D3D_OK\n"); in NineUnknown_GetPrivateData() 270 DBG("Returning D3DERR_MOREDATA\n"); in NineUnknown_GetPrivateData() 277 DBG("Returning D3D_OK\n"); in NineUnknown_GetPrivateData() [all …]
|
D | nine_memory_helper.c | 229 DBG("fd: %d, filesize: %d\n", memfd_file->fd, memfd_file->filesize); in debug_dump_memfd_state() 233 DBG("FREE block: offset %d, size %d, map=%p, locks=%d, weak=%d, z=%d\n", in debug_dump_memfd_state() 238 DBG("UNMAPPED ALLOCATED block: offset %d, size %d, map=%p, locks=%d, weak=%d, z=%d\n", in debug_dump_memfd_state() 243 DBG("LOCKED MAPPED ALLOCATED block: offset %d, size %d, map=%p, locks=%d, weak=%d, z=%d\n", in debug_dump_memfd_state() 248 … DBG("UNLOCKED MAPPED ALLOCATED block: offset %d, size %d, map=%p, locks=%d, weak=%d, z=%d\n", in debug_dump_memfd_state() 253 … DBG("WEAK UNLOCKED MAPPED ALLOCATED block: offset %d, size %d, map=%p, locks=%d, weak=%d, z=%d\n", in debug_dump_memfd_state() 264 DBG("Allocation is stored in this memfd file:\n"); in debug_dump_allocation_state() 266 DBG("Allocation is offset: %d, size: %d\n", in debug_dump_allocation_state() 270 DBG("Allocation is suballocation at relative offset %d of this allocation:\n", in debug_dump_allocation_state() 272 DBG("Parent allocation is stored in this memfd file:\n"); in debug_dump_allocation_state() [all …]
|
D | device9ex.c | 47 DBG("This=%p pParams=%p pScreen=%p pCreationParameters=%p pCaps=%p " in NineDevice9Ex_ctor() 74 DBG("This\n"); in NineDevice9Ex_SetConvolutionMonoKernel() 89 DBG("This\n"); in NineDevice9Ex_ComposeRects() 104 DBG("This=%p pSourceRect=%p pDestRect=%p hDestWindowOverride=%p " in NineDevice9Ex_PresentEx() 122 DBG("This\n"); in NineDevice9Ex_GetGPUThreadPriority() 132 DBG("This\n"); in NineDevice9Ex_SetGPUThreadPriority() 142 DBG("This\n"); in NineDevice9Ex_WaitForVBlank() 151 DBG("This\n"); in NineDevice9Ex_CheckResourceResidency() 159 DBG("This\n"); in NineDevice9Ex_SetMaximumFrameLatency() 168 DBG("This\n"); in NineDevice9Ex_GetMaximumFrameLatency() [all …]
|
D | nine_buffer_upload.c | 78 DBG("Allocating %p %p\n", upload, group); in nine_upload_create_buffer_group() 113 DBG("Success: %p %p\n", group->map, group->map+upload->buffers_size); in nine_upload_create_buffer_group() 120 DBG("%p %p\n", upload, group); in nine_upload_destroy_buffer_group() 121 DBG("Release: %p %p\n", group->map, group->map+upload->buffers_size); in nine_upload_destroy_buffer_group() 139 DBG("\n"); in nine_upload_create() 176 DBG("%p\n", upload); in nine_upload_destroy() 193 DBG("%p %d\n", upload, buffer_size); in nine_upload_create_buffer() 210 DBG("Allocating buffer\n"); in nine_upload_create_buffer() 249 DBG("Using buffer group %d\n", i); in nine_upload_create_buffer() 266 DBG("%p %p %p\n", upload, buf, buf->parent); in nine_upload_release_buffer() [all …]
|
D | adapter9.c | 53 DBG("This=%p pParams=%p pCTX=%p\n", This, pParams, pCTX); in NineAdapter9_ctor() 113 DBG("This=%p\n", This); in NineAdapter9_dtor() 163 DBG("This=%p Flags=%x pIdentifier=%p\n", This, Flags, pIdentifier); in NineAdapter9_GetAdapterIdentifier() 205 DBG("This=%p DevType=%s AdapterFormat=%s BackBufferFormat=%s " in NineAdapter9_CheckDeviceType() 229 DBG("Unsupported Adapter/BackBufferFormat.\n"); in NineAdapter9_CheckDeviceType() 294 DBG("This=%p DeviceType=%s AdapterFormat=%s\n", This, in NineAdapter9_CheckDeviceFormat() 296 DBG("Usage=%x RType=%u CheckFormat=%s\n", Usage, RType, in NineAdapter9_CheckDeviceFormat() 310 DBG("AdapterFormat %s not available.\n", in NineAdapter9_CheckDeviceFormat() 366 DBG("D3DUSAGE_DMAP not available\n"); in NineAdapter9_CheckDeviceFormat() 398 DBG("NOT AVAILABLE\n"); in NineAdapter9_CheckDeviceFormat() [all …]
|
D | basetexture9.c | 53 DBG("This=%p, pParams=%p initResource=%p Type=%d format=%d Pool=%d Usage=%d\n", in NineBaseTexture9_ctor() 101 DBG("This=%p\n", This); in NineBaseTexture9_dtor() 120 DBG("This=%p LODNew=%d\n", This, LODNew); in NineBaseTexture9_SetLOD() 135 DBG("This=%p\n", This); in NineBaseTexture9_GetLOD() 143 DBG("This=%p\n", This); in NineBaseTexture9_GetLevelCount() 152 DBG("This=%p FilterType=%d\n", This, FilterType); in NineBaseTexture9_SetAutoGenFilterType() 168 DBG("This=%p\n", This); in NineBaseTexture9_GetAutoGenFilterType() 180 DBG("This=%p dirty=%i type=%s\n", This, This->managed.dirty, in NineBaseTexture9_UploadSelf() 195 DBG("updating LOD from %u to %u ...\n", This->managed.lod_resident, This->managed.lod); in NineBaseTexture9_UploadSelf() 256 DBG("TEXTURE: dirty rect=(%u,%u) (%ux%u)\n", in NineBaseTexture9_UploadSelf() [all …]
|
D | resource9.c | 47 DBG("This=%p pParams=%p initResource=%p Allocate=%d " in NineResource9_ctor() 90 DBG("Memory allocation failure: software limit\n"); in NineResource9_ctor() 95 DBG("(%p) Creating pipe_resource.\n", This); in NineResource9_ctor() 101 DBG("Current texture memory count: (%d/%d)KB\n", in NineResource9_ctor() 116 DBG("This=%p\n", This); in NineResource9_dtor() 146 DBG("This=%p, PriorityNew=%d\n", This, PriorityNew); in NineResource9_SetPriority()
|
D | nine_queue.c | 91 DBG("waiting for full cmdbuf\n"); in nine_queue_wait_flush() 94 DBG("got cmdbuf=%p\n", cmdbuf); in nine_queue_wait_flush() 115 DBG("freeing cmdbuf=%p\n", cmdbuf); in nine_queue_get() 143 DBG("flushing cmdbuf=%p instr=%d size=%d\n", in nine_queue_flush() 164 DBG("waiting for empty cmdbuf\n"); in nine_queue_flush() 167 DBG("got empty cmdbuf=%p\n", cmdbuf); in nine_queue_flush() 195 DBG("cmdbuf=%p space=%d\n", cmdbuf, space); in nine_queue_alloc()
|
D | device9.c | 139 DBG("This=%p is_reset=%d\n", This, (int) is_reset); in NineDevice9_SetDefaultState() 190 DBG("This=%p pParams=%p pScreen=%p pCreationParameters=%p pCaps=%p pPresentationParameters=%p " in NineDevice9_ctor() 230 DBG("Application asked full Software Vertex Processing.\n"); in NineDevice9_ctor() 236 DBG("Application asked mixed Software Vertex Processing.\n"); in NineDevice9_ctor() 360 DBG("\033[1;32mCSMT is active\033[0m\n"); in NineDevice9_ctor() 599 DBG("This=%p\n", This); in NineDevice9_dtor() 730 DBG("This=%p\n", This); in NineDevice9_EvictManagedResourcesInternal() 750 DBG("This=%p\n", This); in NineDevice9_EvictManagedResources() 790 DBG("This=%p iSwapChain=%u pMode=%p\n", This, iSwapChain, pMode); in NineDevice9_GetDisplayMode() 897 DBG("This=%p X=%d Y=%d Flags=%d\n", This, X, Y, Flags); in NineDevice9_SetCursorPosition() [all …]
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_translate.h | 59 DBG("Unhandled cull face mode %i", cull_face); in translate_cull_face() 75 DBG("Unhandled polygon mode %i", polygon_mode); in translate_polygon_mode() 112 DBG("Unhandled stencil op: %i", stencil_op); in translate_stencil_op() 156 DBG("Unhandled blend factor: %i", blend_factor); in translate_blend_factor() 182 DBG("Unhandled texture wrapmode: %i", wrap); in translate_texture_wrapmode() 198 DBG("Unhandled texture mipfilter: %i", filter); in translate_texture_mipfilter() 212 DBG("Unhandled texture filter: %i", filter); in translate_texture_filter() 320 DBG("Unhandled index size %i", index_size); in translate_index_size() 346 DBG("Unhandled draw mode primitive %i", mode); in translate_draw_mode() 394 DBG("Unhandled layout %i", layout); in etna_layout_multiple() [all …]
|
D | etnaviv_screen.c | 355 DBG("unknown shader type %d", shader); in etna_screen_get_shader_param() 598 DBG("not supported: format=%s, target=%d, sample_count=%d, " in etna_screen_is_format_supported() 735 DBG("could not get ETNA_GPU_INSTRUCTION_COUNT"); in etna_get_specs() 742 DBG("could not get ETNA_GPU_VERTEX_OUTPUT_BUFFER_SIZE"); in etna_get_specs() 748 DBG("could not get ETNA_GPU_VERTEX_CACHE_SIZE"); in etna_get_specs() 754 DBG("could not get ETNA_GPU_SHADER_CORE_COUNT"); in etna_get_specs() 760 DBG("could not get ETNA_GPU_STREAM_COUNT"); in etna_get_specs() 766 DBG("could not get ETNA_GPU_REGISTER_MAX"); in etna_get_specs() 772 DBG("could not get ETNA_GPU_PIXEL_PIPES"); in etna_get_specs() 778 DBG("could not get %s", "ETNA_GPU_NUM_CONSTANTS"); in etna_get_specs() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_inline_literals.c | 36 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) macro 58 DBG("Converting %f (0x%x) to 7-bit:\n", f, float_bits); in ieee_754_to_r300_float() 59 DBG("Raw exponent = %d\n", exponent); in ieee_754_to_r300_float() 62 DBG("Failed exponent out of range\n\n"); in ieee_754_to_r300_float() 67 DBG("Failed mantissa has too many bits:\n" in ieee_754_to_r300_float() 78 DBG("Success! r300_float = 0x%x\n\n", *r300_float_out); in ieee_754_to_r300_float()
|
/third_party/libdrm/intel/ |
D | intel_bufmgr_fake.c | 52 #define DBG(...) do { \ macro 277 DBG("emit 0x%08x\n", seq); in _fence_emit_internal() 297 DBG("wait 0x%08x\n", iw.irq_seq); in _fence_wait_internal() 460 DBG("free block %p %08x %d %d\n", block, block->mem->ofs, in free_block() 482 DBG(" - free immediately\n"); in free_block() 501 DBG("alloc_backing - buf %d %p %lu\n", bo_fake->id, in alloc_backing_store() 531 DBG("set_dirty - buf %d\n", bo_fake->id); in set_dirty() 540 DBG("%s\n", __func__); in evict_lru() 567 DBG("%s\n", __func__); in evict_mru() 603 DBG("delayed free: offset %x sz %x\n", in clear_fenced() [all …]
|
/third_party/f2fs-tools/fsck/ |
D | dump.c | 396 DBG(1, "fd %d xattr_name %s\n", c.dump_fd, xattr_name); in dump_xattr() 430 DBG(3, "ino[0x%x] has inline data!\n", nid); in dump_inode_blk() 553 DBG(1, "Node ID [0x%x]\n", nid); in dump_node() 554 DBG(1, "nat_entry.block_addr [0x%x]\n", ni.blk_addr); in dump_node() 555 DBG(1, "nat_entry.version [0x%x]\n", ni.version); in dump_node() 556 DBG(1, "nat_entry.ino [0x%x]\n", ni.ino); in dump_node() 570 DBG(1, "node_blk.footer.ino [0x%x]\n", le32_to_cpu(node_blk->footer.ino)); in dump_node() 571 DBG(1, "node_blk.footer.nid [0x%x]\n", le32_to_cpu(node_blk->footer.nid)); in dump_node() 712 DBG(1, "%sDentry block:\n", is_inline ? "Inline " : ""); in dump_dirent() 745 DBG(1, "bitmap pos[0x%x] name[%s] len[0x%x] hash[0x%x] ino[0x%x] type[0x%x]\n", in dump_dirent() [all …]
|
/third_party/alsa-utils/alsaloop/ |
D | test.sh | 11 $DBG ./alsaloop -C hw:1,0 -P plughw:0,0 \ 32 $DBG ./alsaloop -d --config $CFGFILE $ARGS 52 $DBG ./alsaloop --config $CFGFILE $ARGS 57 $DBG ./alsaloop -C hw:1,0 -P plughw:0,0 -a off -r 11025 \ 75 $DBG ./alsaloop --config $CFGFILE $ARGS
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf_query.c | 334 DBG("WARNING: Error disabling gen perf stream: %m\n"); in dec_n_users() 410 DBG("Error opening gen perf OA stream: %m\n"); in intel_perf_open() 443 DBG("Raw query '%s' guid=%s using cached ID: %"PRIu64"\n", in get_metric_id() 451 DBG("Unable to read query guid=%s ID, falling back to test config\n", query->guid); in get_metric_id() 454 DBG("Raw query '%s'guid=%s loaded ID: %"PRIu64"\n", in get_metric_id() 649 DBG("A counter overflow period: %"PRIu64"ns, %"PRIu64"ms (n_eus=%"PRIu64")\n", in intel_perf_init_context() 669 DBG("WARNING: enable to find a sampling exponent\n"); in intel_perf_init_context() 671 DBG("OA sampling exponent: %i ~= %"PRIu64"ms\n", period_exponent, in intel_perf_init_context() 822 DBG("WARNING: Begin failed already using perf config=%i/%"PRIu64"\n", in intel_perf_begin_query() 843 DBG("WARNING: Error enabling i915 perf stream: %m\n"); in intel_perf_begin_query() [all …]
|
/third_party/nghttp2/lib/ |
D | version.rc.in | 13 #define DBG "d" 17 #define DBG "" 28 VALUE "InternalName", "nghttp2" DBG 31 VALUE "OriginalFilename", "nghttp2" DBG ".dll"
|
/third_party/node/deps/nghttp2/lib/ |
D | version.rc.in | 13 #define DBG "d" 17 #define DBG "" 28 VALUE "InternalName", "nghttp2" DBG 31 VALUE "OriginalFilename", "nghttp2" DBG ".dll"
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.c | 446 DBG("bo_create: buf %d (%s) %llub\n", bo->gem_handle, in bo_alloc_internal() 548 DBG("Couldn't reference %s handle 0x%08x: %s\n", in crocus_bo_gem_create_from_name() 588 DBG("bo_create_from_handle: %d (%s)\n", handle, bo->name); in crocus_bo_gem_create_from_name() 631 DBG("DRM_IOCTL_GEM_CLOSE %d failed (%s): %s\n", in bo_close() 708 DBG("bo_unreference final: %d (%s)\n", bo->gem_handle, bo->name); in bo_unreference_final() 765 DBG("READ "); in print_flags() 767 DBG("WRITE "); in print_flags() 769 DBG("ASYNC "); in print_flags() 771 DBG("PERSISTENT "); in print_flags() 773 DBG("COHERENT "); in print_flags() [all …]
|
/third_party/mesa3d/src/gallium/targets/d3dadapter9/ |
D | description.c | 240 DBG("unknown vendor 0x4%x, emulating 0x4%x\n", drvid->VendorId, fallback_ven); in d3d_match_vendor_id() 287 DBG("Unknown card name %s!\n", drvid->DeviceName); in d3d_fill_cardname() 300 DBG("Unknown card name %s!\n", drvid->DeviceName); in d3d_fill_cardname() 313 DBG("Unknown card name %s!\n", drvid->DeviceName); in d3d_fill_cardname() 326 DBG("Unknown card name %s!\n", drvid->DeviceName); in d3d_fill_cardname()
|
/third_party/icu/icu4c/source/common/ |
D | icuplug.cpp | 44 #define DBG(x) fprintf(stderr, "%s:%d: ",__FILE__,__LINE__); fprintf x macro 178 DBG((stderr, "uplug_openLibrary() - out of library slots (max %d)\n", libraryMax)); in uplug_openLibrary() 186 …DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libE… in uplug_openLibrary() 194 …DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libE… in uplug_openLibrary() 217 …DBG((stderr, "uplug_closeLibrary(%p,%s) list %p\n", lib, u_errorName(*status), (void*)libraryList)… in uplug_closeLibrary() 662 DBG((stderr, "uplug_loadWaitingPlugs() Level: %d\n", currentLevel)); in uplug_loadWaitingPlugs() 702 DBG((stderr, " Done Loading Plugs. Level: %d\n", (int32_t)uplug_getCurrentLevel())); in uplug_loadWaitingPlugs() 743 DBG((stderr, "ICU_PLUGINS=%s\n", plugin_dir.data())); in uplug_init() 768 DBG((stderr, "status=%s\n", u_errorName(*status))); in uplug_init() 777 DBG((stderr, "status=%s\n", u_errorName(*status))); in uplug_init() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | icuplug.cpp | 44 #define DBG(x) fprintf(stderr, "%s:%d: ",__FILE__,__LINE__); fprintf x macro 178 DBG((stderr, "uplug_openLibrary() - out of library slots (max %d)\n", libraryMax)); in uplug_openLibrary() 186 …DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libE… in uplug_openLibrary() 194 …DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libE… in uplug_openLibrary() 217 …DBG((stderr, "uplug_closeLibrary(%p,%s) list %p\n", lib, u_errorName(*status), (void*)libraryList)… in uplug_closeLibrary() 662 DBG((stderr, "uplug_loadWaitingPlugs() Level: %d\n", currentLevel)); in uplug_loadWaitingPlugs() 702 DBG((stderr, " Done Loading Plugs. Level: %d\n", (int32_t)uplug_getCurrentLevel())); in uplug_loadWaitingPlugs() 743 DBG((stderr, "ICU_PLUGINS=%s\n", plugin_dir.data())); in uplug_init() 768 DBG((stderr, "status=%s\n", u_errorName(*status))); in uplug_init() 777 DBG((stderr, "status=%s\n", u_errorName(*status))); in uplug_init() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | icuplug.cpp | 44 #define DBG(x) fprintf(stderr, "%s:%d: ",__FILE__,__LINE__); fprintf x macro 178 DBG((stderr, "uplug_openLibrary() - out of library slots (max %d)\n", libraryMax)); in uplug_openLibrary() 186 …DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libE… in uplug_openLibrary() 194 …DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libE… in uplug_openLibrary() 217 …DBG((stderr, "uplug_closeLibrary(%p,%s) list %p\n", lib, u_errorName(*status), (void*)libraryList)… in uplug_closeLibrary() 662 DBG((stderr, "uplug_loadWaitingPlugs() Level: %d\n", currentLevel)); in uplug_loadWaitingPlugs() 702 DBG((stderr, " Done Loading Plugs. Level: %d\n", (int32_t)uplug_getCurrentLevel())); in uplug_loadWaitingPlugs() 743 DBG((stderr, "ICU_PLUGINS=%s\n", plugin_dir.data())); in uplug_init() 768 DBG((stderr, "status=%s\n", u_errorName(*status))); in uplug_init() 777 DBG((stderr, "status=%s\n", u_errorName(*status))); in uplug_init() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | icuplug.cpp | 44 #define DBG(x) fprintf(stderr, "%s:%d: ",__FILE__,__LINE__); fprintf x macro 178 DBG((stderr, "uplug_openLibrary() - out of library slots (max %d)\n", libraryMax)); in uplug_openLibrary() 186 …DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libE… in uplug_openLibrary() 194 …DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libE… in uplug_openLibrary() 217 …DBG((stderr, "uplug_closeLibrary(%p,%s) list %p\n", lib, u_errorName(*status), (void*)libraryList)… in uplug_closeLibrary() 662 DBG((stderr, "uplug_loadWaitingPlugs() Level: %d\n", currentLevel)); in uplug_loadWaitingPlugs() 702 DBG((stderr, " Done Loading Plugs. Level: %d\n", (int32_t)uplug_getCurrentLevel())); in uplug_loadWaitingPlugs() 743 DBG((stderr, "ICU_PLUGINS=%s\n", plugin_dir.data())); in uplug_init() 768 DBG((stderr, "status=%s\n", u_errorName(*status))); in uplug_init() 777 DBG((stderr, "status=%s\n", u_errorName(*status))); in uplug_init() [all …]
|