OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vk_format_is_int
(Results
1 - 3
of
3
) sorted by null
/external/vulkan-validation-layers/layers/
vk_layer_utils.h
115
bool
vk_format_is_int
(VkFormat format);
vk_layer_utils.cpp
348
bool
vk_format_is_int
(VkFormat format) { return (vk_format_is_sint(format) || vk_format_is_uint(format)); }
function
[
all
...]
image.cpp
[
all
...]
Completed in 50 milliseconds