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

  /external/vulkan-validation-layers/layers/
vk_layer_utils.cpp 349 VK_LAYER_EXPORT bool vk_format_is_int(VkFormat format) { return (vk_format_is_sint(format) || vk_format_is_uint(format)); }
387 VK_LAYER_EXPORT bool vk_format_is_sint(VkFormat format) { function
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
vk_layer_utils.cpp 341 bool vk_format_is_int(VkFormat format) { return (vk_format_is_sint(format) || vk_format_is_uint(format)); }
379 bool vk_format_is_sint(VkFormat format) { function
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_utils.cpp 341 bool vk_format_is_int(VkFormat format) { return (vk_format_is_sint(format) || vk_format_is_uint(format)); }
379 bool vk_format_is_sint(VkFormat format) { function
    [all...]

Completed in 107 milliseconds