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

  /external/vulkan-validation-layers/layers/
vk_layer_utils.cpp 234 return (vk_format_is_depth_and_stencil(format) || vk_format_is_depth_only(format) || vk_format_is_stencil_only(format));
254 VK_LAYER_EXPORT bool vk_format_is_stencil_only(VkFormat format) { return (format == VK_FORMAT_S8_UINT); } function
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
vk_layer_utils.cpp 226 return (vk_format_is_depth_and_stencil(format) || vk_format_is_depth_only(format) || vk_format_is_stencil_only(format));
246 bool vk_format_is_stencil_only(VkFormat format) { return (format == VK_FORMAT_S8_UINT); } function
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_utils.cpp 226 return (vk_format_is_depth_and_stencil(format) || vk_format_is_depth_only(format) || vk_format_is_stencil_only(format));
246 bool vk_format_is_stencil_only(VkFormat format) { return (format == VK_FORMAT_S8_UINT); } function
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 50 bool vk_format_is_stencil_only(VkFormat format) { return (format == VK_FORMAT_S8_UINT); } function
743 } else if (vk_format_is_stencil_only(fmt)) {
    [all...]

Completed in 1168 milliseconds