• Home
  • Raw
  • Download

Lines Matching refs:textureVk

707                 const TextureVk *textureVk          = (*activeTextures)[textureUnit].texture;  in addTextureDescriptorSetDesc()  local
708 const vk::Sampler &immutableSampler = textureVk->getSampler().get(); in addTextureDescriptorSetDesc()
715 uint64_t externalFormat = textureVk->getImage().getExternalFormat(); in addTextureDescriptorSetDesc()
716 VkFormat vkFormat = textureVk->getImage().getFormat().actualImageVkFormat(); in addTextureDescriptorSetDesc()
1435 TextureVk *textureVk = activeImages[imageUnit]; in updateImagesDescriptorSet() local
1438 ANGLE_TRY(textureVk->getBufferViewAndRecordUse(contextVk, format, true, &view)); in updateImagesDescriptorSet()
1462 TextureVk *textureVk = activeImages[imageUnit]; in updateImagesDescriptorSet() local
1464 vk::ImageHelper *image = &textureVk->getImage(); in updateImagesDescriptorSet()
1467 ANGLE_TRY(textureVk->getStorageImageView(contextVk, binding, &imageView)); in updateImagesDescriptorSet()
1745 TextureVk *textureVk = activeTextures[textureUnit].texture; in updateTexturesDescriptorSet() local
1748 textureVk->getBufferViewAndRecordUse(contextVk, nullptr, false, &view)); in updateTexturesDescriptorSet()
1775 TextureVk *textureVk = unit.texture; in updateTexturesDescriptorSet() local
1778 vk::ImageHelper &image = textureVk->getImage(); in updateTexturesDescriptorSet()
1788 const vk::ImageView &imageView = textureVk->getFetchImageViewAndRecordUse( in updateTexturesDescriptorSet()
1794 const vk::ImageView &imageView = textureVk->getReadImageViewAndRecordUse( in updateTexturesDescriptorSet()
1799 if (textureVk->getImage().hasImmutableSampler()) in updateTexturesDescriptorSet()
1801 imageInfos[arrayElement].sampler = textureVk->getSampler().get().getHandle(); in updateTexturesDescriptorSet()