HomeSort by relevance Sort by last modified time
    Searched refs:DeviceInterface (Results 51 - 75 of 96) sorted by null

1 23 4

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp 69 de::MovePtr<tcu::TextureLevel> readColorAttachment (const vk::DeviceInterface& vk,
84 void uploadTestTexture (const vk::DeviceInterface& vk,
vktPipelinePushConstantTests.cpp 120 void createShaderStage (const DeviceInterface& vk,
419 void PushConstantGraphicsTestInstance::createShaderStage (const DeviceInterface& vk,
473 const DeviceInterface& vk = context.getDeviceInterface();
    [all...]
vktPipelineVertexInputTests.cpp 647 const DeviceInterface& vk = context.getDeviceInterface();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 181 const DeviceInterface& getDeviceInterface (void) const { return m_deviceInterface; }
269 const vk::DeviceInterface& Context::getDeviceInterface (void) const { return m_device->getDeviceInterface(); }
vktRenderPassTests.cpp 89 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, VkFenceCreateFlags flags)
101 Move<VkFramebuffer> createFramebuffer (const DeviceInterface& vk,
126 Move<VkImage> createImage (const DeviceInterface& vk,
163 void bindBufferMemory (const DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset)
168 void bindImageMemory (const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset)
173 Move<VkImageView> createImageView (const DeviceInterface& vk,
196 Move<VkBuffer> createBuffer (const DeviceInterface& vk,
219 Move<VkCommandPool> createCommandPool (const DeviceInterface& vk,
234 void cmdBeginRenderPass (const DeviceInterface& vk,
256 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 203 size_t computeDeviceMemorySystemMemFootprint (const DeviceInterface& vk, VkDevice device)
228 Move<VkDeviceMemory> allocMemory (const DeviceInterface& vk, VkDevice device, VkDeviceSize pAllocInfo_allocationSize, deUint32 pAllocInfo_memoryTypeIndex)
325 const DeviceInterface& vkd = context.getDeviceInterface();
608 MemoryObject (const DeviceInterface& vkd,
616 MemoryMapping* mapRandom (const DeviceInterface& vkd, VkDevice device, de::Random& rng);
619 void randomFlush (const DeviceInterface& vkd, VkDevice device, de::Random& rng);
620 void randomInvalidate (const DeviceInterface& vkd, VkDevice device, de::Random& rng);
626 const DeviceInterface& m_vkd;
639 MemoryObject::MemoryObject (const DeviceInterface& vkd,
660 MemoryMapping* MemoryObject::mapRandom (const DeviceInterface& vkd, VkDevice device, de::Random& rng
    [all...]
vktMemoryAllocationTests.cpp 115 const DeviceInterface& vkd = m_context.getDeviceInterface();
244 size_t computeDeviceMemorySystemMemFootprint (const DeviceInterface& vk, VkDevice device)
358 const DeviceInterface& vkd = m_context.getDeviceInterface();
375 const DeviceInterface& vkd = m_context.getDeviceInterface();
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 119 de::MovePtr<tcu::TextureLevel> readImage (const vk::DeviceInterface& vk,
136 const DeviceInterface& vk = context.getDeviceInterface();
212 const DeviceInterface& vk = m_context.getDeviceInterface();
223 const DeviceInterface& vk = m_context.getDeviceInterface();
437 de::MovePtr<tcu::TextureLevel> CopiesAndBlittingTestInstance::readImage (const vk::DeviceInterface& vk,
603 const DeviceInterface& vk = context.getDeviceInterface();
699 const DeviceInterface& vk = m_context.getDeviceInterface();
    [all...]
vktApiBufferViewCreateTests.cpp 97 const DeviceInterface& vk = m_context.getDeviceInterface();
vktApiBufferViewAccessTests.cpp 148 const DeviceInterface& vk = context.getDeviceInterface();
778 const DeviceInterface& vk = m_context.getDeviceInterface();
    [all...]
vktApiBufferTests.cpp 98 const DeviceInterface& vk = m_context.getDeviceInterface();
vktApiSmokeTests.cpp 65 const DeviceInterface& vk = context.getDeviceInterface();
112 const DeviceInterface& vk = context.getDeviceInterface();
333 const DeviceInterface& vk = context.getDeviceInterface();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 445 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
477 m_resultImage = de::MovePtr<Image>(new Image(deviceInterface, device, allocator, imageParams, MemoryRequirement::Any));
481 m_resultImageView = makeImageView(deviceInterface, device, m_resultImage->get(), mapImageViewType(m_imageType), mapTextureFormat(m_format), subresourceRange);
484 const Buffer inputBuffer(deviceInterface, device, allocator, makeBufferCreateInfo(imageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_SRC_BIT), MemoryRequirement::HostVisible);
501 flushMappedMemoryRange(deviceInterface, device, inputBufferAllocation.getMemory(), inputBufferAllocation.getOffset(), imageSizeInBytes);
504 m_outputBuffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, device, allocator, makeBufferCreateInfo(outBuffSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible));
511 const Unique<VkShaderModule> shaderModule(createShaderModule(deviceInterface, device, m_context.getBinaryCollection().get(m_name), 0));
512 const Unique<VkPipelineLayout> pipelineLayout(makePipelineLayout(deviceInterface, device, *m_descriptorSetLayout));
513 const Unique<VkPipeline> pipeline(makeComputePipeline(deviceInterface, device, *pipelineLayout, *shaderModule))
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkPrograms.cpp 193 Move<VkShaderModule> createShaderModule (const DeviceInterface& deviceInterface, VkDevice device, const ProgramBinary& binary, VkShaderModuleCreateFlags flags)
206 return createShaderModule(deviceInterface, device, &shaderModuleInfo);
vkPrograms.hpp 177 Move<VkShaderModule> createShaderModule (const DeviceInterface& deviceInterface, VkDevice device, const ProgramBinary& binary, VkShaderModuleCreateFlags flags);
vkWsiUtil.cpp 313 std::vector<VkImage> getSwapchainImages (const DeviceInterface& vkd,
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.cpp 51 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
138 deviceInterface.getDeviceQueue(*m_logicalDevice, queueFamilyIndex, selectedQueueFamilies[queueFamilyIndex].counter++, &queueHandle);
vktSparseResourcesBufferSparseBinding.cpp 101 const DeviceInterface& deviceInterface = m_context.getDeviceInterface();
128 const de::UniquePtr<Allocator> allocator(new SimpleAllocator(deviceInterface, *m_logicalDevice, deviceMemoryProperties));
158 const Unique<VkBuffer> sparseBuffer(createBuffer(deviceInterface, *m_logicalDevice, &bufferCreateInfo));
160 const VkMemoryRequirements bufferMemRequirement = getBufferMemoryRequirements(deviceInterface, *m_logicalDevice, *sparseBuffer);
193 VK_CHECK(deviceInterface.allocateMemory(*m_logicalDevice, &allocInfo, DE_NULL, &deviceMemory));
195 deviceMemUniquePtrVec.push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(deviceMemory), Deleter<VkDeviceMemory>(deviceInterface, *m_logicalDevice, DE_NULL))));
216 const Unique<VkSemaphore> bufferMemoryBindSemaphore(makeSemaphore(deviceInterface, *m_logicalDevice));
235 VK_CHECK(deviceInterface.queueBindSparse(sparseQueue.queueHandle, 1u, &bindSparseInfo, DE_NULL));
238 const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, computeQueue.queueFamilyIndex))
    [all...]
  /system/connectivity/shill/dbus/
chromeos_device_dbus_adaptor.h 38 public org::chromium::flimflam::DeviceInterface,
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.cpp 146 Image::Image (const vk::DeviceInterface& vk,
856 de::SharedPtr<Image> Image::createAndAlloc(const vk::DeviceInterface& vk,
869 de::SharedPtr<Image> Image::create(const vk::DeviceInterface& vk,
878 void transition2DImage (const vk::DeviceInterface& vk,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateImageObjectUtil.cpp 146 Image::Image (const vk::DeviceInterface& vk,
856 de::SharedPtr<Image> Image::createAndAlloc(const vk::DeviceInterface& vk,
869 de::SharedPtr<Image> Image::create(const vk::DeviceInterface& vk,
878 void transition2DImage (const vk::DeviceInterface& vk,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolImageObjectUtil.cpp 147 Image::Image (const vk::DeviceInterface& vk,
835 de::SharedPtr<Image> Image::createAndAlloc(const vk::DeviceInterface& vk,
848 de::SharedPtr<Image> Image::create(const vk::DeviceInterface& vk,
857 void transition2DImage (const vk::DeviceInterface& vk,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 513 const DeviceInterface& vk = m_context.getDeviceInterface();
583 const DeviceInterface& vk = m_context.getDeviceInterface();
752 const DeviceInterface& vk = m_context.getDeviceInterface();
786 const DeviceInterface& vk = m_context.getDeviceInterface();
817 const DeviceInterface& vk = m_context.getDeviceInterface();
944 const DeviceInterface& vk = m_context.getDeviceInterface();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 620 const DeviceInterface& vk = ctx.getDeviceInterface();
698 const DeviceInterface& vk = ctx.getDeviceInterface();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp     [all...]

Completed in 503 milliseconds

1 23 4