HomeSort by relevance Sort by last modified time
    Searched refs:vk_format_is_depth_and_stencil (Results 1 - 12 of 12) sorted by null

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_utils.h 99 bool vk_format_is_depth_and_stencil(VkFormat format);
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...]
image.cpp 554 } else if (vk_format_is_depth_and_stencil(imageFormat)) {
    [all...]
core_validation.cpp     [all...]
  /external/vulkan-validation-layers/layers/
vk_layer_utils.h 99 bool vk_format_is_depth_and_stencil(VkFormat format);
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...]
image.cpp 556 } else if (vk_format_is_depth_and_stencil(imageFormat)) {
    [all...]
core_validation.cpp     [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...]
  /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...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp 554 } else if (vk_format_is_depth_and_stencil(imageFormat)) {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp     [all...]

Completed in 215 milliseconds