Home
last modified time | relevance | path

Searched refs:VK_INSTANCE (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/tests/VulkanUnitTests/
DVkInstanceFuncs.hpp20 VK_INSTANCE(vkAllocateCommandBuffers, VkResult, VkDevice, const VkCommandBufferAllocateInfo *, VkCo…
21 VK_INSTANCE(vkAllocateDescriptorSets, VkResult, VkDevice, const VkDescriptorSetAllocateInfo *, VkDe…
22 VK_INSTANCE(vkAllocateMemory, VkResult, VkDevice, const VkMemoryAllocateInfo *, const VkAllocationC…
24 VK_INSTANCE(vkBeginCommandBuffer, VkResult, VkCommandBuffer, const VkCommandBufferBeginInfo *);
25 VK_INSTANCE(vkBindBufferMemory, VkResult, VkDevice, VkBuffer, VkDeviceMemory, VkDeviceSize);
26 VK_INSTANCE(vkCmdBindDescriptorSets, void, VkCommandBuffer, VkPipelineBindPoint, VkPipelineLayout, …
28 VK_INSTANCE(vkCmdBindPipeline, void, VkCommandBuffer, VkPipelineBindPoint, VkPipeline);
29 VK_INSTANCE(vkCmdDispatch, void, VkCommandBuffer, uint32_t, uint32_t, uint32_t);
30 VK_INSTANCE(vkCreateBuffer, VkResult, VkDevice, const VkBufferCreateInfo *, const VkAllocationCallb…
31 VK_INSTANCE(vkCreateCommandPool, VkResult, VkDevice, const VkCommandPoolCreateInfo *, const VkAlloc…
[all …]
DDriver.cpp43 #define VK_INSTANCE(N, R, ...) N = nullptr in Driver() macro
45 #undef VK_INSTANCE in Driver()
162 #define VK_INSTANCE(N, R, ...) N = nullptr in unload() macro
164 #undef VK_INSTANCE in unload()
179 #define VK_INSTANCE(N, R, ...) \ in resolve() macro
189 #undef VK_INSTANCE in resolve()
DDriver.hpp56 #define VK_INSTANCE(N, R, ...) VKAPI_ATTR R(VKAPI_CALL *N)(__VA_ARGS__) macro
58 #undef VK_INSTANCE