Home
last modified time | relevance | path

Searched refs:radv_image_is_renderable (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_image.h377 bool radv_image_is_renderable(const struct radv_device *device, const struct radv_image *image);
Dradv_image.c1647 radv_image_is_renderable(const struct radv_device *device, const struct radv_image *image) in radv_image_is_renderable() function
/external/mesa3d/src/amd/vulkan/meta/
Dradv_meta_copy.c122 cs = cmd_buffer->qf == RADV_QUEUE_COMPUTE || !radv_image_is_renderable(device, image); in copy_buffer_to_image()
438 cs = cmd_buffer->qf == RADV_QUEUE_COMPUTE || !radv_image_is_renderable(device, dst_image); in copy_image()
Dradv_meta_clear.c2058 cs = cmd_buffer->qf == RADV_QUEUE_COMPUTE || !radv_image_is_renderable(device, image); in radv_CmdClearColorImage()
/external/mesa3d/docs/relnotes/
D24.0.0.rst3871 - radv: move radv_image_is_renderable() to radv_image.c