/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiNullHandleTests.cpp | 44 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 …]
|
D | vktApiBufferComputeInstance.cpp | 45 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/ |
D | vktSparseResourcesBufferSparseResidency.cpp | 200 …const Unique<VkBuffer> sparseBuffer(createBuffer(deviceInterface, getDevice(), &bufferCreateInfo)); in iterate() 203 …const Unique<VkSemaphore> bufferMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate() 205 …ts bufferMemRequirements = getBufferMemoryRequirements(deviceInterface, getDevice(), *sparseBuffer… in iterate() 226 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 237 …const VkSparseMemoryBind sparseMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), buf… in iterate() 239 …emory>(sparseMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate() 274 …const Unique<VkBuffer> inputBuffer (createBuffer(deviceInterface, getDevice(), &inputBufferCr… in iterate() 275 …const de::UniquePtr<Allocation> inputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAll… in iterate() 288 flushAlloc(deviceInterface, getDevice(), *inputBufferAlloc); in iterate() 292 …const Unique<VkBuffer> outputBuffer (createBuffer(deviceInterface, getDevice(), &outputBufferC… in iterate() [all …]
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 218 …const Unique<VkBuffer> sparseBufferWrite(createBuffer(deviceInterface, getDevice(), &bufferCreateI… in iterate() 219 …const Unique<VkBuffer> sparseBufferRead(createBuffer(deviceInterface, getDevice(), &bufferCreateIn… in iterate() 222 …const Unique<VkSemaphore> bufferMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate() 224 …ts bufferMemRequirements = getBufferMemoryRequirements(deviceInterface, getDevice(), *sparseBuffer… in iterate() 240 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 249 …const VkSparseMemoryBind sparseMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), buf… in iterate() 251 …eMemory>(sparseMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)); in iterate() 299 …const Unique<VkBuffer> outputBuffer(createBuffer(deviceInterface, getDevice(), &outputBufferCrea… in iterate() 300 …const de::UniquePtr<Allocation> outputBufferAlloc(bindBuffer(deviceInterface, getDevice(), getAllo… in iterate() 303 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate() [all …]
|
D | vktSparseResourcesBufferSparseBinding.cpp | 159 …const Unique<VkBuffer> sparseBuffer(createBuffer(deviceInterface, getDevice(), &bufferCreateInfo)); in iterate() 162 …const Unique<VkSemaphore> bufferMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate() 164 …nts bufferMemRequirement = getBufferMemoryRequirements(deviceInterface, getDevice(), *sparseBuffer… in iterate() 185 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 203 sparseMemoryAllocation = allocateMemory(deviceInterface, getDevice(), &allocateInfo); in iterate() 250 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueu… in iterate() 251 …const Unique<VkCommandBuffer> commandBuffer(allocateCommandBuffer(deviceInterface, getDevice(), *c… in iterate() 257 …const Unique<VkBuffer> inputBuffer(createBuffer(deviceInterface, getDevice(), &inputBufferCreate… in iterate() 258 …const de::UniquePtr<Allocation> inputBufferAlloc(bindBuffer(deviceInterface, getDevice(), getAlloc… in iterate() 270 flushAlloc(deviceInterface, getDevice(), *inputBufferAlloc); in iterate() [all …]
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 219 …const Unique<VkImage> imageSparse(createImage(deviceInterface, getDevice(), &imageSparseInfo… in iterate() 222 …t Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate() 228 …s imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate() 245 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 255 …sparseMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageSp… in iterate() 287 …t VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevice(), in iterate() 290 …Memory>(imageMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate() 297 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate() 300 …(imageMipTailMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate() 312 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate() [all …]
|
D | vktSparseResourcesBufferTests.cpp | 653 …m_colorBuffer = makeBuffer(vk, getDevice(), m_colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BI… in SparseBufferTestInstance() 654 …m_colorBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_colorBuffer, MemoryRequirem… in SparseBufferTestInstance() 657 flushAlloc(vk, getDevice(), *m_colorBufferAlloc); in SparseBufferTestInstance() 698 …getDeviceInterface(), getDevice(), getAllocator(), m_universalQueue.queueFamilyIndex, descriptorSe… in draw() 701 …renderer->draw(getDeviceInterface(), getDevice(), m_universalQueue.queueHandle, *this, useDeviceGr… in draw() 706 invalidateAlloc(getDeviceInterface(), getDevice(), *m_colorBufferAlloc); in isResultImageCorrect() 860 ….build(instance, getPhysicalDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBuff… in iterate() 869 ….build(instance, getPhysicalDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBuff… in iterate() 888 …sparseAllocation = builder.build(instance, getPhysicalDevice(secondDeviceID), vk, getDevice(), get… in iterate() 895 …vk.getDeviceGroupPeerMemoryFeatures(getDevice(), sparseAllocation->heapIndex, firstDeviceID, secon… in iterate() [all …]
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 276 const Unique<VkImage> imageRead(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate() 277 const Unique<VkImage> imageWrite(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate() 280 …const Unique<VkSemaphore> memoryBindSemaphoreTransfer(createSemaphore(deviceInterface, getDevice()… in iterate() 281 …const Unique<VkSemaphore> memoryBindSemaphoreCompute(createSemaphore(deviceInterface, getDevice())… in iterate() 289 …nts imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, getDevice(), *imageRead); in iterate() 306 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 317 …sparseMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageRe… in iterate() 349 …t VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevice(), in iterate() 352 …Memory>(imageMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate() 359 … VkSparseMemoryBind imageReadMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate() [all …]
|
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 496 const Unique<VkImage> imageSparse(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate() 499 const Unique<VkSemaphore> memoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate() 519 … imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate() 533 …sparseMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageSp… in iterate() 581 …t VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevice(), in iterate() 584 …Memory>(imageMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate() 594 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate() 597 …(imageMipTailMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate() 605 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate() 608 …(imageMipTailMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate() [all …]
|
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 589 m_vertexBuffer = createBuffer(deviceInterface, getDevice(), &vertexBufferCreateInfo); in recordCommands() 590 …m_vertexBufferAlloc = bindBuffer(deviceInterface, getDevice(), getAllocator(), *m_vertexBuffer, Me… in recordCommands() 593 flushAlloc(deviceInterface, getDevice(), *m_vertexBufferAlloc); in recordCommands() 671 m_renderPass = createRenderPass(deviceInterface, getDevice(), &renderPassInfo); in recordCommands() 678 …scriptorSetLayout> descriptorSetLayout(descriptorLayerBuilder.build(deviceInterface, getDevice())); in recordCommands() 685 …descriptorPool = descriptorPoolBuilder.build(deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREA… in recordCommands() 708 m_sampler = createSampler(deviceInterface, getDevice(), &samplerCreateInfo); in recordCommands() 737 …const Unique<VkPipelineLayout> pipelineLayout(createPipelineLayout(deviceInterface, getDevice(), &… in recordCommands() 741 …Move<VkShaderModule> vertexModule = createShaderModule(deviceInterface, getDevice(), m_context.get… in recordCommands() 742 …Move<VkShaderModule> fragmentModule = createShaderModule(deviceInterface, getDevice(), m_context.g… in recordCommands() [all …]
|
D | vktSparseResourcesImageSparseBinding.cpp | 211 const Unique<VkImage> imageSparse(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate() 214 const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate() 217 …s imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate() 237 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 248 const VkSparseMemoryBind sparseMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate() 251 …emory>(sparseMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate() 316 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueu… in iterate() 317 …const Unique<VkCommandBuffer> commandBuffer(allocateCommandBuffer(deviceInterface, getDevice(), *c… in iterate() 323 …const Unique<VkBuffer> inputBuffer (createBuffer(deviceInterface, getDevice(), &inputBufferCr… in iterate() 324 …const de::UniquePtr<Allocation> inputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAll… in iterate() [all …]
|
D | vktSparseResourcesImageSparseResidency.cpp | 379 const Unique<VkImage> imageSparse(createImage(deviceInterface, getDevice(), &imageCreateInfo)); in iterate() 382 const Unique<VkSemaphore> imageMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate() 388 …s imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate() 404 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 414 …sparseMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageSp… in iterate() 463 …t VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevice(), in iterate() 466 …Memory>(imageMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate() 475 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate() 478 …(imageMipTailMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate() 490 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate() [all …]
|
D | vktSparseResourcesShaderIntrinsicsStorage.cpp | 407 …scriptorSetLayout> descriptorSetLayout(descriptorLayerBuilder.build(deviceInterface, getDevice())); in recordCommands() 410 …const Unique<VkPipelineLayout> pipelineLayout(makePipelineLayout(deviceInterface, getDevice(), *de… in recordCommands() 419 …descriptorPool = descriptorPoolBuilder.build(deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREA… in recordCommands() 469 …Unique<VkShaderModule> shaderModule(createShaderModule(deviceInterface, getDevice(), m_context.get… in recordCommands() 486 …pipelines[mipLevelNdx] = makeVkSharedPtr(makeComputePipeline(deviceInterface, getDevice(), *pipeli… in recordCommands() 492 …descriptorSets[mipLevelNdx] = makeVkSharedPtr(makeDescriptorSet(deviceInterface, getDevice(), *des… in recordCommands() 498 …imageSparseViews[mipLevelNdx] = makeVkSharedPtr(makeImageView(deviceInterface, getDevice(), imageS… in recordCommands() 501 …imageTexelsViews[mipLevelNdx] = makeVkSharedPtr(makeImageView(deviceInterface, getDevice(), imageT… in recordCommands() 504 …imageResidencyViews[mipLevelNdx] = makeVkSharedPtr(makeImageView(deviceInterface, getDevice(), ima… in recordCommands() 512 descriptorUpdateBuilder.update(deviceInterface, getDevice()); in recordCommands()
|
D | vktSparseResourcesQueueBindSparseTests.cpp | 189 allSemaphores.push_back(makeVkSharedPtr(createSemaphore(vk, getDevice()))); in iterate() 195 allSemaphores.push_back(makeVkSharedPtr(createSemaphore(vk, getDevice()))); in iterate() 275 bindSparseFences.push_back(makeVkSharedPtr(createFence(vk, getDevice()))); in iterate() 286 regularFences.push_back(makeVkSharedPtr(createFence(vk, getDevice()))); in iterate() 291 if (!waitForFences(vk, getDevice(), bindSparseFences)) in iterate() 294 if (!waitForFences(vk, getDevice(), regularFences)) in iterate() 299 VK_CHECK(vk.deviceWaitIdle(getDevice())); in iterate()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothHfpClientFacade.java | 113 BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), in bluetoothHfpClientSetPriority() 131 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHfpClientGetPriority() 149 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHfpClientConnect() 173 BluetoothDevice device = BluetoothFacade.getDevice( in bluetoothHfpClientDisconnect() 211 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHfpClientGetConnectionStatus() 232 device = BluetoothFacade.getDevice(sHfpClientProfile.getConnectedDevices(), deviceStr); in bluetoothHfpClientGetAudioState() 241 private BluetoothDevice getDevice(String deviceStr) { in getDevice() method in BluetoothHfpClientFacade 245 device = BluetoothFacade.getDevice(sHfpClientProfile.getConnectedDevices(), deviceStr); in getDevice() 265 BluetoothDevice device = getDevice(deviceStr); in bluetoothHfpClientStartVoiceRecognition() 281 BluetoothDevice device = getDevice(deviceStr); in bluetoothHfpClientStopVoiceRecognition() [all …]
|
D | BluetoothHidFacade.java | 189 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 …]
|
D | BluetoothHspFacade.java | 122 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()
|
D | BluetoothPbapClientFacade.java | 114 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()
|
D | BluetoothA2dpSinkFacade.java | 100 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()
|
D | BluetoothHidDeviceFacade.java | 318 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/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | StateManager9.cpp | 456 mRenderer9->getDevice()->SetViewport(&dxViewport); in setViewportState() 516 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setShaderConstants() 544 mRenderer9->getDevice()->SetRenderState(D3DRS_SCISSORTESTENABLE, scissorEnabled ? TRUE : FALSE); in setScissorEnabled() 560 mRenderer9->getDevice()->SetScissorRect(&rect); in setScissorRect() 567 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setDepthFunc() 573 mRenderer9->getDevice()->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE); in setDepthFunc() 587 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilOpsFront() 605 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilOpsBack() 620 mRenderer9->getDevice()->SetRenderState( in setStencilBackWriteMask() 632 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilFuncsBack() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSampleReadTests.cpp | 807 …e(), context.getPhysicalDevice(), context.getDeviceInterface(), context.getDevice(), VK_FORMAT_R32… in SampleReadTestInstance() 808 …, m_srcImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(), contex… in SampleReadTestInstance() 809 …, m_srcImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_srcImag… in SampleReadTestInstance() 810 …, m_srcInputImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_src… in SampleReadTestInstance() 811 …e(), context.getPhysicalDevice(), context.getDeviceInterface(), context.getDevice(), VK_FORMAT_R32… in SampleReadTestInstance() 812 …, m_dstMultisampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice()… in SampleReadTestInstance() 813 …, m_dstMultisampleImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *… in SampleReadTestInstance() 814 …e(), context.getPhysicalDevice(), context.getDeviceInterface(), context.getDevice(), VK_FORMAT_R32… in SampleReadTestInstance() 815 …, m_dstSinglesampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(… in SampleReadTestInstance() 816 …, m_dstSinglesampleImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *… in SampleReadTestInstance() [all …]
|
D | vktRenderPassSparseRenderTargetTests.cpp | 420 , m_bindSemaphore (createSemaphore(context.getDeviceInterface(), context.getDevice())) in SparseRenderTargetTestInstance() 421 …, m_dstImage (createSparseImageAndMemory(context.getDeviceInterface(), context.getDevice(), con… in SparseRenderTargetTestInstance() 422 …, m_dstImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_dstImage… in SparseRenderTargetTestInstance() 423 …, m_dstBuffer (createBuffer(context.getDeviceInterface(), context.getDevice(), m_format, m_widt… in SparseRenderTargetTestInstance() 424 …, m_dstBufferMemory (createBufferMemory(context.getDeviceInterface(), context.getDevice(), conte… in SparseRenderTargetTestInstance() 425 …, m_renderPass (createRenderPass(context.getDeviceInterface(), context.getDevice(), m_format, t… in SparseRenderTargetTestInstance() 426 …, m_framebuffer (createFramebuffer(context.getDeviceInterface(), context.getDevice(), *m_render… in SparseRenderTargetTestInstance() 427 …enderPipelineLayout (createRenderPipelineLayout(context.getDeviceInterface(), context.getDevice())) in SparseRenderTargetTestInstance() 428 …, m_renderPipeline (createRenderPipeline(context.getDeviceInterface(), context.getDevice(), *m_r… in SparseRenderTargetTestInstance() 429 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMAN… in SparseRenderTargetTestInstance() [all …]
|
/external/angle/src/tests/gl_tests/ |
D | VulkanExternalImageTest.cpp | 263 vkDestroyImage(helper.getDevice(), image, nullptr); in RunShouldImportMemoryTest() 264 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in RunShouldImportMemoryTest() 309 vkDestroySemaphore(helper.getDevice(), vkSemaphore, nullptr); in RunShouldImportSemaphoreTest() 387 vkDestroyImage(helper.getDevice(), image, nullptr); in RunShouldClearTest() 388 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in RunShouldClearTest() 535 vkDestroyImage(helper.getDevice(), image, nullptr); in RunTextureFormatCompatChromiumTest() 536 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in RunTextureFormatCompatChromiumTest() 753 vkDeviceWaitIdle(helper.getDevice()); in RunShouldClearWithSemaphoresTest() 754 vkDestroyImage(helper.getDevice(), image, nullptr); in RunShouldClearWithSemaphoresTest() 755 vkDestroySemaphore(helper.getDevice(), vkAcquireSemaphore, nullptr); in RunShouldClearWithSemaphoresTest() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDrawTests.cpp | 154 …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()
|