HomeSort by relevance Sort by last modified time
    Searched full:sparsecontext (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp 148 struct SparseContext
150 SparseContext (Move<VkDevice>& device,
164 de::UniquePtr<SparseContext> m_sparseContext;
184 // Create the sparseContext
185 SparseContext* createSparseContext (void) const
222 return new SparseContext(device, queueIndex, vk);
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 529 struct SparseContext
531 SparseContext (vkt::Context& context);
545 de::UniquePtr<SparseContext> m_sparseContext;
684 SparseContext* createSparseContext (void) const;
vktShaderRender.cpp 626 ShaderRenderCaseInstance::SparseContext::SparseContext (vkt::Context& context)
636 Move<VkDevice> ShaderRenderCaseInstance::SparseContext::createDevice () const
669 vk::Allocator* ShaderRenderCaseInstance::SparseContext::createAllocator () const
675 ShaderRenderCaseInstance::SparseContext* ShaderRenderCaseInstance::createSparseContext (void) const
679 return new SparseContext(m_context);
    [all...]

Completed in 91 milliseconds