/external/vulkan-validation-layers/layers/ |
D | vk_format_utils.h | 27 #if !defined(VK_LAYER_EXPORT) 29 #define VK_LAYER_EXPORT __attribute__((visibility("default"))) macro 31 #define VK_LAYER_EXPORT __attribute__((visibility("default"))) macro 33 #define VK_LAYER_EXPORT macro 140 VK_LAYER_EXPORT bool FormatIsDepthOrStencil(VkFormat format); 141 VK_LAYER_EXPORT bool FormatIsDepthAndStencil(VkFormat format); 142 VK_LAYER_EXPORT bool FormatIsDepthOnly(VkFormat format); 143 VK_LAYER_EXPORT bool FormatIsStencilOnly(VkFormat format); 144 VK_LAYER_EXPORT bool FormatIsCompressed_ETC2_EAC(VkFormat format); 145 VK_LAYER_EXPORT bool FormatIsCompressed_ASTC_LDR(VkFormat format); [all …]
|
D | vk_layer_config.h | 60 VK_LAYER_EXPORT const char *getLayerOption(const char *_option); 61 VK_LAYER_EXPORT const char *GetLayerEnvVar(const char *_option); 63 VK_LAYER_EXPORT FILE *getLayerLogOutput(const char *_option, const char *layerName); 64 VK_LAYER_EXPORT VkFlags GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, Vk… 67 VK_LAYER_EXPORT void setLayerOption(const char *_option, const char *_val); 68 VK_LAYER_EXPORT void PrintMessageFlags(VkFlags vk_flags, char *msg_flags); 69 VK_LAYER_EXPORT void PrintMessageSeverity(VkFlags vk_flags, char *msg_flags); 70 VK_LAYER_EXPORT void PrintMessageType(VkFlags vk_flags, char *msg_flags);
|
D | vk_format_utils.cpp | 282 VK_LAYER_EXPORT bool FormatIsCompressed_ETC2_EAC(VkFormat format) { in FormatIsCompressed_ETC2_EAC() 305 VK_LAYER_EXPORT bool FormatIsCompressed_ASTC_LDR(VkFormat format) { in FormatIsCompressed_ASTC_LDR() 346 VK_LAYER_EXPORT bool FormatIsCompressed_BC(VkFormat format) { in FormatIsCompressed_BC() 375 VK_LAYER_EXPORT bool FormatIsCompressed_PVRTC(VkFormat format) { in FormatIsCompressed_PVRTC() 396 VK_LAYER_EXPORT bool FormatIsSinglePlane_422(VkFormat format) { in FormatIsSinglePlane_422() 417 VK_LAYER_EXPORT bool FormatIsCompressed(VkFormat format) { in FormatIsCompressed() 422 VK_LAYER_EXPORT bool FormatIsPacked(VkFormat format) { in FormatIsPacked() 485 VK_LAYER_EXPORT bool FormatElementIsTexel(VkFormat format) { in FormatElementIsTexel() 494 VK_LAYER_EXPORT bool FormatIsDepthOrStencil(VkFormat format) { in FormatIsDepthOrStencil() 499 VK_LAYER_EXPORT bool FormatIsDepthAndStencil(VkFormat format) { in FormatIsDepthAndStencil() [all …]
|
D | vk_layer_config.cpp | 80 VK_LAYER_EXPORT const char *getLayerOption(const char *_option) { return g_configFileObj.getOption(… in getLayerOption() 81 VK_LAYER_EXPORT const char *GetLayerEnvVar(const char *_option) { in GetLayerEnvVar() 88 VK_LAYER_EXPORT FILE *getLayerLogOutput(const char *_option, const char *layerName) { in getLayerLogOutput() 107 VK_LAYER_EXPORT VkFlags GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, Vk… in GetLayerOptionFlags() 143 VK_LAYER_EXPORT void setLayerOption(const char *_option, const char *_val) { g_configFileObj.setOpt… in setLayerOption() 303 VK_LAYER_EXPORT void PrintMessageFlags(VkFlags vk_flags, char *msg_flags) { in PrintMessageFlags() 332 VK_LAYER_EXPORT void PrintMessageSeverity(VkFlags vk_flags, char *msg_flags) { in PrintMessageSeverity() 356 VK_LAYER_EXPORT void PrintMessageType(VkFlags vk_flags, char *msg_flags) { in PrintMessageType()
|
D | vk_layer_utils.cpp | 40 VK_LAYER_EXPORT VkStringErrorFlags vk_string_validate(const int max_length, const char *utf8) { in vk_string_validate() 78 VK_LAYER_EXPORT bool white_list(const char *item, const std::set<std::string> &list) { return (list… in white_list() 91 VK_LAYER_EXPORT void layer_debug_messenger_actions(debug_report_data *report_data, in layer_debug_messenger_actions() 159 VK_LAYER_EXPORT void layer_debug_report_actions(debug_report_data *report_data, in layer_debug_report_actions() 217 VK_LAYER_EXPORT VkLayerInstanceCreateInfo *get_chain_info(const VkInstanceCreateInfo *pCreateInfo, … in get_chain_info() 226 VK_LAYER_EXPORT VkLayerDeviceCreateInfo *get_chain_info(const VkDeviceCreateInfo *pCreateInfo, VkLa… in get_chain_info()
|
D | vk_layer_utils.h | 119 VK_LAYER_EXPORT VkLayerInstanceCreateInfo *get_chain_info(const VkInstanceCreateInfo *pCreateInfo, … 120 VK_LAYER_EXPORT VkLayerDeviceCreateInfo *get_chain_info(const VkDeviceCreateInfo *pCreateInfo, VkLa… 136 VK_LAYER_EXPORT void layer_debug_report_actions(debug_report_data *report_data, 140 VK_LAYER_EXPORT void layer_debug_messenger_actions(debug_report_data *report_data, 144 VK_LAYER_EXPORT VkStringErrorFlags vk_string_validate(const int max_length, const char *char_array); 145 VK_LAYER_EXPORT bool white_list(const char *item, const std::set<std::string> &whitelist);
|
D | vk_layer_extension_utils.h | 33 VK_LAYER_EXPORT VkResult util_GetExtensionProperties(const uint32_t count, const VkExtensionPropert… 36 VK_LAYER_EXPORT VkResult util_GetLayerProperties(const uint32_t count, const VkLayerProperties *lay…
|
D | vk_layer_extension_utils.cpp | 30 VK_LAYER_EXPORT VkResult util_GetExtensionProperties(const uint32_t count, const VkExtensionPropert… in util_GetExtensionProperties() 49 VK_LAYER_EXPORT VkResult util_GetLayerProperties(const uint32_t count, const VkLayerProperties *lay… in util_GetLayerProperties()
|
/external/swiftshader/include/vulkan/ |
D | vk_layer.h | 31 #define VK_LAYER_EXPORT __attribute__((visibility("default"))) macro 33 #define VK_LAYER_EXPORT __attribute__((visibility("default"))) macro 35 #define VK_LAYER_EXPORT macro
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vk_layer.h | 31 #define VK_LAYER_EXPORT __attribute__((visibility("default"))) macro 33 #define VK_LAYER_EXPORT __attribute__((visibility("default"))) macro 35 #define VK_LAYER_EXPORT macro
|
/external/vulkan-headers/include/vulkan/ |
D | vk_layer.h | 31 #define VK_LAYER_EXPORT __attribute__((visibility("default"))) macro 33 #define VK_LAYER_EXPORT __attribute__((visibility("default"))) macro 35 #define VK_LAYER_EXPORT macro
|
/external/mesa3d/include/vulkan/ |
D | vk_layer.h | 31 #define VK_LAYER_EXPORT __attribute__((visibility("default"))) macro 33 #define VK_LAYER_EXPORT __attribute__((visibility("default"))) macro 35 #define VK_LAYER_EXPORT macro
|
/external/vulkan-validation-layers/tests/layers/ |
D | device_profile_api.cpp | 211 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceLayerProperties(uint32_t *pCount, in vkEnumerateInstanceLayerProperties() 216 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceExtensionProperties(const char *p… in vkEnumerateInstanceExtensionProperties() 221 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetInstanceProcAddr(VkInstance instance,… in vkGetInstanceProcAddr() 225 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vk_layerGetPhysicalDeviceProcAddr(VkInstan… in vk_layerGetPhysicalDeviceProcAddr() 230 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkNegotiateLoaderLayerInterfaceVersion(VkNegotiateLa… in vkNegotiateLoaderLayerInterfaceVersion()
|
/external/mesa3d/src/vulkan/device-select-layer/ |
D | device_select_layer.c | 508 VK_LAYER_EXPORT VkResult vkNegotiateLoaderLayerInterfaceVersion(VkNegotiateLayerInterface *pVersion… in vkNegotiateLoaderLayerInterfaceVersion()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 2635 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice dev, in vkGetDeviceProcAddr() 2648 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetInstanceProcAddr(VkInstance instance, in vkGetInstanceProcAddr()
|
/external/vulkan-validation-layers/layers/generated/ |
D | chassis.cpp | 9707 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceExtensionProperties(const char *p… in vkEnumerateInstanceExtensionProperties() 9712 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceLayerProperties(uint32_t *pCount, in vkEnumerateInstanceLayerProperties() 9717 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateDeviceLayerProperties(VkPhysicalDevice ph… in vkEnumerateDeviceLayerProperties() 9724 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateDeviceExtensionProperties(VkPhysicalDevic… in vkEnumerateDeviceExtensionProperties() 9732 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice dev, const ch… in vkGetDeviceProcAddr() 9736 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetInstanceProcAddr(VkInstance instance,… in vkGetInstanceProcAddr() 9740 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkNegotiateLoaderLayerInterfaceVersion(VkNegotiateLa… in vkNegotiateLoaderLayerInterfaceVersion()
|