Home
last modified time | relevance | path

Searched refs:getDevice (Results 1 – 25 of 246) sorted by relevance

12345678910

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp44 context.getDeviceInterface().destroyBuffer(context.getDevice(), buffer, pAllocator); in release()
49 context.getDeviceInterface().destroyBufferView(context.getDevice(), bufferView, pAllocator); in release()
54 context.getDeviceInterface().destroyCommandPool(context.getDevice(), commandPool, pAllocator); in release()
59 …context.getDeviceInterface().destroyDescriptorPool(context.getDevice(), descriptorPool, pAllocator… in release()
64 …context.getDeviceInterface().destroyDescriptorSetLayout(context.getDevice(), descriptorSetLayout, … in release()
74 context.getDeviceInterface().destroyEvent(context.getDevice(), event, pAllocator); in release()
79 context.getDeviceInterface().destroyFence(context.getDevice(), fence, pAllocator); in release()
84 context.getDeviceInterface().destroyFramebuffer(context.getDevice(), framebuffer, pAllocator); in release()
89 context.getDeviceInterface().destroyImage(context.getDevice(), image, pAllocator); in release()
94 context.getDeviceInterface().destroyImageView(context.getDevice(), imageView, pAllocator); in release()
[all …]
DvktApiBufferComputeInstance.cpp45 const VkDevice device = context.getDevice(); in createDataBuffer()
92 const VkDevice device = context.getDevice(); in createColorDataBuffer()
136 const VkDevice device = context.getDevice(); in createDescriptorSetLayout()
149 const VkDevice device = context.getDevice(); in createDescriptorPool()
165 const VkDevice device = context.getDevice(); in createDescriptorSet()
202 const VkDevice device = context.getDevice(); in createDescriptorSet()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseResidency.cpp199 …const Unique<VkBuffer> sparseBuffer(createBuffer(deviceInterface, getDevice(), &bufferCreateInfo)); in iterate()
202 …const Unique<VkSemaphore> bufferMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
204 …ts bufferMemRequirements = getBufferMemoryRequirements(deviceInterface, getDevice(), *sparseBuffer… in iterate()
225 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
236 …const VkSparseMemoryBind sparseMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), buf… in iterate()
238 …emory>(sparseMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
273 …const Unique<VkBuffer> inputBuffer (createBuffer(deviceInterface, getDevice(), &inputBufferCr… in iterate()
274 …const de::UniquePtr<Allocation> inputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAll… in iterate()
287 …flushMappedMemoryRange(deviceInterface, getDevice(), inputBufferAlloc->getMemory(), inputBufferAll… in iterate()
291 …const Unique<VkBuffer> outputBuffer (createBuffer(deviceInterface, getDevice(), &outputBufferC… in iterate()
[all …]
DvktSparseResourcesShaderIntrinsicsBase.cpp279 const Unique<VkImage> imageSparse(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate()
282 const Unique<VkSemaphore> memoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
291 …s imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate()
300 …eMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate()
351 …t VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevice(), in iterate()
354 …Memory>(imageMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
364 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate()
367 …(imageMipTailMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
375 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate()
378 …(imageMipTailMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
[all …]
DvktSparseResourcesBufferMemoryAliasing.cpp217 …const Unique<VkBuffer> sparseBufferWrite(createBuffer(deviceInterface, getDevice(), &bufferCreateI… in iterate()
218 …const Unique<VkBuffer> sparseBufferRead(createBuffer(deviceInterface, getDevice(), &bufferCreateIn… in iterate()
221 …const Unique<VkSemaphore> bufferMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
223 …ts bufferMemRequirements = getBufferMemoryRequirements(deviceInterface, getDevice(), *sparseBuffer… in iterate()
239 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
248 …const VkSparseMemoryBind sparseMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), buf… in iterate()
250 …eMemory>(sparseMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)); in iterate()
298 …const Unique<VkBuffer> outputBuffer(createBuffer(deviceInterface, getDevice(), &outputBufferCrea… in iterate()
299 …const de::UniquePtr<Allocation> outputBufferAlloc(bindBuffer(deviceInterface, getDevice(), getAllo… in iterate()
302 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate()
[all …]
DvktSparseResourcesMipmapSparseResidency.cpp198 const Unique<VkImage> imageSparse(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate()
201 const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
205 …s imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate()
214 …eMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate()
242 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
261 …t VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevice(), in iterate()
264 …Memory>(imageMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
271 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate()
274 …(imageMipTailMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
286 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate()
[all …]
DvktSparseResourcesBufferSparseBinding.cpp156 …const Unique<VkBuffer> sparseBuffer(createBuffer(deviceInterface, getDevice(), &bufferCreateInfo)); in iterate()
159 …const Unique<VkSemaphore> bufferMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
161 …nts bufferMemRequirement = getBufferMemoryRequirements(deviceInterface, getDevice(), *sparseBuffer… in iterate()
182 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
200 sparseMemoryAllocation = allocateMemory(deviceInterface, getDevice(), &allocateInfo); in iterate()
247 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueu… in iterate()
248 …const Unique<VkCommandBuffer> commandBuffer(allocateCommandBuffer(deviceInterface, getDevice(), *c… in iterate()
254 …const Unique<VkBuffer> inputBuffer(createBuffer(deviceInterface, getDevice(), &inputBufferCreate… in iterate()
255 …const de::UniquePtr<Allocation> inputBufferAlloc(bindBuffer(deviceInterface, getDevice(), getAlloc… in iterate()
267 flushAlloc(deviceInterface, getDevice(), *inputBufferAlloc); in iterate()
[all …]
DvktSparseResourcesImageMemoryAliasing.cpp252 const Unique<VkImage> imageRead(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate()
253 const Unique<VkImage> imageWrite(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate()
256 …const Unique<VkSemaphore> memoryBindSemaphoreTransfer(createSemaphore(deviceInterface, getDevice()… in iterate()
257 …const Unique<VkSemaphore> memoryBindSemaphoreCompute(createSemaphore(deviceInterface, getDevice())… in iterate()
267 …nts imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, getDevice(), *imageRead); in iterate()
276 …rseMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageRead); in iterate()
301 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
321 …t VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevice(), in iterate()
324 …Memory>(imageMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
331 … VkSparseMemoryBind imageReadMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate()
[all …]
DvktSparseResourcesBufferTests.cpp665 …m_colorBuffer = makeBuffer(vk, getDevice(), makeBufferCreateInfo(m_colorBufferSize, VK_BUFFER_… in SparseBufferTestInstance()
666 …m_colorBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_colorBuffer, MemoryRequirem… in SparseBufferTestInstance()
669 flushAlloc(vk, getDevice(), *m_colorBufferAlloc); in SparseBufferTestInstance()
710 …getDeviceInterface(), getDevice(), getAllocator(), m_universalQueue.queueFamilyIndex, descriptorSe… in draw()
713 …renderer->draw(getDeviceInterface(), getDevice(), m_universalQueue.queueHandle, *this, useDeviceGr… in draw()
718 invalidateAlloc(getDeviceInterface(), getDevice(), *m_colorBufferAlloc); in isResultImageCorrect()
872 ….build(instance, getPhysicalDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBuff… in iterate()
881 ….build(instance, getPhysicalDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBuff… in iterate()
900 …sparseAllocation = builder.build(instance, getPhysicalDevice(secondDeviceID), vk, getDevice(), get… in iterate()
907 …vk.getDeviceGroupPeerMemoryFeatures(getDevice(), sparseAllocation->heapIndex, firstDeviceID, secon… in iterate()
[all …]
DvktSparseResourcesImageSparseResidency.cpp262 const Unique<VkImage> sparseImage(createImage(deviceInterface, getDevice(), &imageCreateInfo)); in iterate()
265 const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
269 …s imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, getDevice(), *sparseImage); in iterate()
277 …eMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *sparseImage); in iterate()
306 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
347 …t VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevice(), in iterate()
350 …Memory>(imageMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
358 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate()
361 …(imageMipTailMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
373 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate()
[all …]
DvktSparseResourcesShaderIntrinsicsSampled.cpp555 m_vertexBuffer = createBuffer(deviceInterface, getDevice(), &vertexBufferCreateInfo); in recordCommands()
556 …m_vertexBufferAlloc = bindBuffer(deviceInterface, getDevice(), getAllocator(), *m_vertexBuffer, Me… in recordCommands()
559 flushAlloc(deviceInterface, getDevice(), *m_vertexBufferAlloc); in recordCommands()
637 m_renderPass = createRenderPass(deviceInterface, getDevice(), &renderPassInfo); in recordCommands()
644 …scriptorSetLayout> descriptorSetLayout(descriptorLayerBuilder.build(deviceInterface, getDevice())); in recordCommands()
651 …descriptorPool = descriptorPoolBuilder.build(deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREA… in recordCommands()
656 m_sampler = createSampler(deviceInterface, getDevice(), &samplerCreateInfo); in recordCommands()
685 …const Unique<VkPipelineLayout> pipelineLayout(createPipelineLayout(deviceInterface, getDevice(), &… in recordCommands()
689 …Move<VkShaderModule> vertexModule = createShaderModule(deviceInterface, getDevice(), m_context.get… in recordCommands()
690 …Move<VkShaderModule> fragmentModule = createShaderModule(deviceInterface, getDevice(), m_context.g… in recordCommands()
[all …]
DvktSparseResourcesImageSparseBinding.cpp195 const Unique<VkImage> imageSparse(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate()
198 const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
201 …mageSparseMemRequirements = getImageMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate()
221 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate()
232 const VkSparseMemoryBind sparseMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate()
235 …emory>(sparseMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
271 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate()
272 …const Unique<VkCommandBuffer> commandBuffer(allocateCommandBuffer(deviceInterface, getDevice(), *c… in iterate()
290 …const Unique<VkBuffer> inputBuffer (createBuffer(deviceInterface, getDevice(), &inputBufferCr… in iterate()
291 …const de::UniquePtr<Allocation> inputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAll… in iterate()
[all …]
DvktSparseResourcesShaderIntrinsicsStorage.cpp375 …scriptorSetLayout> descriptorSetLayout(descriptorLayerBuilder.build(deviceInterface, getDevice())); in recordCommands()
378 …const Unique<VkPipelineLayout> pipelineLayout(makePipelineLayout(deviceInterface, getDevice(), *de… in recordCommands()
387 …descriptorPool = descriptorPoolBuilder.build(deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREA… in recordCommands()
437 …Unique<VkShaderModule> shaderModule(createShaderModule(deviceInterface, getDevice(), m_context.get… in recordCommands()
454 …pipelines[mipLevelNdx] = makeVkSharedPtr(makeComputePipeline(deviceInterface, getDevice(), *pipeli… in recordCommands()
460 …descriptorSets[mipLevelNdx] = makeVkSharedPtr(makeDescriptorSet(deviceInterface, getDevice(), *des… in recordCommands()
466 …imageSparseViews[mipLevelNdx] = makeVkSharedPtr(makeImageView(deviceInterface, getDevice(), imageS… in recordCommands()
469 …imageTexelsViews[mipLevelNdx] = makeVkSharedPtr(makeImageView(deviceInterface, getDevice(), imageT… in recordCommands()
472 …imageResidencyViews[mipLevelNdx] = makeVkSharedPtr(makeImageView(deviceInterface, getDevice(), ima… in recordCommands()
480 descriptorUpdateBuilder.update(deviceInterface, getDevice()); in recordCommands()
DvktSparseResourcesQueueBindSparseTests.cpp194 allSemaphores.push_back(makeVkSharedPtr(createSemaphore(vk, getDevice()))); in iterate()
200 allSemaphores.push_back(makeVkSharedPtr(createSemaphore(vk, getDevice()))); in iterate()
280 bindSparseFences.push_back(makeVkSharedPtr(createFence(vk, getDevice()))); in iterate()
291 regularFences.push_back(makeVkSharedPtr(createFence(vk, getDevice()))); in iterate()
296 if (!waitForFences(vk, getDevice(), bindSparseFences)) in iterate()
299 if (!waitForFences(vk, getDevice(), regularFences)) in iterate()
304 VK_CHECK(vk.deviceWaitIdle(getDevice())); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp115 context.getDevice(), &pipelineLayoutParams); in makePipelineLayout()
156 return createRenderPass(context.getDeviceInterface(), context.getDevice(), in makeRenderPass()
169 return createFramebuffer(context.getDeviceInterface(), context.getDevice(), in makeFramebuffer()
226 context.getDevice(), // const VkDevice device in makeGraphicsPipeline()
290 context.getDevice(), DE_NULL, &pipelineCreateInfo); in makeComputePipeline()
307 context.getDeviceInterface(), context.getDevice(), &allocateParams); in makeDescriptorSet()
322 context.getDeviceInterface(), context.getDevice(), &commandPoolParams); in makeCommandPool()
337 context.getDevice(), &bufferAllocateParams); in makeCommandBuffer()
351 context.getDeviceInterface(), context.getDevice(), &fenceParams)); in submitCommandBuffer()
376 context.getDevice(), 1u, &fence.get(), DE_TRUE, ~0ull)); in waitFence()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHidFacade.java189 BluetoothDevice mDevice = BluetoothFacade.getDevice( in bluetoothHidConnect()
208 BluetoothDevice mDevice = BluetoothFacade.getDevice( in bluetoothHidDisconnect()
239 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHidGetConnectionStatus()
261 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHidSetReport()
287 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHidGetReport()
308 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHidSendData()
325 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(), in bluetoothHidVirtualUnplug()
344 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(), in bluetoothHidSetPriority()
360 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(), in bluetoothHidGetPriority()
379 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(), in bluetoothHidSetProtocolMode()
[all …]
DBluetoothHfpClientFacade.java112 BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), in bluetoothHfpClientSetPriority()
130 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHfpClientGetPriority()
148 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHfpClientConnect()
172 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHfpClientDisconnect()
210 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHfpClientGetConnectionStatus()
231 device = BluetoothFacade.getDevice(sHfpClientProfile.getConnectedDevices(), deviceStr); in bluetoothHfpClientGetAudioState()
254 device = BluetoothFacade.getDevice( in bluetoothHfpClientStartVoiceRecognition()
278 device = BluetoothFacade.getDevice( in bluetoothHfpClientStopVoiceRecognition()
DBluetoothHspFacade.java122 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHspSetPriority()
139 BluetoothDevice mDevice = BluetoothFacade.getDevice( in bluetoothHspConnect()
156 BluetoothDevice mDevice = BluetoothFacade.getDevice( in bluetoothHspDisconnect()
187 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHspGetConnectionStatus()
231 device = BluetoothFacade.getDevice( in bluetoothHspConnectAudio()
260 device = BluetoothFacade.getDevice( in bluetoothHspDisconnectAudio()
293 device = BluetoothFacade.getDevice( in bluetoothHspIsAudioConnected()
313 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHspStartVoiceRecognition()
329 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHspStopVoiceRecognition()
DBluetoothA2dpSinkFacade.java100 BluetoothFacade.getDevice( in bluetoothA2dpSinkSetPriority()
119 BluetoothFacade.getDevice( in bluetoothA2dpSinkGetPriority()
145 BluetoothFacade.getDevice( in bluetoothA2dpSinkConnect()
164 device = BluetoothFacade.getDevice( in bluetoothA2dpSinkDisconnect()
200 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothA2dpSinkGetConnectionStatus()
DBluetoothPbapClientFacade.java114 BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), in bluetoothPbapClientSetPriority()
134 BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), in bluetoothPbapClientGetPriority()
152 BluetoothFacade.getDevice( in bluetoothPbapClientConnect()
177 BluetoothFacade.getDevice( in bluetoothPbapClientDisconnect()
214 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothPbapClientGetConnectionStatus()
DBluetoothHidDeviceFacade.java318 BluetoothFacade.getDevice(BluetoothFacade.DiscoveredDevices, device); in bluetoothHidDeviceConnect()
339 BluetoothDevice mDevice = BluetoothFacade.getDevice(sHidDeviceProfile.getConnectedDevices(), in bluetoothHidDeviceDisconnect()
373 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHidDeviceGetConnectionStatus()
426 BluetoothDevice device = BluetoothFacade.getDevice(sHidDeviceProfile.getConnectedDevices(), in bluetoothHidDeviceSendReport()
458 BluetoothDevice device = BluetoothFacade.getDevice(sHidDeviceProfile.getConnectedDevices(), in bluetoothHidDeviceReplyReport()
484 BluetoothDevice device = BluetoothFacade.getDevice(sHidDeviceProfile.getConnectedDevices(), in bluetoothHidDeviceReportError()
509 BluetoothDevice device = BluetoothFacade.getDevice(sHidDeviceProfile.getConnectedDevices(), in bluetoothHidDeviceMoveRepeatedly()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp806 …e(), context.getPhysicalDevice(), context.getDeviceInterface(), context.getDevice(), VK_FORMAT_R32… in SampleReadTestInstance()
807 …, m_srcImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(), contex… in SampleReadTestInstance()
808 …, m_srcImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_srcImag… in SampleReadTestInstance()
809 …, m_srcInputImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_src… in SampleReadTestInstance()
810 …e(), context.getPhysicalDevice(), context.getDeviceInterface(), context.getDevice(), VK_FORMAT_R32… in SampleReadTestInstance()
811 …, m_dstMultisampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice()… in SampleReadTestInstance()
812 …, m_dstMultisampleImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *… in SampleReadTestInstance()
813 …e(), context.getPhysicalDevice(), context.getDeviceInterface(), context.getDevice(), VK_FORMAT_R32… in SampleReadTestInstance()
814 …, m_dstSinglesampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(… in SampleReadTestInstance()
815 …, m_dstSinglesampleImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *… in SampleReadTestInstance()
[all …]
DvktRenderPassSubpassDependencyTests.cpp401 …, m_images (createAndAllocateImages(context.getDeviceInterface(), context.getDevice(), contex… in ExternalDependencyTestInstance()
402 …, m_imageViews (createImageViews(context.getDeviceInterface(), context.getDevice(), m_images, … in ExternalDependencyTestInstance()
403 …, m_samplers (createSamplers(context.getDeviceInterface(), context.getDevice(), testConfig.ren… in ExternalDependencyTestInstance()
404 …, m_dstBuffer (createBuffer(context.getDeviceInterface(), context.getDevice(), m_format, m_wid… in ExternalDependencyTestInstance()
405 …, m_dstBufferMemory (createBufferMemory(context.getDeviceInterface(), context.getDevice(), cont… in ExternalDependencyTestInstance()
406 …, m_renderPasses (createRenderPasses(context.getDeviceInterface(), context.getDevice(), testCon… in ExternalDependencyTestInstance()
407 …, m_framebuffers (createFramebuffers(context.getDeviceInterface(), context.getDevice(), m_rende… in ExternalDependencyTestInstance()
408 …Layouts (createDescriptorSetLayouts(context.getDeviceInterface(), context.getDevice(), m_samplers)) in ExternalDependencyTestInstance()
409 …, m_subpassDescriptorPools (createDescriptorPools(context.getDeviceInterface(), context.getDevice in ExternalDependencyTestInstance()
410 …, m_subpassDescriptorSets (createDescriptorSets(context.getDeviceInterface(), context.getDevice()… in ExternalDependencyTestInstance()
[all …]
DvktRenderPassSparseRenderTargetTests.cpp418 , m_bindSemaphore (createSemaphore(context.getDeviceInterface(), context.getDevice())) in SparseRenderTargetTestInstance()
419 …, m_dstImage (createSparseImageAndMemory(context.getDeviceInterface(), context.getDevice(), con… in SparseRenderTargetTestInstance()
420 …, m_dstImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_dstImage… in SparseRenderTargetTestInstance()
421 …, m_dstBuffer (createBuffer(context.getDeviceInterface(), context.getDevice(), m_format, m_widt… in SparseRenderTargetTestInstance()
422 …, m_dstBufferMemory (createBufferMemory(context.getDeviceInterface(), context.getDevice(), conte… in SparseRenderTargetTestInstance()
423 …, m_renderPass (createRenderPass(context.getDeviceInterface(), context.getDevice(), m_format, t… in SparseRenderTargetTestInstance()
424 …, m_framebuffer (createFramebuffer(context.getDeviceInterface(), context.getDevice(), *m_render… in SparseRenderTargetTestInstance()
425 …enderPipelineLayout (createRenderPipelineLayout(context.getDeviceInterface(), context.getDevice())) in SparseRenderTargetTestInstance()
426 …, m_renderPipeline (createRenderPipeline(context.getDeviceInterface(), context.getDevice(), *m_r… in SparseRenderTargetTestInstance()
427 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMAN… in SparseRenderTargetTestInstance()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawTests.cpp154 …m_secondaryCmdBuffer = vk::allocateCommandBuffer(m_vk, m_context.getDevice(), *m_cmdPool, vk::VK_C… in ConditionalDraw()
160 m_indexBuffer = Draw::Buffer::createAndAlloc(m_vk, m_context.getDevice(), in createAndBindIndexBuffer()
169 vk::flushAlloc(m_vk, m_context.getDevice(), m_indexBuffer->getBoundMemory()); in createAndBindIndexBuffer()
205 m_context.getDevice(), in createIndirectBuffer()
214 vk::flushAlloc(m_vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory()); in createIndirectBuffer()
249 m_context.getDevice(), in createIndexedIndirectBuffer()
258 vk::flushAlloc(m_vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory()); in createIndexedIndirectBuffer()
264 m_context.getDevice(), in createIndirectCountBuffer()
273 vk::flushAlloc(m_vk, m_context.getDevice(), m_indirectCountBuffer->getBoundMemory()); in createIndirectCountBuffer()
332 const vk::VkDevice device = m_context.getDevice(); in iterate()

12345678910