HomeSort by relevance Sort by last modified time
    Searched refs:vk_testing (Results 1 - 11 of 11) sorted by null

  /external/vulkan-validation-layers/tests/
test_environment.h 32 namespace vk_testing { namespace
vkrenderframework.h 37 class VkDeviceObj : public vk_testing::Device {
147 class VkCommandBufferObj : public vk_testing::CommandBuffer {
195 class VkConstantBufferObj : public vk_testing::Buffer {
217 vk_testing::BufferView m_bufferView;
220 vk_testing::CommandPool *m_commandPool;
222 vk_testing::Fence m_fence;
247 class VkImageObj : public vk_testing::Image {
305 vk_testing::ImageView m_targetView;
317 vk_testing::ImageView m_textureView;
332 vk_testing::ImageView m_imageView
    [all...]
vktestframeworkandroid.h 45 VkFormat GetFormat(VkInstance instance, vk_testing::Device *device);
vktestframeworkandroid.cpp 29 VkFormat VkTestFramework::GetFormat(VkInstance instance, vk_testing::Device *device) {
48 void TestEnvironment::SetUp() { vk_testing::set_error_callback(test_error_callback); }
test_environment.cpp 39 namespace vk_testing { namespace
43 app_.pApplicationName = "vk_testing";
45 app_.pEngineName = "vk_testing";
100 instance_extensions = vk_testing::GetGlobalExtensions();
128 vk_testing::PhysicalDevice phys_dev(gpus[0]);
161 } // vk_testing namespace
vktestframework.h 66 VkFormat GetFormat(VkInstance instance, vk_testing::Device *device);
vkrenderframework.cpp 381 VkDeviceObj::VkDeviceObj(uint32_t id, VkPhysicalDevice obj) : vk_testing::Device(obj), id(id) {
390 : vk_testing::Device(obj), id(id) {
438 m_writes.push_back(vk_testing::Device::write_descriptor_set(vk_testing::DescriptorSet(), m_nextSlot, 0, type, 1,
458 m_writes.push_back(vk_testing::Device::write_descriptor_set(vk_testing::DescriptorSet(), m_nextSlot, 0,
494 vector<const vk_testing::DescriptorSetLayout *> layouts;
664 vk_testing::CommandPool pool(*m_device, cmd_pool_info);
710 VkImageCreateInfo imageCreateInfo = vk_testing::Image::create_info();
722 vk_testing::Image::init(*m_device, imageCreateInfo, reqs)
    [all...]
vktestbinding.cpp 46 vk_testing::ErrorCallback error_callback;
66 VkMemoryAllocateInfo get_resource_alloc_info(const vk_testing::Device &dev, const VkMemoryRequirements &reqs,
68 VkMemoryAllocateInfo info = vk_testing::DeviceMemory::alloc_info(reqs.size, 0);
76 namespace vk_testing { namespace
757 }; // namespace vk_testing
vktestframework.cpp 122 vk_testing::set_error_callback(test_error_callback);
197 VkFormat VkTestFramework::GetFormat(VkInstance instance, vk_testing::Device *device) {
    [all...]
layer_validation_tests.cpp     [all...]
vktestbinding.h 30 namespace vk_testing { namespace
853 }; // namespace vk_testing

Completed in 662 milliseconds