Home
last modified time | relevance | path

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

/external/swiftshader/tests/VulkanUnitTests/
DComputeTests.cpp115 #define VK_ASSERT(x) ASSERT_EQ(x, VK_SUCCESS) macro
146 VK_ASSERT(driver.vkCreateInstance(&createInfo, nullptr, &instance)); in test()
151 VK_ASSERT(Device::CreateComputeDevice(&driver, instance, device)); in test()
181 VK_ASSERT(device->AllocateMemory(buffersSize, in test()
186 VK_ASSERT(device->MapMemory(memory, 0, buffersSize, 0, (void **)&buffers)); in test()
202 VK_ASSERT(device->CreateStorageBuffer(memory, in test()
208 VK_ASSERT(device->CreateStorageBuffer(memory, in test()
214 VK_ASSERT(device->CreateShaderModule(code, &shaderModule)); in test()
234 VK_ASSERT(device->CreateDescriptorSetLayout(descriptorSetLayoutBindings, &descriptorSetLayout)); in test()
237 VK_ASSERT(device->CreatePipelineLayout(descriptorSetLayout, &pipelineLayout)); in test()
[all …]