HomeSort by relevance Sort by last modified time
    Searched full:m_device (Results 51 - 66 of 66) sorted by null

1 23

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp 117 return *(m_sparseContext->m_device);
153 : m_device (device)
155 , m_deviceInterface (interface, *m_device)
159 Unique<VkDevice> m_device; member in struct:vkt::api::__anon17598::BufferTestInstance::SparseContext
  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessUtil.hpp 63 vk::VkDevice m_device; member in class:vkt::robustness::TestEnvironment
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktAtomicOperationTests.cpp 71 const VkDevice m_device; member in class:vkt::shaderexecutor::__anon17835::Buffer
105 , m_device (context.getDevice())
119 flushMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(), VK_WHOLE_SIZE);
124 invalidateMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(), VK_WHOLE_SIZE);
vktOpaqueTypeIndexingTests.cpp 79 const VkDevice m_device; member in class:vkt::shaderexecutor::__anon17840::Buffer
113 , m_device (context.getDevice())
127 flushMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(), VK_WHOLE_SIZE);
132 invalidateMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(), VK_WHOLE_SIZE);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.hpp 92 const de::UniquePtr<DefaultDevice> m_device; member in class:vkt::Context
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorChipping.h 153 : m_impl(op.expression(), device), m_dim(op.dim()), m_device(device)
306 const Device& m_device; member in struct:Eigen::TensorEvaluator
TensorContractionCuda.h     [all...]
  /external/rmi4utils/f54test/
f54test.h 642 : m_device(device),
668 RMIDevice & m_device; member in class:F54Test
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.hpp 255 vk::VkDevice m_device; member in class:vkt::Draw::Image
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationCrossInstanceSharingTests.cpp 264 const vk::VkDevice m_device; member in class:vkt::synchronization::__anon17954::SimpleAllocation
272 , m_device (device)
278 m_vkd.freeMemory(m_device, getMemory(), DE_NULL);
    [all...]
vktSynchronizationOperation.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 899 const VkDevice m_device;
921 , m_device (device)
930 m_memory = allocMemory(m_vkd, m_device, m_size, m_memoryTypeIndex);
955 m_vkd.unmapMemory(m_device, *m_memory);
    [all...]
vktMemoryPipelineBarrierTests.cpp 1000 , m_device (device)
1013 vk::VkDevice getDevice (void) const { return m_device; }
1026 const vk::VkDevice m_device;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 629 , m_device (createDevice())
630 , m_deviceInterface (context.getInstanceInterface(), *m_device)
631 , m_queue (getDeviceQueue(m_deviceInterface, *m_device, m_queueFamilyIndex, 0))
672 return new SimpleAllocator(m_deviceInterface, *m_device, memoryProperties);
702 return *m_sparseContext->m_device;
    [all...]
vktShaderRender.hpp 535 vk::Unique<vk::VkDevice> m_device; member in struct:vkt::sr::ShaderRenderCaseInstance::SparseContext
  /external/deqp/external/vulkancts/scripts/
gen_framework.py     [all...]

Completed in 370 milliseconds

1 23