Summary: | OpenCL device doesn't support "Image support" | ||
---|---|---|---|
Product: | Mesa | Reporter: | vans88 <shi1986000> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED DUPLICATE | QA Contact: | mesa-dev |
Severity: | normal | ||
Priority: | medium | ||
Version: | 18.0 | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
vans88
2019-08-15 07:31:11 UTC
When I filtered the mesa source code with keyword "PIPE_COMPUTE_CAP_IMAGES_SUPPORTED", I found the following code information. ******************************************************************************** [root@localhost mesa-18.0.5]# grep "PIPE_COMPUTE_CAP_IMAGES_SUPPORTED" . -rn ./src/gallium/drivers/softpipe/sp_screen.c:551: case PIPE_COMPUTE_CAP_IMAGES_SUPPORTED: ./src/gallium/drivers/freedreno/freedreno_screen.c:705: case PIPE_COMPUTE_CAP_IMAGES_SUPPORTED: ./src/gallium/drivers/r600/r600_pipe_common.c:1120: case PIPE_COMPUTE_CAP_IMAGES_SUPPORTED: ./src/gallium/drivers/nouveau/nv50/nv50_screen.c:444: case PIPE_COMPUTE_CAP_IMAGES_SUPPORTED: ./src/gallium/drivers/nouveau/nvc0/nvc0_screen.c:518: case PIPE_COMPUTE_CAP_IMAGES_SUPPORTED: ./src/gallium/drivers/radeonsi/si_get.c:864: case PIPE_COMPUTE_CAP_IMAGES_SUPPORTED: ./src/gallium/docs/source/screen.rst:560:* ``PIPE_COMPUTE_CAP_IMAGES_SUPPORTED``: Whether images are supported ./src/gallium/include/pipe/p_defines.h:920: PIPE_COMPUTE_CAP_IMAGES_SUPPORTED, ./src/gallium/state_trackers/clover/core/device.cpp:185: PIPE_COMPUTE_CAP_IMAGES_SUPPORTED)[0]; ******************************************************************************** I also found a similar bug submission as follows, but it is not clear whether the relevant patch provided in the article has been officially verified by mesa and is applicable to the version of mesa 18.0.5. https://bugs.freedesktop.org/show_bug.cgi?id=87738 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.