HomeSort by: relevance | last modified time | path
    Searched defs:radv_image_view_can_fast_clear (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_image.c 1908 radv_image_view_can_fast_clear(const struct radv_device *device, function
2058 iview->support_fast_clear = radv_image_view_can_fast_clear(device, iview);
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_meta_clear.c 945 radv_image_view_can_fast_clear(struct radv_device *device, function
979 if (!radv_image_view_can_fast_clear(cmd_buffer->device, iview))
1435 if (!radv_image_view_can_fast_clear(cmd_buffer->device, iview))

Completed in 19 milliseconds