• Home
  • Raw
  • Download

Lines Matching refs:writeInfos

1359     VkWriteDescriptorSet *writeInfos    = contextVk->allocWriteDescriptorSets(count);  in updateAtomicCounterBuffersDescriptorSet()  local
1366 &writeInfos[writeCount]); in updateAtomicCounterBuffersDescriptorSet()
1419 VkWriteDescriptorSet *writeInfos = contextVk->allocWriteDescriptorSets(arraySize); in updateImagesDescriptorSet() local
1443 writeInfos[arrayElement].sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET; in updateImagesDescriptorSet()
1444 writeInfos[arrayElement].pNext = nullptr; in updateImagesDescriptorSet()
1445 writeInfos[arrayElement].dstSet = descriptorSet; in updateImagesDescriptorSet()
1446 writeInfos[arrayElement].dstBinding = info.binding; in updateImagesDescriptorSet()
1447 writeInfos[arrayElement].dstArrayElement = arrayOffset + arrayElement; in updateImagesDescriptorSet()
1448 writeInfos[arrayElement].descriptorCount = 1; in updateImagesDescriptorSet()
1449 writeInfos[arrayElement].descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER; in updateImagesDescriptorSet()
1450 writeInfos[arrayElement].pImageInfo = nullptr; in updateImagesDescriptorSet()
1451 writeInfos[arrayElement].pBufferInfo = nullptr; in updateImagesDescriptorSet()
1452 writeInfos[arrayElement].pTexelBufferView = view->ptr(); in updateImagesDescriptorSet()
1478 writeInfos[arrayElement].sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET; in updateImagesDescriptorSet()
1479 writeInfos[arrayElement].pNext = nullptr; in updateImagesDescriptorSet()
1480 writeInfos[arrayElement].dstSet = descriptorSet; in updateImagesDescriptorSet()
1481 writeInfos[arrayElement].dstBinding = info.binding; in updateImagesDescriptorSet()
1482 writeInfos[arrayElement].dstArrayElement = arrayOffset + arrayElement; in updateImagesDescriptorSet()
1483 writeInfos[arrayElement].descriptorCount = 1; in updateImagesDescriptorSet()
1484 writeInfos[arrayElement].descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE; in updateImagesDescriptorSet()
1485 writeInfos[arrayElement].pImageInfo = &imageInfos[arrayElement]; in updateImagesDescriptorSet()
1486 writeInfos[arrayElement].pBufferInfo = nullptr; in updateImagesDescriptorSet()
1487 writeInfos[arrayElement].pTexelBufferView = nullptr; in updateImagesDescriptorSet()
1576 VkWriteDescriptorSet *writeInfos = contextVk->allocWriteDescriptorSets(1); in updateInputAttachmentDescriptorSet() local
1587 writeInfos[0].sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET; in updateInputAttachmentDescriptorSet()
1588 writeInfos[0].pNext = nullptr; in updateInputAttachmentDescriptorSet()
1589 writeInfos[0].dstSet = descriptorSet; in updateInputAttachmentDescriptorSet()
1590 writeInfos[0].dstBinding = baseBinding + static_cast<uint32_t>(colorIndex); in updateInputAttachmentDescriptorSet()
1591 writeInfos[0].dstArrayElement = 0; in updateInputAttachmentDescriptorSet()
1592 writeInfos[0].descriptorCount = 1; in updateInputAttachmentDescriptorSet()
1593 writeInfos[0].descriptorType = VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT; in updateInputAttachmentDescriptorSet()
1594 writeInfos[0].pImageInfo = &imageInfos[0]; in updateInputAttachmentDescriptorSet()
1595 writeInfos[0].pBufferInfo = nullptr; in updateInputAttachmentDescriptorSet()
1596 writeInfos[0].pTexelBufferView = nullptr; in updateInputAttachmentDescriptorSet()
1737 VkWriteDescriptorSet *writeInfos = contextVk->allocWriteDescriptorSets(arraySize); in updateTexturesDescriptorSet() local
1755 writeInfos[arrayElement].sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET; in updateTexturesDescriptorSet()
1756 writeInfos[arrayElement].pNext = nullptr; in updateTexturesDescriptorSet()
1757 writeInfos[arrayElement].dstSet = descriptorSet; in updateTexturesDescriptorSet()
1758 writeInfos[arrayElement].dstBinding = info.binding; in updateTexturesDescriptorSet()
1759 writeInfos[arrayElement].dstArrayElement = arrayOffset + arrayElement; in updateTexturesDescriptorSet()
1760 writeInfos[arrayElement].descriptorCount = 1; in updateTexturesDescriptorSet()
1761 writeInfos[arrayElement].descriptorType = in updateTexturesDescriptorSet()
1763 writeInfos[arrayElement].pImageInfo = nullptr; in updateTexturesDescriptorSet()
1764 writeInfos[arrayElement].pBufferInfo = nullptr; in updateTexturesDescriptorSet()
1765 writeInfos[arrayElement].pTexelBufferView = view->ptr(); in updateTexturesDescriptorSet()
1807 writeInfos[arrayElement].sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET; in updateTexturesDescriptorSet()
1808 writeInfos[arrayElement].pNext = nullptr; in updateTexturesDescriptorSet()
1809 writeInfos[arrayElement].dstSet = descriptorSet; in updateTexturesDescriptorSet()
1810 writeInfos[arrayElement].dstBinding = info.binding; in updateTexturesDescriptorSet()
1811 writeInfos[arrayElement].dstArrayElement = arrayOffset + arrayElement; in updateTexturesDescriptorSet()
1812 writeInfos[arrayElement].descriptorCount = 1; in updateTexturesDescriptorSet()
1813 writeInfos[arrayElement].descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in updateTexturesDescriptorSet()
1814 writeInfos[arrayElement].pImageInfo = &imageInfos[arrayElement]; in updateTexturesDescriptorSet()
1815 writeInfos[arrayElement].pBufferInfo = nullptr; in updateTexturesDescriptorSet()
1816 writeInfos[arrayElement].pTexelBufferView = nullptr; in updateTexturesDescriptorSet()