Home
last modified time | relevance | path

Searched refs:WARN (Results 1 – 20 of 20) sorted by relevance

/hardware/google/gfxstream/host/vulkan/emulated_textures/
DAstcTexture.cpp50 WARN("ASTC CPU decompression skipped: non-packed buffer"); in isRegionValid()
54 WARN("ASTC CPU decompression skipped: imageOffset is non-zero"); in isRegionValid()
58 WARN("ASTC CPU decompression skipped: imageExtent is less than the entire image"); in isRegionValid()
87 WARN("ASTC CPU decompression failed: tried to decompress same image more than once."); in createVkBufferAndMapMemory()
99 WARN("ASTC CPU decompression: vkCreateBuffer failed: %d", res); in createVkBufferAndMapMemory()
118 WARN("ASTC CPU decompression: no suitable memory type to decompress the image"); in createVkBufferAndMapMemory()
129 WARN("ASTC CPU decompression: vkAllocateMemory failed: %d", res); in createVkBufferAndMapMemory()
136 WARN("ASTC CPU decompression: vkBindBufferMemory failed: %d", res); in createVkBufferAndMapMemory()
143 WARN("ASTC CPU decompression: vkMapMemory failed: %d", res); in createVkBufferAndMapMemory()
208 WARN("ASTC CPU decompression: data out of bounds. Offset: %llu, Size: %llu, Total %llu", in on_vkCmdCopyBufferToImageImpl()
[all …]
DGpuDecompressionPipeline.cpp189 WARN("No decompression shader found for format %s and img type %s", in initialize()
202 WARN("GPU decompression: error calling vkCreateShaderModule: %d", result); in initialize()
218 WARN("GPU decompression: error calling vkCreateComputePipelines: %d", result); in initialize()
278 WARN("GPU decompression: error calling vkCreateDescriptorSetLayout: %d", result); in getDescriptorSetLayout()
306 WARN("GPU decompression: error calling vkCreatePipelineLayout for format %s: %d", in getPipelineLayout()
329 WARN( in ~GpuDecompressionPipelineManager()
DCompressedImageInfo.cpp70 WARN("GPU decompression: createDefaultImageView failed: %d", result); in createDefaultImageView()
167 WARN( in imageWillBecomeReadable()
467 WARN("Failed to initialize pipeline for texture decompression"); in decompressIfNeeded()
/hardware/google/gfxstream/host/magma/
DIntelDrmDecoder.cpp227 WARN("Guest-allocated buffers are not currently supported."); in magma_device_query_fudge()
262 WARN("Guest-allocated buffers are not currently supported."); in magma_device_query_fudge()
340 WARN("invalid connection %" PRIu64, connection); in magma_connection_release()
387 WARN("%s not implemented", __FUNCTION__); in magma_connection_create_semaphore()
393 WARN("%s not implemented", __FUNCTION__); in magma_connection_release_semaphore()
420 WARN("%s not implemented", __FUNCTION__); in magma_buffer_export()
425 WARN("%s not implemented", __FUNCTION__); in magma_semaphore_signal()
429 WARN("%s not implemented", __FUNCTION__); in magma_semaphore_reset()
434 WARN("%s not implemented", __FUNCTION__); in magma_poll()
439 WARN("%s not implemented", __FUNCTION__); in magma_connection_get_error()
[all …]
DDrmDevice.cpp44 WARN("render node %s exists but could not be opened - (%d) %s", path.c_str(), errno, in openFirstRenderNode()
DDecoder.cpp95 #define MAGMA_NOTIMPL() WARN("magma::Decoder method not implemented: %s", __FUNCTION__)
/hardware/google/gfxstream/host/vulkan/
DDeviceOpTracker.cpp52 WARN("VkDevice:%p has %d pending garbage objects.", mDevice, mPendingGarbage.size()); in AddPendingGarbage()
66 WARN("VkDevice:%p has %d pending garbage objects.", mDevice, mPendingGarbage.size()); in AddPendingGarbage()
88 WARN("VkDevice:%p has %d pending waitables.", mDevice, mPollFunctions.size()); in PollAndProcessGarbage()
117 WARN("VkDevice:%p had a waitable pending for %d milliseconds. Leaking object.", in PollAndProcessGarbage()
139 WARN("VkDevice:%p has %d pending garbage objects.", mDevice, mPendingGarbage.size()); in PollAndProcessGarbage()
152 WARN("VkDevice:%p has %d leaking garbage objects on destruction.", mDevice, in OnDestroyDevice()
DVulkanDispatch.cpp80 WARN("%s: Unknown ICD, resetting to MoltenVK", __func__); in initIcdPaths()
DVkDecoderGlobalState.cpp965 WARN("Failed to create Vulkan instance: %s.", string_VkResult(res)); in on_vkCreateInstance()
3834 WARN("ASTC CPU decompression: couldn't find mapped memory info"); in on_vkCmdCopyBufferToImage()
3838 WARN("ASTC CPU decompression: VkBuffer memory isn't host-visible"); in on_vkCmdCopyBufferToImage()
3891 WARN("ASTC CPU decompression: couldn't find mapped memory info"); in on_vkCmdCopyBufferToImage2()
3895 WARN("ASTC CPU decompression: VkBuffer memory isn't host-visible"); in on_vkCmdCopyBufferToImage2()
3948 WARN("ASTC CPU decompression: couldn't find mapped memory info"); in on_vkCmdCopyBufferToImage2KHR()
3952 WARN("ASTC CPU decompression: VkBuffer memory isn't host-visible"); in on_vkCmdCopyBufferToImage2KHR()
DVkSubDecoder.cpp51 WARN("Bad packet length %d detected, subdecode may fail", packetLen); in subDecode()
DVkDecoder.cpp141 WARN("Bad packet length %d detected, decode may fail", packetLen); in decode()
180 WARN( in decode()
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DLogPriority.aidl42 WARN = 5, enumConstant
/hardware/interfaces/drm/aidl/android/hardware/drm/
DLogPriority.aidl27 WARN, enumConstant
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DLogPriority.aidl42 WARN = 5, enumConstant
/hardware/google/aemu/host-common/include/host-common/
Dlogging.h68 #define WARN(fmt, ...) \ macro
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_debug_report.adoc121 etext:ERROR > etext:WARN > etext:PERF_WARN ...
138 etext:WARN > etext:PERF, etext:WARN > etext:DEBUG > etext:INFO) and they (at
/hardware/google/aemu/base/
DHealthMonitor.cpp66 WARN("Timeout value %d is too low (heartbeat is every %d). Increasing to %d", timeout, in startMonitoringTask()
152 WARN("Requested parent task %d does not exist.", in main()
/hardware/interfaces/drm/1.4/
Dtypes.hal27 WARN,
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp173 WARN("ASTC output buffer too small: %d bytes for %d x %d", outBufferSize, width, height); in astcDecompress()
179 WARN("astc decompression failed: %s", AstcCpuDecompressor::get().getStatusString(status)); in astcDecompress()
/hardware/google/gfxstream/host/
DFrameBuffer.cpp1427 WARN("Failed to create process resource for puid %" PRIu64 ".", puid); in createGraphicsProcessResources()
1438 WARN("Failed to find process resource for puid %" PRIu64 ".", puid); in removeGraphicsProcessResources()