HomeSort by relevance Sort by last modified time
    Searched defs:imageViewCreateInfo (Results 1 - 10 of 10) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiPipelineTests.cpp 564 const VkImageViewCreateInfo imageViewCreateInfo =
587 const Unique<VkImageView> attachmentImageView (createImageView(vk, device, &imageViewCreateInfo));
    [all...]
vktApiCommandBuffersTests.cpp 191 const VkImageViewCreateInfo imageViewCreateInfo =
214 m_colorImageView = createImageView(m_vkd, m_device, &imageViewCreateInfo, DE_NULL);
    [all...]
vktApiImageClearingTests.cpp 716 const VkImageViewCreateInfo imageViewCreateInfo =
739 return vk::createImageView(m_vkd, m_device, &imageViewCreateInfo, DE_NULL);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryExternalMemoryHostTests.cpp 452 const VkImageViewCreateInfo imageViewCreateInfo =
463 return vk::createImageView(m_vkd, m_device, &imageViewCreateInfo);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory_model/
vktMemoryModelMessagePassing.cpp 824 VkImageViewCreateInfo imageViewCreateInfo =
884 imageViewCreateInfo.image = **images[i];
885 imageViews[i] = createImageView(vk, device, &imageViewCreateInfo, NULL);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp 270 const VkImageViewCreateInfo imageViewCreateInfo =
288 m_imageView = vk::createImageView(vkd, vkDevice, &imageViewCreateInfo, DE_NULL);
335 const VkImageViewCreateInfo imageViewCreateInfo =
353 m_resolvedImageView = vk::createImageView(vkd, vkDevice, &imageViewCreateInfo, DE_NULL);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp 533 const VkImageViewCreateInfo imageViewCreateInfo =
551 m_imageView = vk::createImageView(vkd, vkDevice, &imageViewCreateInfo, DE_NULL);
598 const VkImageViewCreateInfo imageViewCreateInfo =
616 m_resolvedImageView = vk::createImageView(vkd, vkDevice, &imageViewCreateInfo, DE_NULL);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingDescriptorSetRandomTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsTestsUtils.cpp 515 const VkImageViewCreateInfo imageViewCreateInfo =
525 context.getDevice(), &imageViewCreateInfo);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 230 VkImageViewCreateInfo imageViewCreateInfo;
267 deMemset(&imageViewCreateInfo, 0xcd, sizeof(imageViewCreateInfo));
268 imageViewCreateInfo.sType = VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO;
269 imageViewCreateInfo.pNext = DE_NULL;
270 imageViewCreateInfo.flags = 0;
271 imageViewCreateInfo.image = image.image.get();
272 imageViewCreateInfo.viewType = VK_IMAGE_VIEW_TYPE_2D;
273 imageViewCreateInfo.format = imageParameters.format;
274 imageViewCreateInfo.components = componentMap
    [all...]

Completed in 703 milliseconds