/third_party/libdrm/freedreno/kgsl/ |
D | kgsl_pipe.c | 55 ERROR_MSG("invalid param id: %d", param); in kgsl_pipe_get_param() 74 ERROR_MSG("waittimestamp failed! %d (%s)", ret, strerror(errno)); in kgsl_pipe_wait() 88 ERROR_MSG("readtimestamp failed! %d (%s)", in kgsl_pipe_timestamp() 204 ERROR_MSG("failed to get property: " #prop); \ 225 ERROR_MSG("could not open %s device: %d (%s)", in kgsl_pipe_new() 232 ERROR_MSG("failed to allocate context: %d (%s)", in kgsl_pipe_new() 239 ERROR_MSG("allocation failed"); in kgsl_pipe_new() 256 ERROR_MSG("64b unsupported with kgsl"); in kgsl_pipe_new()
|
D | kgsl_ringbuffer.c | 68 ERROR_MSG("sharedmem free failed: %s", strerror(errno)); in kgsl_rb_bo_del() 85 ERROR_MSG("allocation failed"); in kgsl_rb_bo_new() 90 ERROR_MSG("gpumem allocation failed: %s", strerror(errno)); in kgsl_rb_bo_new() 153 ERROR_MSG("issueibcmds failed! %d (%s)", ret, strerror(errno)); in kgsl_ringbuffer_flush() 214 ERROR_MSG("allocation failed"); in kgsl_ringbuffer_new() 226 ERROR_MSG("ringbuffer allocation failed"); in kgsl_ringbuffer_new()
|
D | kgsl_bo.c | 60 ERROR_MSG("alloc failed: %s", strerror(errno)); in bo_alloc() 208 ERROR_MSG("mapping user mem failed: %s", in fd_bo_from_fbdev() 240 ERROR_MSG("get bufinfo failed: %s", strerror(errno)); in kgsl_bo_gpuaddr() 286 ERROR_MSG("set active failed: %s", strerror(errno)); in kgsl_bo_set_timestamp() 304 ERROR_MSG("get bufinfo failed: %s", strerror(errno)); in kgsl_bo_get_timestamp()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 112 static const StringTemplate ERROR_MSG = {"Pipeline creation returned an error result: ${0}"}; in validateResults() local 113 TCU_THROW(InternalError, ERROR_MSG.format(result).c_str()); in validateResults() 136 static const StringTemplate ERROR_MSG = {"Got ${0}, Expected ${1}"}; in checkResult() local 137 reason = ERROR_MSG.format(result, VK_RESULT); in checkResult() 152 …static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size()… in checkPipelineMustBeValid() local 153 TCU_THROW(TestError, ERROR_MSG.format(INDEX, pipelines.size())); in checkPipelineMustBeValid() 158 static const StringTemplate ERROR_MSG = {"pipelines[${0}] is not a valid VkPipeline object"}; in checkPipelineMustBeValid() local 159 reason = ERROR_MSG.format(INDEX); in checkPipelineMustBeValid() 174 …static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size()… in checkPipelineMustBeNull() local 175 TCU_THROW(TestError, ERROR_MSG.format(INDEX, pipelines.size())); in checkPipelineMustBeNull() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 112 static const StringTemplate ERROR_MSG = {"Pipeline creation returned an error result: ${0}"}; in validateResults() local 113 TCU_THROW(InternalError, ERROR_MSG.format(result).c_str()); in validateResults() 136 static const StringTemplate ERROR_MSG = {"Got ${0}, Expected ${1}"}; in checkResult() local 137 reason = ERROR_MSG.format(result, VK_RESULT); in checkResult() 152 …static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size()… in checkPipelineMustBeValid() local 153 TCU_THROW(TestError, ERROR_MSG.format(INDEX, pipelines.size())); in checkPipelineMustBeValid() 158 static const StringTemplate ERROR_MSG = {"pipelines[${0}] is not a valid VkPipeline object"}; in checkPipelineMustBeValid() local 159 reason = ERROR_MSG.format(INDEX); in checkPipelineMustBeValid() 174 …static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size()… in checkPipelineMustBeNull() local 175 TCU_THROW(TestError, ERROR_MSG.format(INDEX, pipelines.size())); in checkPipelineMustBeNull() [all …]
|
/third_party/libdrm/freedreno/msm/ |
D | msm_pipe.c | 73 ERROR_MSG("invalid param id: %d", param); in msm_pipe_get_param() 92 ERROR_MSG("wait-fence failed! %d (%s)", ret, strerror(errno)); in msm_pipe_wait() 120 ERROR_MSG("could not create submitqueue! %d (%s)", ret, strerror(errno)); in open_submitqueue() 162 ERROR_MSG("get-param failed! %d (%s)", ret, strerror(errno)); in get_param() 180 ERROR_MSG("allocation failed"); in msm_pipe_new()
|
D | msm_ringbuffer.c | 401 ERROR_MSG(" bos[%d]: handle=%u, flags=%x", i, bo->handle, bo->flags); in dump_submit() 406 ERROR_MSG(" cmd[%d]: type=%u, submit_idx=%u, submit_offset=%u, size=%u", in dump_submit() 410 ERROR_MSG(" reloc[%d]: submit_offset=%u, or=%08x, shift=%d, reloc_idx=%u" in dump_submit() 519 ERROR_MSG("submit failed: %d (%s)", ret, strerror(errno)); in msm_ringbuffer_flush() 700 ERROR_MSG("allocation failed"); in msm_ringbuffer_new()
|
/third_party/mesa3d/src/freedreno/drm/msm/ |
D | msm_pipe.c | 104 ERROR_MSG("invalid param id: %d", param); in msm_pipe_get_param() 130 ERROR_MSG("invalid param id: %d", param); in msm_pipe_set_param() 149 ERROR_MSG("wait-fence failed! %d (%s)", ret, strerror(errno)); in msm_pipe_wait() 177 ERROR_MSG("could not create submitqueue! %d (%s)", ret, strerror(errno)); in open_submitqueue() 230 ERROR_MSG("get-param failed! %d (%s)", ret, strerror(errno)); in get_param() 248 ERROR_MSG("allocation failed"); in msm_pipe_new()
|
D | msm_priv.h | 91 ERROR_MSG(" bos[%d]: handle=%u, flags=%x", i, bo->handle, bo->flags); in msm_dump_submit() 97 ERROR_MSG(" cmd[%d]: type=%u, submit_idx=%u, submit_offset=%u, size=%u", in msm_dump_submit() 101 ERROR_MSG( in msm_dump_submit()
|
/third_party/libdrm/freedreno/ |
D | freedreno_pipe.c | 43 ERROR_MSG("invalid pipe id: %d", id); in fd_pipe_new2() 48 ERROR_MSG("invalid priority!"); in fd_pipe_new2() 54 ERROR_MSG("allocation failed"); in fd_pipe_new2()
|
D | freedreno_device.c | 49 ERROR_MSG("cannot get version: %s", strerror(errno)); in fd_device_new() 56 ERROR_MSG("unsupported version: %u.%u.%u", version->version_major, in fd_device_new() 70 ERROR_MSG("unknown device: %s", version->name); in fd_device_new()
|
D | freedreno_bo.c | 194 ERROR_MSG("gem-open failed: %s", strerror(errno)); in fd_bo_from_name() 308 ERROR_MSG("failed to get dmabuf fd: %d", ret); in fd_bo_dmabuf() 336 ERROR_MSG("mmap failed: %s", strerror(errno)); in fd_bo_map()
|
/third_party/libdrm/etnaviv/ |
D | etnaviv_gpu.c | 40 ERROR_MSG("get-param (%x) failed! %d (%s)", param, ret, strerror(errno)); in get_param() 53 ERROR_MSG("allocation failed"); in etna_gpu_new() 150 ERROR_MSG("invalid param id: %d", param); in etna_gpu_get_param()
|
D | etnaviv_pipe.c | 51 ERROR_MSG("wait-fence failed! %d (%s)", ret, strerror(errno)); in etna_pipe_wait_ns() 69 ERROR_MSG("allocation failed"); in etna_pipe_new()
|
D | etnaviv_cmd_stream.c | 66 ERROR_MSG("invalid size of 0"); in etna_cmd_stream_new() 72 ERROR_MSG("allocation failed"); in etna_cmd_stream_new() 81 ERROR_MSG("allocation failed"); in etna_cmd_stream_new() 209 ERROR_MSG("submit failed: %d (%s)", ret, strerror(errno)); in flush()
|
D | etnaviv_bo.c | 169 ERROR_MSG("gem-open failed: %s", strerror(errno)); in etna_bo_from_name() 287 ERROR_MSG("failed to get dmabuf fd: %d", ret); in etna_bo_dmabuf() 311 ERROR_MSG("mmap failed: %s", strerror(errno)); in etna_bo_map()
|
/third_party/mesa3d/src/etnaviv/drm/ |
D | etnaviv_gpu.c | 40 ERROR_MSG("get-param (%x) failed! %d (%s)", param, ret, strerror(errno)); in get_param() 53 ERROR_MSG("allocation failed"); in etna_gpu_new() 168 ERROR_MSG("invalid param id: %d", param); in etna_gpu_get_param()
|
D | etnaviv_pipe.c | 46 ERROR_MSG("wait-fence failed! %d (%s)", ret, strerror(errno)); in etna_pipe_wait_ns() 62 ERROR_MSG("allocation failed"); in etna_pipe_new()
|
D | etnaviv_cmd_stream.c | 96 ERROR_MSG("invalid size of 0"); in etna_cmd_stream_new() 102 ERROR_MSG("allocation failed"); in etna_cmd_stream_new() 111 ERROR_MSG("allocation failed"); in etna_cmd_stream_new() 238 ERROR_MSG("submit failed: %d (%s)", ret, strerror(errno)); in etna_cmd_stream_flush()
|
D | etnaviv_bo.c | 240 ERROR_MSG("gem-open failed: %s", strerror(errno)); in etna_bo_from_name() 368 ERROR_MSG("failed to get dmabuf fd: %d", ret); in etna_bo_dmabuf() 404 ERROR_MSG("mmap failed: %s", strerror(errno)); in etna_bo_map()
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_pipe.c | 41 ERROR_MSG("invalid pipe id: %d", id); in fd_pipe_new2() 46 ERROR_MSG("invalid priority!"); in fd_pipe_new2() 52 ERROR_MSG("allocation failed"); in fd_pipe_new2()
|
D | freedreno_device.c | 50 ERROR_MSG("cannot get version: %s", strerror(errno)); in fd_device_new() 57 ERROR_MSG("unsupported version: %u.%u.%u", version->version_major, in fd_device_new()
|
D | freedreno_bo.c | 232 ERROR_MSG("gem-open failed: %s", strerror(errno)); in fd_bo_from_name() 432 ERROR_MSG("failed to get dmabuf fd: %d", ret); in fd_bo_dmabuf() 470 ERROR_MSG("mmap failed: %s", strerror(errno)); in bo_map()
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
D | virtio_device.c | 163 ERROR_MSG("Unsupported protocol version: %u", caps.wire_format_version); in virtio_device_new() 168 ERROR_MSG("unsupported version: %u.%u.%u", caps.version_major, in virtio_device_new() 174 ERROR_MSG("No address space"); in virtio_device_new() 263 ERROR_MSG("EXECBUFFER failed: %s", strerror(errno)); in execbuf_locked()
|
D | virtio_pipe.c | 110 ERROR_MSG("invalid param id: %d", param); in virtio_pipe_get_param() 163 ERROR_MSG("could not create submitqueue! %d (%s)", ret, strerror(errno)); in open_submitqueue() 240 ERROR_MSG("allocation failed"); in virtio_pipe_new()
|