Lines Matching defs:image
187 const VkImage& image,
196 const VkMemoryRequirements memoryRequirements = getImageMemoryRequirements(vkd, device, image);
203 return allocateDedicated(vki, vkd, physDevice, device, image, requirement);
378 void bindImageMemory (const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset)
380 VK_CHECK(vk.bindImageMemory(device, image, mem, memOffset));
1373 VkImage image,
1378 de::MovePtr<Allocation> allocation = allocateImage(vki, vk, vkd, device, image, memoryRequirement, allocator, allocationKind);
1380 bindImageMemory(vk, device, image, allocation->getMemory(), allocation->getOffset());
1387 VkImage image,
1400 return createImageView(vk, device, 0u, image, VK_IMAGE_VIEW_TYPE_2D, format, makeComponentMappingRGBA(), range);
2658 m_colorAttachmentImages[colorAttachmentNdx], // image
2694 m_depthStencilAttachmentImage, // image;
2784 attachmentResources[attachmentNdx]->getImage(), // image;
2870 attachmentResources[attachmentNdx]->getImage(), // image;
2994 attachmentResources[colorAttachmentIndex]->getImage(), // image
3019 attachmentResources[colorAttachmentIndex]->getImage(), // image
3056 attachmentResources[dsAttachmentIndex]->getImage(), // image
3081 attachmentResources[dsAttachmentIndex]->getImage(), // image
3216 attachmentResources[attachmentNdx]->getImage(), // image
4073 std::unique_ptr<tcu::TextureLevel> renderColorImageForLog (const ConstPixelBufferAccess& image, int numChannels)
4076 const auto order = image.getFormat().order;
4078 const int width = image.getWidth();
4079 const int height = image.getHeight();
4087 const auto value = image.getPixel(x, y);
4286 // Reference images. These will be logged as image sets due to having depth and stencil aspects.
4340 log << TestLog::ImageSet("TestImages", "Output attachment, reference image and error mask");
4355 log << TestLog::Message << "In the reference image, unset pixel components are marked with a 3x3 grid storing values 0.0 and 0.25, pixel components set to false are stored as 0.5 and pixel components set to true are stored as 1.0." << TestLog::EndMessage;
4356 log << TestLog::Message << "Output attachment pixel components are always set to 0.5 or 1.0 but may not be taken into account if not set in the reference image." << TestLog::EndMessage;
4777 DE_FATAL("Unexpected image layout");
6321 // Use random image layout when possible
7923 // Tests for different image formats.
7927 // Attachment format and count tests with load and store ops and image layouts