Searched defs:SparseContext (Results 1 – 3 of 3) sorted by relevance
68 struct SparseContext struct in vkt::api::__anon95a962c30111::BufferTestInstance70 …SparseContext (Move<VkDevice>& device, const deUint32 queueFamilyIndex, const InstanceInterface& i… in SparseContext() argument76 Unique<VkDevice> m_device;77 const deUint32 m_queueFamilyIndex;78 DeviceDriver m_deviceInterface;
510 struct SparseContext struct in vkt::sr::ShaderRenderCaseInstance514 vkt::Context& m_context;515 const deUint32 m_queueFamilyIndex;516 vk::Unique<vk::VkDevice> m_device;517 vk::DeviceDriver m_deviceInterface;518 vk::VkQueue m_queue;519 const de::UniquePtr<vk::Allocator> m_allocator;
614 ShaderRenderCaseInstance::SparseContext::SparseContext (vkt::Context& context) in SparseContext() function in vkt::sr::ShaderRenderCaseInstance::SparseContext