HomeSort by relevance Sort by last modified time
    Searched refs:VkDebugReportCallbackCreateInfoEXT (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/vulkan-validation-layers/loader/
debug_report.h 113 VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
130 VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
140 uint32_t *num_callbacks, VkDebugReportCallbackCreateInfoEXT **infos,
143 VkDebugReportCallbackCreateInfoEXT *infos,
147 uint32_t num_callbacks, VkDebugReportCallbackCreateInfoEXT *infos,
debug_report.c 65 VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
101 VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
163 // counts any VkDebugReportCallbackCreateInfoEXT structs that it finds. It
166 // VkDebugReportCallbackCreateInfoEXT, and initializes each handle.
169 uint32_t *num_callbacks, VkDebugReportCallbackCreateInfoEXT **infos,
172 VkDebugReportCallbackCreateInfoEXT *pInfos = NULL;
180 // 1st, count the number VkDebugReportCallbackCreateInfoEXT:
181 if (((VkDebugReportCallbackCreateInfoEXT *)pNext)->sType ==
185 pNext = (void *)((VkDebugReportCallbackCreateInfoEXT *)pNext)->pNext;
191 // 2nd, allocate memory for each VkDebugReportCallbackCreateInfoEXT
    [all...]
  /external/vulkan-validation-layers/layers/
vk_layer_logging.h 175 const VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
219 // It counts any VkDebugReportCallbackCreateInfoEXT structs that it finds. It
222 // VkDebugReportCallbackCreateInfoEXT, and initializes each handle.
223 static VkResult layer_copy_tmp_callbacks(const void *pChain, uint32_t *num_callbacks, VkDebugReportCallbackCreateInfoEXT **infos,
229 // 1st, count the number VkDebugReportCallbackCreateInfoEXT:
230 if (((VkDebugReportCallbackCreateInfoEXT *)pNext)->sType == VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT) {
233 pNext = (void *)((VkDebugReportCallbackCreateInfoEXT *)pNext)->pNext;
239 // 2nd, allocate memory for each VkDebugReportCallbackCreateInfoEXT:
240 VkDebugReportCallbackCreateInfoEXT *pInfos = *infos =
241 ((VkDebugReportCallbackCreateInfoEXT *)malloc(n * sizeof(VkDebugReportCallbackCreateInfoEXT)))
    [all...]
unique_objects.h 97 VkDebugReportCallbackCreateInfoEXT *tmp_dbg_create_infos;
object_tracker.h 103 VkDebugReportCallbackCreateInfoEXT *tmp_dbg_create_infos;
swapchain.h 278 VkDebugReportCallbackCreateInfoEXT *tmp_dbg_create_infos;
threading.cpp 295 CreateDebugReportCallbackEXT(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
400 vkCreateDebugReportCallbackEXT(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
vk_layer_utils.cpp     [all...]
threading.h 220 VkDebugReportCallbackCreateInfoEXT *tmp_dbg_create_infos;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_logging.h 122 const VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
196 // It counts any VkDebugReportCallbackCreateInfoEXT structs that it finds. It
199 // VkDebugReportCallbackCreateInfoEXT, and initializes each handle.
200 static VkResult layer_copy_tmp_callbacks(const void *pChain, uint32_t *num_callbacks, VkDebugReportCallbackCreateInfoEXT **infos,
206 // 1st, count the number VkDebugReportCallbackCreateInfoEXT:
207 if (((VkDebugReportCallbackCreateInfoEXT *)pNext)->sType == VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT) {
210 pNext = (void *)((VkDebugReportCallbackCreateInfoEXT *)pNext)->pNext;
216 // 2nd, allocate memory for each VkDebugReportCallbackCreateInfoEXT:
217 VkDebugReportCallbackCreateInfoEXT *pInfos = *infos =
218 ((VkDebugReportCallbackCreateInfoEXT *)malloc(n * sizeof(VkDebugReportCallbackCreateInfoEXT)))
    [all...]
threading.cpp 262 CreateDebugReportCallbackEXT(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
337 vkCreateDebugReportCallbackEXT(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
vk_layer_utils.cpp 628 VkDebugReportCallbackCreateInfoEXT dbgCreateInfo;
    [all...]
swapchain.h 331 VkDebugReportCallbackCreateInfoEXT *tmp_dbg_create_infos;
threading.h 201 VkDebugReportCallbackCreateInfoEXT *tmp_dbg_create_infos;
  /frameworks/native/vulkan/libvulkan/
debug_report.cpp 23 const VkDebugReportCallbackCreateInfoEXT& info,
80 const VkDebugReportCallbackCreateInfoEXT* info =
81 reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT*>(
92 info = reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT*>(
119 const VkDebugReportCallbackCreateInfoEXT* create_info,
debug_report.h 28 VKAPI_ATTR VkResult CreateDebugReportCallbackEXT(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback);
45 Node* AddCallback(const VkDebugReportCallbackCreateInfoEXT& info,
  /external/deqp/external/vulkancts/framework/vulkan/
vkDebugReportUtil.cpp 141 const VkDebugReportCallbackCreateInfoEXT createInfo =
vkRefUtil.inl 35 Move<VkDebugReportCallbackEXT> createDebugReportCallbackEXT (const InstanceInterface& vk, VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
vkConcreteInstanceInterface.inl 50 virtual VkResult createDebugReportCallbackEXT (VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback) const;
vkVirtualInstanceInterface.inl 50 virtual VkResult createDebugReportCallbackEXT (VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback) const = 0;
vkGetStructureTypeImpl.inl 509 template<> VkStructureType getStructureType<VkDebugReportCallbackCreateInfoEXT> (void)
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h     [all...]
vk_struct_size_helper.h 62 size_t vk_size_vkdebugreportcallbackcreateinfoext(const VkDebugReportCallbackCreateInfoEXT* pStruct);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
vk_layer_utils.cpp 628 VkDebugReportCallbackCreateInfoEXT dbgCreateInfo;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/threading/
threading.cpp 262 CreateDebugReportCallbackEXT(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
337 vkCreateDebugReportCallbackEXT(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo,

Completed in 150 milliseconds

1 2 3 4