HomeSort by relevance Sort by last modified time
    Searched defs:vk_errorf (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/amd/vulkan/
radv_private.h 217 #define vk_errorf(error, format, ...) __vk_errorf(error, __FILE__, __LINE__, format, ## __VA_ARGS__); macro
220 #define vk_errorf(error, format, ...) error macro
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_private.h 201 #define vk_errorf(error, format, ...) __vk_errorf(error, __FILE__, __LINE__, format, ## __VA_ARGS__); macro
204 #define vk_errorf(error, format, ...) error macro
    [all...]

Completed in 96 milliseconds