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

1 23

  /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/rmi4utils/f54test/
f54test.h 642 : m_device(device),
668 RMIDevice & m_device; member in class:F54Test
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 510 : m_device(device)
518 const VkDevice m_device; member in class:vk::__anon17593::CommandPool
531 CommandBuffer* const impl = new CommandBuffer(m_device, VkCommandPool(reinterpret_cast<deUintptr>(this)), level);
574 : m_device (device)
588 const VkDevice m_device; member in class:vk::__anon17593::DescriptorPool
596 DescriptorSet* const impl = new DescriptorSet(m_device, VkDescriptorPool(reinterpret_cast<deUintptr>(this)), setLayout);
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorMorphing.h 322 : m_impl(op.expression(), device), m_device(device), m_dimensions(op.sizes()), m_offsets(op.startIndices())
386 const MemcpyTriggerForSlicing<Index, Device> trigger(m_device);
391 m_device.memcpy((void*)(data+i), src+offset, contiguous_values * sizeof(Scalar));
523 const Device& m_device; member in struct:Eigen::TensorEvaluator
709 : m_impl(op.expression(), device), m_device(device), m_strides(op.strides())
842 const Device& m_device; member in struct:Eigen::TensorEvaluator
    [all...]
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/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp 69 const VkDevice m_device; member in class:vkt::api::__anon17601::CommandBufferBareTestEnvironment
85 , m_device (context.getDevice())
91 m_commandPool = createCommandPool(m_vkd, m_device, commandPoolCreateFlags, m_queueFamilyIndex);
102 VK_CHECK(m_vkd.allocateCommandBuffers(m_device, &cmdBufferAllocateInfo, m_primaryCommandBuffers));
211 m_renderPass = createRenderPass(m_vkd, m_device, &renderPassCreateInfo, DE_NULL);
236 m_colorImage = createImage(m_vkd, m_device, &imageCreateInfo, DE_NULL);
239 m_colorImageMemory = m_allocator.allocate(getImageMemoryRequirements(m_vkd, m_device, *m_colorImage), MemoryRequirement::Any);
240 VK_CHECK(m_vkd.bindImageMemory(m_device, *m_colorImage, m_colorImageMemory->getMemory(), m_colorImageMemory->getOffset()));
266 m_colorImageView = createImageView(m_vkd, m_device, &imageViewCreateInfo, DE_NULL);
288 m_frameBuffer = createFramebuffer(m_vkd, m_device, &framebufferCreateInfo, DE_NULL)
    [all...]
  /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.hpp 535 vk::Unique<vk::VkDevice> m_device; member in struct:vkt::sr::ShaderRenderCaseInstance::SparseContext
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...]

Completed in 431 milliseconds

1 23