Home
last modified time | relevance | path

Searched refs:m_customDevice (Results 1 - 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingProceduralGeometryTests.cpp162 DeviceHelper m_customDevice; member in vkt::RayTracing::__anon28566::RayTracingProceduralGeometryTestBase
181 , m_customDevice (context) in RayTracingProceduralGeometryTestBase()
189 const DeviceInterface& vkd = *m_customDevice.vkd; in iterate()
190 const VkDevice device = *m_customDevice.device; in iterate()
191 const deUint32 queueFamilyIndex = m_customDevice.queueFamilyIndex; in iterate()
192 const VkQueue queue = m_customDevice.queue; in iterate()
193 Allocator& allocator = *m_customDevice.allocator; in iterate()
308 const DeviceInterface& vkd = *m_customDevice.vkd; in clearBuffer()
309 const VkDevice device = *m_customDevice.device; in clearBuffer()
334 const DeviceInterface& vkd = *m_customDevice in setupRayTracingPipeline()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingProceduralGeometryTests.cpp162 DeviceHelper m_customDevice; member in vkt::RayTracing::__anon29746::RayTracingProceduralGeometryTestBase
181 , m_customDevice (context) in RayTracingProceduralGeometryTestBase()
189 const DeviceInterface& vkd = *m_customDevice.vkd; in iterate()
190 const VkDevice device = *m_customDevice.device; in iterate()
191 const deUint32 queueFamilyIndex = m_customDevice.queueFamilyIndex; in iterate()
192 const VkQueue queue = m_customDevice.queue; in iterate()
193 Allocator& allocator = *m_customDevice.allocator; in iterate()
308 const DeviceInterface& vkd = *m_customDevice.vkd; in clearBuffer()
309 const VkDevice device = *m_customDevice.device; in clearBuffer()
334 const DeviceInterface& vkd = *m_customDevice in setupRayTracingPipeline()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFillBufferTests.cpp172 Move<VkDevice> m_customDevice; member in vkt::api::__anon27790::FillWholeBufferTestInstance
195 m_customDevice = createCustomDevice(context, m_queueFamilyIndex); in FillWholeBufferTestInstance()
196 m_customAllocator = de::MovePtr<Allocator>(new SimpleAllocator(vk, *m_customDevice, getPhysicalDeviceMemoryProperties(vki, physDevice))); in FillWholeBufferTestInstance()
198 m_device = *m_customDevice; in FillWholeBufferTestInstance()
353 Move<VkDevice> m_customDevice; member in vkt::api::__anon27790::FillBufferTestInstance
399 m_customDevice = createCustomDevice(context, m_queueFamilyIndex); in FillBufferTestInstance()
400 m_customAllocator = de::MovePtr<Allocator>(new SimpleAllocator(vk, *m_customDevice, getPhysicalDeviceMemoryProperties(vki, physDevice))); in FillBufferTestInstance()
402 m_device = *m_customDevice; in FillBufferTestInstance()
H A DvktApiCopiesAndBlittingTests.cpp2622 Move<VkDevice> m_customDevice; member in vkt::api::__anon27770::final
2650 m_customDevice = createCustomDevice(m_context, m_options, queueFamilyIndex); in iterate()
2651 m_device = m_customDevice.get(); in iterate()
5912 // This must be done before the m_customDevice is destroyed.
5921 Move<VkDevice> m_customDevice;
5964 m_customDevice = createCustomDevice(context, (m_options == COPY_MS_IMAGE_TO_MS_IMAGE_COMPUTE) ? QueueSelectionOptions::ComputeOnly : QueueSelectionOptions::TransferOnly, queueFamilyIndex);
5965 m_device = m_customDevice.get();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.hpp54 : TestInstance(context), m_recipe(recipe), m_customDevice(customDevice) in AmberTestInstance()
62 vk::VkDevice m_customDevice; member in vkt::cts_amber::AmberTestInstance
H A DvktAmberTestCase.cpp405 amber_options.config = createEngineConfig(m_context, m_customDevice); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.hpp54 : TestInstance(context), m_recipe(recipe), m_customDevice(customDevice) in AmberTestInstance()
62 vk::VkDevice m_customDevice; member in vkt::cts_amber::AmberTestInstance
H A DvktAmberTestCase.cpp404 amber_options.config = createEngineConfig(m_context, m_customDevice); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp293 vk::Move<vk::VkDevice> m_customDevice; member in vkt::compute::__anon27874::IndirectDispatchInstanceBufferUpload
388 m_customDevice = createCustomDevice(m_context, in iterate()
393 m_device = m_customDevice.get(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp291 vk::Move<vk::VkDevice> m_customDevice; member in vkt::compute::__anon29118::IndirectDispatchInstanceBufferUpload
381 m_customDevice = createCustomDevice(m_context, in iterate()
386 m_device = m_customDevice.get(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp281 vk::Move<vk::VkDevice> m_customDevice; member in vkt::texture::util::TextureRenderer
H A DvktTextureTestUtil.cpp528 return (m_requireRobustness2 || m_requireImageViewMinLod) ? *m_customDevice : m_context.getDevice(); in getDevice()
589 m_customDevice = createRobustBufferAccessDevice(context, &features2); in TextureRenderer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.hpp281 vk::Move<vk::VkDevice> m_customDevice; member in vkt::texture::util::TextureRenderer
H A DvktTextureTestUtil.cpp561 return (m_requireRobustness2 || m_requireImageViewMinLod) ? *m_customDevice : m_context.getDevice(); in getDevice()
622 m_customDevice = createRobustBufferAccessDevice(context, &features2); in TextureRenderer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectBindingTests.cpp92 vk::VkDevice getDevice (void) { return (m_params.testType == DISABLED) ? m_customDevice.get() : m_context.getDevice(); } in getDevice()
96 vk::Move<vk::VkDevice> m_customDevice; member in vkt::ShaderObject::__anon28637::ShaderObjectBindingDrawInstance
137 m_customDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_context.getPlatformInterface(), m_context.getInstance(), m_context.getInstanceInterface(), m_context.getPhysicalDevice(), &deviceInfo); in createDevice()
H A DvktShaderObjectMiscTests.cpp638 vk::Move<vk::VkDevice> m_customDevice;
802 m_customDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_context.getPlatformInterface(), m_context.getInstance(), m_context.getInstanceInterface(), m_context.getPhysicalDevice(), &deviceInfo);
803 m_logicalDeviceInterface = de::MovePtr<vk::DeviceDriver>(new vk::DeviceDriver(m_context.getPlatformInterface(), m_context.getInstance(), *m_customDevice, m_context.getUsedApiVersion()));
804 m_logicalDeviceInterface->getDeviceQueue(*m_customDevice, m_context.getUniversalQueueFamilyIndex(), 0, &m_logicalDeviceQueue);
1128 const vk::VkDevice device = *m_customDevice;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp485 Move<VkDevice> m_customDevice; member in vkt::pipeline::__anon28282::TimestampTestInstance
880 m_customDevice = vkt::createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_context.getPlatformInterface(), m_context.getInstance(), vki, physicalDevice, &deviceCreateInfo); member
881 m_customAllocator = de::MovePtr<Allocator>(new SimpleAllocator(vk, *m_customDevice, getPhysicalDeviceMemoryProperties(vki, physicalDevice)));
883 m_device = *m_customDevice;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp5613 // This must be done before the m_customDevice is destroyed. in ~ResolveImageToImage()
5623 Move<VkDevice> m_customDevice; member in vkt::api::__anon29015::ResolveImageToImage
5674 m_customDevice = createCustomDevice(context, m_options, m_customInstance, queueFamilyIndex); in ResolveImageToImage()
5676 m_customDevice = createCustomDevice(context, m_options, queueFamilyIndex); in ResolveImageToImage()
5678 m_device = m_customDevice.get(); in ResolveImageToImage()

Completed in 76 milliseconds