Searched refs:stream_renderer_error (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | VirtioGpuResource.cpp | 107 stream_renderer_error("Failed to create resource: encountered blob."); in Create() 129 stream_renderer_error("Failed to create resource: unhandled type."); in Create() 156 stream_renderer_error("failed to create blob resource: unhandled type."); in Create() 170 stream_renderer_error("failed to create blob resource: unhandled type."); in Create() 190 stream_renderer_error("Failed to create blob: failed to create ring blob."); in Create() 203 stream_renderer_error("Failed to create blob: unimplemented external blob."); in Create() 212 stream_renderer_error("Failed to create blob: no external blob descriptor."); in Create() 222 stream_renderer_error("Failed to create blob: no external blob mapping."); in Create() 280 stream_renderer_error("Failed to map resource %d: no blob memory to map.", mId); in Map() 293 stream_renderer_error("failed to map resource %d: missing args.", mId); in Map() [all …]
|
D | VirtioGpuFrontend.cpp | 126 stream_renderer_error("Could not get address space device control ops!"); in init() 165 stream_renderer_error("failed to reset pipe: context %u not found.", contextId); in resetPipe() 175 stream_renderer_error("failed to reset pipe: resource %d not found.", resourceId); in resetPipe() 194 stream_renderer_error("Failed to create context %u.", contextId); in createContext() 206 stream_renderer_error("failed to destroy context %d: context not found", contextId); in destroyContext() 226 stream_renderer_error("ctx id %u not found", ctxId); in addressSpaceProcessCmd() 237 stream_renderer_error("ASG coherent resource %u not found", in addressSpaceProcessCmd() 269 stream_renderer_error("error: buffer null"); in submitCmd() 274 stream_renderer_error("error: not enough bytes (got %d)", cmd->cmd_size); in submitCmd() 388 stream_renderer_error("ctx id %u is not found", cmd->ctx_id); in submitCmd() [all …]
|
D | virtio-gpu-gfxstream-renderer.cpp | 415 stream_renderer_error("Snapshot save requested without support."); in stream_renderer_snapshot() 426 stream_renderer_error("Snapshot save requested without support."); in stream_renderer_restore() 624 stream_renderer_error("No renderer started, fatal"); in stream_renderer_opengles_init() 706 stream_renderer_error("Error: invalid renderer features: %s", in parseGfxstreamFeatures() 715 stream_renderer_error("Error: invalid renderer feature: '%s'", feature_name.c_str()); in parseGfxstreamFeatures() 721 stream_renderer_error("Error: invalid option %s for renderer feature: %s", in parseGfxstreamFeatures() 730 stream_renderer_error("Gfxstream feature %s %s", feature_name.c_str(), in parseGfxstreamFeatures() 736 stream_renderer_error("The SystemBlob features requires the ExternalBlob feature."); in parseGfxstreamFeatures() 744 stream_renderer_error("can't enable vulkan native swapchain, Vulkan is disabled"); in parseGfxstreamFeatures() 904 stream_renderer_error( in stream_renderer_init() [all …]
|
D | VirtioGpuContext.cpp | 36 stream_renderer_error("failed to create context %u: failed to create pipe.", contextId); in Create() 56 stream_renderer_error("failed to destroy context %u: missing pipe?", mId); in Destroy() 89 stream_renderer_error( in AcquireSync() 96 stream_renderer_error("failed to acquire sync %" PRIu64 " on context %u: sync not found.", in AcquireSync() 122 stream_renderer_error( in CreateAddressSpaceGraphicsInstance() 171 stream_renderer_error( in PingAddressSpaceGraphicsInstance() 189 stream_renderer_error( in AddPendingBlob()
|
D | VirtioGpuFormatUtils.h | 79 stream_renderer_error("Unknown virgl format 0x%x", format); in virgl_format_is_yuv() 192 stream_renderer_error("Unknown drm format for virgl conversion 0x%x", format); in drm_format_to_virgl_format() 255 stream_renderer_error("Unknown virgl format: 0x%x", format); in virgl_format_to_linear_base() 285 stream_renderer_error("Unknown virgl format: 0x%x", format); in virgl_format_to_total_xfer_len() 303 stream_renderer_error("Unknown virgl yuv format: 0x%x", format); in virgl_format_to_total_xfer_len() 342 stream_renderer_error("Unknown virgl format: 0x%x", format); in virgl_format_to_total_xfer_len()
|
D | VirtioGpuRingBlob.cpp | 58 stream_renderer_error("Failed to allocate ring blob shared memory."); in CreateWithShmem() 69 stream_renderer_error("Failed to allocate ring blob host memory."); in CreateWithHostMemory() 94 stream_renderer_error("Failed to map ring blob memory for snapshot."); in Snapshot() 117 stream_renderer_error("Failed to map ring blob memory for restore."); in Restore()
|
/aosp_15_r20/hardware/google/gfxstream/host/include/gfxstream/ |
D | virtio-gpu-gfxstream-renderer.h | 115 #define stream_renderer_error(format, ...) \ macro 121 #define stream_renderer_error(format, ...) macro
|