Home
last modified time | relevance | path

Searched refs:getDescriptorPointer (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.hpp142 …uint8_t *getDescriptorPointer(DescriptorSet *descriptorSet, uint32_t bindingNumber, uint32_t array…
DVkDescriptorSetLayout.cpp238 uint8_t *DescriptorSetLayout::getDescriptorPointer(DescriptorSet *descriptorSet, uint32_t bindingNu… in getDescriptorPointer() function in vk::DescriptorSetLayout
261 …uint8_t *memToWrite = dstLayout->getDescriptorPointer(dstSet, entry.dstBinding, entry.dstArrayElem… in WriteDescriptorSet()
593 …uint8_t *memToRead = srcLayout->getDescriptorPointer(srcSet, descriptorCopies.srcBinding, descript… in CopyDescriptorSet()
596 …uint8_t *memToWrite = dstLayout->getDescriptorPointer(dstSet, descriptorCopies.dstBinding, descrip… in CopyDescriptorSet()