Home
last modified time | relevance | path

Searched refs:VkFlags (Results 1 – 25 of 30) sorted by relevance

12

/external/vulkan-validation-layers/layers/
Dvk_layer_config.h40 typedef VkFlags VkLayerDbgActionFlags;
42 const std::unordered_map<std::string, VkFlags> debug_actions_option_definitions = {
52 const std::unordered_map<std::string, VkFlags> report_flags_option_definitions = {
61 VkFlags GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, VkFlags> const &en…
65 void print_msg_flags(VkFlags msgFlags, char *msg_flags);
Dvk_layer_logging.h41 VkFlags active_flags;
49 static inline bool debug_report_log_msg(const debug_report_data *debug_data, VkFlags msgFlags,
108 static inline bool debug_report_log_msg(const debug_report_data *debug_data, VkFlags msgFlags, in debug_report_log_msg()
302 static inline bool will_log_msg(debug_report_data *debug_data, VkFlags msgFlags) { in will_log_msg()
330 static inline bool log_msg(const debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObje…
334 static inline bool log_msg(const debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObje… in log_msg()
356 static inline VKAPI_ATTR VkBool32 VKAPI_CALL log_callback(VkFlags msgFlags, VkDebugReportObjectType… in log_callback()
370 static inline VKAPI_ATTR VkBool32 VKAPI_CALL win32_debug_output_msg(VkFlags msgFlags, VkDebugReport… in win32_debug_output_msg()
Dvk_layer_config.cpp95 VkFlags GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, VkFlags> const &en… in GetLayerOptionFlags()
253 void print_msg_flags(VkFlags msgFlags, char *msg_flags) { in print_msg_flags()
Dparameter_validation_utils.h649 VkFlags value) { in validate_reserved_flags()
677 … const char *flag_bits_name, VkFlags all_flags, VkFlags value, bool flags_required) { in validate_flags()
715 … const ParameterName &array_name, const char *flag_bits_name, VkFlags all_flags, uint32_t count, in validate_flags_array()
716 const VkFlags *array, bool count_required, bool array_required) { in validate_flags_array()
Dobject_tracker.h46 typedef VkFlags ObjectStatusFlags;
Dvk_layer_utils.h91 typedef VkFlags VkStringErrorFlags;
Dcore_validation_types.h389 typedef VkFlags CBStatusFlags;
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h66 typedef uint32_t VkFlags; typedef
820 typedef VkFlags VkInstanceCreateFlags;
839 typedef VkFlags VkFormatFeatureFlags;
852 typedef VkFlags VkImageUsageFlags;
862 typedef VkFlags VkImageCreateFlags;
874 typedef VkFlags VkSampleCountFlags;
883 typedef VkFlags VkQueueFlags;
893 typedef VkFlags VkMemoryPropertyFlags;
899 typedef VkFlags VkMemoryHeapFlags;
900 typedef VkFlags VkDeviceCreateFlags;
[all …]
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h70 typedef uint32_t VkFlags; typedef
903 typedef VkFlags VkInstanceCreateFlags;
924 typedef VkFlags VkFormatFeatureFlags;
937 typedef VkFlags VkImageUsageFlags;
949 typedef VkFlags VkImageCreateFlags;
961 typedef VkFlags VkSampleCountFlags;
970 typedef VkFlags VkQueueFlags;
980 typedef VkFlags VkMemoryPropertyFlags;
987 typedef VkFlags VkMemoryHeapFlags;
988 typedef VkFlags VkDeviceCreateFlags;
[all …]
/external/mesa3d/include/vulkan/
Dvulkan.h66 typedef uint32_t VkFlags; typedef
826 typedef VkFlags VkInstanceCreateFlags;
845 typedef VkFlags VkFormatFeatureFlags;
858 typedef VkFlags VkImageUsageFlags;
868 typedef VkFlags VkImageCreateFlags;
880 typedef VkFlags VkSampleCountFlags;
889 typedef VkFlags VkQueueFlags;
899 typedef VkFlags VkMemoryPropertyFlags;
905 typedef VkFlags VkMemoryHeapFlags;
906 typedef VkFlags VkDeviceCreateFlags;
[all …]
/external/vulkan-validation-layers/tests/
Dvktestbinding.h167 VkFlags features;
248 const void *map(VkFlags flags) const;
249 void *map(VkFlags flags);
280 static VkSemaphoreCreateInfo create_info(VkFlags flags);
297 static VkEventCreateInfo create_info(VkFlags flags);
347 static VkBufferCreateInfo create_info(VkDeviceSize size, VkFlags usage);
349 …VkBufferMemoryBarrier buffer_memory_barrier(VkFlags output_mask, VkFlags input_mask, VkDeviceSize … in buffer_memory_barrier()
411 …VkImageMemoryBarrier image_memory_barrier(VkFlags output_mask, VkFlags input_mask, VkImageLayout o… in image_memory_barrier()
447 VkFlags format_features_;
468 …static VkShaderModuleCreateInfo create_info(size_t code_size, const uint32_t *code, VkFlags flags);
[all …]
Dvkrenderframework.h202 …void BufferMemoryBarrier(VkFlags srcAccessMask = VK_ACCESS_HOST_WRITE_BIT | VK_ACCESS_SHADER_WRITE…
205VkFlags dstAccessMask = VK_ACCESS_HOST_READ_BIT | VK_ACCESS_INDIRECT_COMMAND_READ_BIT |
250 bool IsCompatible(VkFlags usage, VkFlags features);
253 …void init(uint32_t w, uint32_t h, VkFormat fmt, VkFlags usage, VkImageTiling tiling = VK_IMAGE_TIL…
256 …void init_no_layout(uint32_t w, uint32_t h, VkFormat fmt, VkFlags usage, VkImageTiling tiling = VK…
269 …ryBarrier(VkCommandBufferObj *cmd, VkImageAspectFlags aspect, VkFlags output_mask, VkFlags input_m…
Dvkrenderframework.cpp557 void VkImageObj::ImageMemoryBarrier(VkCommandBufferObj *cmd_buf, VkImageAspectFlags aspect, VkFlags in ImageMemoryBarrier()
563 VkFlags input_mask /*= in ImageMemoryBarrier()
587 VkFlags src_mask, dst_mask; in SetLayout()
588 …const VkFlags all_cache_outputs = VK_ACCESS_HOST_WRITE_BIT | VK_ACCESS_SHADER_WRITE_BIT | VK_ACCES… in SetLayout()
590 …const VkFlags all_cache_inputs = VK_ACCESS_HOST_READ_BIT | VK_ACCESS_INDIRECT_COMMAND_READ_BIT | V… in SetLayout()
679 bool VkImageObj::IsCompatible(VkFlags usage, VkFlags features) { in IsCompatible()
686 void VkImageObj::init_no_layout(uint32_t w, uint32_t h, VkFormat fmt, VkFlags usage, VkImageTiling … in init_no_layout()
725 void VkImageObj::init(uint32_t w, uint32_t h, VkFormat fmt, VkFlags usage, VkImageTiling requested_… in init()
945 void VkConstantBufferObj::BufferMemoryBarrier(VkFlags srcAccessMask /*= in BufferMemoryBarrier()
950 VK_MEMORY_OUTPUT_COPY_BIT*/, VkFlags dstAccessMask /*= in BufferMemoryBarrier()
[all …]
Dvktestbinding.cpp195 …ce::set_memory_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const VkFlags properties, in set_memory_type()
196 const VkFlags forbid) const { in set_memory_type()
418 const void *DeviceMemory::map(VkFlags flags) const { in map()
426 void *DeviceMemory::map(VkFlags flags) { in map()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in66 typedef uint32_t VkFlags; typedef
953 typedef VkFlags VkInstanceCreateFlags;
981 typedef VkFlags VkFormatFeatureFlags;
994 typedef VkFlags VkImageUsageFlags;
1010 typedef VkFlags VkImageCreateFlags;
1022 typedef VkFlags VkSampleCountFlags;
1031 typedef VkFlags VkQueueFlags;
1041 typedef VkFlags VkMemoryPropertyFlags;
1048 typedef VkFlags VkMemoryHeapFlags;
1049 typedef VkFlags VkDeviceCreateFlags;
[all …]
/external/vulkan-validation-layers/loader/
Dvk_loader_layer.h28 VkFlags msgFlags;
Ddebug_report.h156 VkFlags msgFlags,
Dloader.h66 typedef VkFlags VkStringErrorFlags;
424 void loader_log(const struct loader_instance *inst, VkFlags msg_type,
Ddebug_report.c114 VkFlags msgFlags,
Dtrampoline.c1018 VkDeviceSize size, VkFlags flags, void **ppData) {
2174 uint32_t slot, VkFlags flags) {
2217 VkDeviceSize stride, VkFlags flags) {
/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.hpp67 typedef deUint32 VkFlags; typedef
/external/skia/src/gpu/vk/
DGrVkImage.h70 VkFlags fMemProps;
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c164 dbg_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in dbg_callback()
972 VkFlags flags; in app_dev_dump_format_props()
1328 VkFlags flags = props->memoryTypes[i].propertyFlags; in app_gpu_dump_memory_props()
Dcube.c267 BreakCallback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in BreakCallback()
421 dbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in dbgFunc()
503 VkFlags requirements_mask, in memory_type_from_properties()
1232 VkFlags required_props) { in demo_prepare_texture_image()
/external/vulkan-validation-layers/demos/smoke/
DShell.cpp217 const VkFlags game_queue_flags = VK_QUEUE_GRAPHICS_BIT; in init_physical_dev()

12