OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vk_format_is_uint
(Results
1 - 3
of
3
) sorted by null
/external/vulkan-validation-layers/layers/
vk_layer_utils.cpp
349
VK_LAYER_EXPORT bool vk_format_is_int(VkFormat format) { return (vk_format_is_sint(format) ||
vk_format_is_uint
(format)); }
352
VK_LAYER_EXPORT bool
vk_format_is_uint
(VkFormat format) {
function
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
vk_layer_utils.cpp
341
bool vk_format_is_int(VkFormat format) { return (vk_format_is_sint(format) ||
vk_format_is_uint
(format)); }
344
bool
vk_format_is_uint
(VkFormat format) {
function
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_utils.cpp
341
bool vk_format_is_int(VkFormat format) { return (vk_format_is_sint(format) ||
vk_format_is_uint
(format)); }
344
bool
vk_format_is_uint
(VkFormat format) {
function
[
all
...]
Completed in 50 milliseconds