Home
last modified time | relevance | path

Searched defs:SparseContext (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp68 struct SparseContext struct in vkt::api::__anon95a962c30111::BufferTestInstance
70SparseContext (Move<VkDevice>& device, const deUint32 queueFamilyIndex, const InstanceInterface& i… in SparseContext() argument
76 Unique<VkDevice> m_device;
77 const deUint32 m_queueFamilyIndex;
78 DeviceDriver m_deviceInterface;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp510 struct SparseContext struct in vkt::sr::ShaderRenderCaseInstance
514 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;
DvktShaderRender.cpp614 ShaderRenderCaseInstance::SparseContext::SparseContext (vkt::Context& context) in SparseContext() function in vkt::sr::ShaderRenderCaseInstance::SparseContext