Home
last modified time | relevance | path

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

12345678910>>...32

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiNullHandleTests.cpp44 context.getDeviceInterface().destroyBuffer(context.getDevice(), buffer, pAllocator); in release()
49 context.getDeviceInterface().destroyBufferView(context.getDevice(), bufferView, pAllocator); in release()
55 context.getDeviceInterface().destroyCommandPool(context.getDevice(), commandPool, pAllocator); in release()
60 …context.getDeviceInterface().destroyDescriptorPool(context.getDevice(), descriptorPool, pAllocator… in release()
66 …context.getDeviceInterface().destroyDescriptorSetLayout(context.getDevice(), descriptorSetLayout, … in release()
76 context.getDeviceInterface().destroyEvent(context.getDevice(), event, pAllocator); in release()
81 context.getDeviceInterface().destroyFence(context.getDevice(), fence, pAllocator); in release()
86 context.getDeviceInterface().destroyFramebuffer(context.getDevice(), framebuffer, pAllocator); in release()
91 context.getDeviceInterface().destroyImage(context.getDevice(), image, pAllocator); in release()
96 context.getDeviceInterface().destroyImageView(context.getDevice(), imageView, pAllocator); in release()
[all …]
/third_party/vk-gl-cts/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()
55 context.getDeviceInterface().destroyCommandPool(context.getDevice(), commandPool, pAllocator); in release()
60 …context.getDeviceInterface().destroyDescriptorPool(context.getDevice(), descriptorPool, pAllocator… in release()
66 …context.getDeviceInterface().destroyDescriptorSetLayout(context.getDevice(), descriptorSetLayout, … in release()
76 context.getDeviceInterface().destroyEvent(context.getDevice(), event, pAllocator); in release()
81 context.getDeviceInterface().destroyFence(context.getDevice(), fence, pAllocator); in release()
86 context.getDeviceInterface().destroyFramebuffer(context.getDevice(), framebuffer, pAllocator); in release()
91 context.getDeviceInterface().destroyImage(context.getDevice(), image, pAllocator); in release()
96 context.getDeviceInterface().destroyImageView(context.getDevice(), imageView, pAllocator); in release()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseResidency.cpp200 …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 …]
DvktSparseResourcesBufferMemoryAliasing.cpp218 …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 …]
DvktSparseResourcesBufferSparseBinding.cpp159 …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 …]
DvktSparseResourcesMipmapSparseResidency.cpp219 …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 …]
DvktSparseResourcesBufferTests.cpp653 …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 …]
DvktSparseResourcesImageMemoryAliasing.cpp276 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 …]
DvktSparseResourcesShaderIntrinsicsBase.cpp528 const Unique<VkImage> imageSparse(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate()
531 const Unique<VkSemaphore> memoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
551 … imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate()
565 …sparseMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageSp… in iterate()
613 …t VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevice(), in iterate()
616 …Memory>(imageMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
626 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate()
629 …(imageMipTailMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
637 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate()
640 …(imageMipTailMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
[all …]
DvktSparseResourcesShaderIntrinsicsSampled.cpp611 m_vertexBuffer = createBuffer(deviceInterface, getDevice(), &vertexBufferCreateInfo); in recordCommands()
612 …m_vertexBufferAlloc = bindBuffer(deviceInterface, getDevice(), getAllocator(), *m_vertexBuffer, Me… in recordCommands()
615 flushAlloc(deviceInterface, getDevice(), *m_vertexBufferAlloc); in recordCommands()
693 m_renderPass = createRenderPass(deviceInterface, getDevice(), &renderPassInfo); in recordCommands()
700 …scriptorSetLayout> descriptorSetLayout(descriptorLayerBuilder.build(deviceInterface, getDevice())); in recordCommands()
707 …descriptorPool = descriptorPoolBuilder.build(deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREA… in recordCommands()
730 m_sampler = createSampler(deviceInterface, getDevice(), &samplerCreateInfo); in recordCommands()
759 pipelineLayout = createPipelineLayout(deviceInterface, getDevice(), &pipelineLayoutParams); in recordCommands()
763 …Move<VkShaderModule> vertexModule = createShaderModule(deviceInterface, getDevice(), m_context.get… in recordCommands()
764 …Move<VkShaderModule> fragmentModule = createShaderModule(deviceInterface, getDevice(), m_context.g… in recordCommands()
[all …]
DvktSparseResourcesImageSparseBinding.cpp211 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 …]
DvktSparseResourcesImageSparseResidency.cpp379 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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseResidency.cpp200 …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 …]
DvktSparseResourcesBufferMemoryAliasing.cpp218 …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 …]
DvktSparseResourcesBufferSparseBinding.cpp159 …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 …]
DvktSparseResourcesMipmapSparseResidency.cpp219 …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 …]
DvktSparseResourcesBufferTests.cpp653 …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 …]
DvktSparseResourcesImageMemoryAliasing.cpp276 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 …]
DvktSparseResourcesShaderIntrinsicsBase.cpp528 const Unique<VkImage> imageSparse(createImage(deviceInterface, getDevice(), &imageSparseInfo)); in iterate()
531 const Unique<VkSemaphore> memoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
551 … imageMemoryRequirements = getImageMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate()
565 …sparseMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageSp… in iterate()
613 …t VkSparseImageMemoryBind imageMemoryBind = makeSparseImageMemoryBind(deviceInterface, getDevice(), in iterate()
616 …Memory>(imageMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
626 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate()
629 …(imageMipTailMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
637 …onst VkSparseMemoryBind imageMipTailMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), in iterate()
640 …(imageMipTailMemoryBind.memory), Deleter<VkDeviceMemory>(deviceInterface, getDevice(), DE_NULL)))); in iterate()
[all …]
DvktSparseResourcesShaderIntrinsicsSampled.cpp611 m_vertexBuffer = createBuffer(deviceInterface, getDevice(), &vertexBufferCreateInfo); in recordCommands()
612 …m_vertexBufferAlloc = bindBuffer(deviceInterface, getDevice(), getAllocator(), *m_vertexBuffer, Me… in recordCommands()
615 flushAlloc(deviceInterface, getDevice(), *m_vertexBufferAlloc); in recordCommands()
693 m_renderPass = createRenderPass(deviceInterface, getDevice(), &renderPassInfo); in recordCommands()
700 …scriptorSetLayout> descriptorSetLayout(descriptorLayerBuilder.build(deviceInterface, getDevice())); in recordCommands()
707 …descriptorPool = descriptorPoolBuilder.build(deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREA… in recordCommands()
730 m_sampler = createSampler(deviceInterface, getDevice(), &samplerCreateInfo); in recordCommands()
759 pipelineLayout = createPipelineLayout(deviceInterface, getDevice(), &pipelineLayoutParams); in recordCommands()
763 …Move<VkShaderModule> vertexModule = createShaderModule(deviceInterface, getDevice(), m_context.get… in recordCommands()
764 …Move<VkShaderModule> fragmentModule = createShaderModule(deviceInterface, getDevice(), m_context.g… in recordCommands()
[all …]
DvktSparseResourcesImageSparseBinding.cpp211 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 …]
DvktSparseResourcesImageSparseResidency.cpp379 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 …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp456 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 …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp807 …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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp807 …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 …]

12345678910>>...32