HomeSort by relevance Sort by last modified time
    Searched defs:vk_format_is_depth_and_stencil (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));
238 VK_LAYER_EXPORT bool vk_format_is_depth_and_stencil(VkFormat format) { 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));
230 bool vk_format_is_depth_and_stencil(VkFormat format) { 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));
230 bool vk_format_is_depth_and_stencil(VkFormat format) { function
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 34 bool vk_format_is_depth_and_stencil(VkFormat format) { function
739 if (vk_format_is_depth_and_stencil(fmt)) {
    [all...]

Completed in 774 milliseconds