OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vk_format_is_sint
(Results
1 - 3
of
3
) sorted by null
/external/vulkan-validation-layers/layers/
vk_layer_utils.h
116
bool
vk_format_is_sint
(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)); }
386
bool
vk_format_is_sint
(VkFormat format) {
function
[
all
...]
image.cpp
[
all
...]
Completed in 1631 milliseconds