OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vk_format_is_color
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/layers/
vk_layer_utils.h
110
static inline bool
vk_format_is_color
(VkFormat format) {
function
image.cpp
515
if (
vk_format_is_color
(imageFormat)) {
530
if (VK_FALSE ==
vk_format_is_color
(ivciFormat)) {
[
all
...]
Completed in 517 milliseconds