Home
last modified time | relevance | path

Searched refs:ImageSubresourceRange (Results 1 - 25 of 50) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkStructConversion.hpp240 struct ImageSubresourceRange : VkImageSubresourceRange struct
242 ImageSubresourceRange(const VkImageSubresourceLayers &subresourceLayers) in ImageSubresourceRange() function
H A DVkImage.cpp545 dstImage->contentsChanged(ImageSubresourceRange(region.dstSubresource)); in copySingleAspectTo()
674 contentsChanged(ImageSubresourceRange(region.imageSubresource)); in copy()
1019 prepareForSampling(ImageSubresourceRange(region.srcSubresource)); in blitTo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.cpp68 const ImageSubresourceRange colorSRR (vk::VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, m_layers); in initialize()
230 const ImageSubresourceRange subresourceRange(vk::VK_IMAGE_ASPECT_COLOR_BIT); in preRenderBarriers()
H A DvktDrawCreateInfoUtil.hpp37 class ImageSubresourceRange : public vk::VkImageSubresourceRange class
40 ImageSubresourceRange (vk::VkImageAspectFlags aspectMask,
H A DvktDrawCreateInfoUtil.cpp34 ImageSubresourceRange::ImageSubresourceRange (vk::VkImageAspectFlags _aspectMask, in ImageSubresourceRange() function in vkt::Draw::ImageSubresourceRange
115 subresourceRange = ImageSubresourceRange(aspectFlags); in ImageViewCreateInfo()
H A DvktDrawInstancedTests.cpp412 ImageSubresourceRange subresourceRange = ImageSubresourceRange(vk::VK_IMAGE_ASPECT_COLOR_BIT); in InstancedDrawInstance()
897 const ImageSubresourceRange subresourceRange(vk::VK_IMAGE_ASPECT_COLOR_BIT, 0, 1, 0, numLayers); in preRenderCommands()
H A DvktDrawInvertedDepthRangesTests.cpp328 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in preRenderCommands()
329 const ImageSubresourceRange depthSubresourceRange (VK_IMAGE_ASPECT_DEPTH_BIT); in preRenderCommands()
H A DvktDrawDifferingInterpolationTests.cpp404 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in preRenderCommands()
H A DvktDrawExplicitVertexParameterTests.cpp549 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in iterate()
H A DvktDrawMultisampleLinearInterpolationTests.cpp329 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h1045 struct ImageSubresourceRange
1071 static_assert(sizeof(ImageSubresourceRange) == sizeof(uint32_t), "Size mismatch");
1073 inline bool operator==(const ImageSubresourceRange &a, const ImageSubresourceRange &b)
1080 constexpr ImageSubresourceRange kInvalidImageSubresourceRange = {0, 0, 0, 0, 0, 0};
1085 ImageSubresourceRange subresource;
1378 struct hash<rx::vk::ImageSubresourceRange>
1380 size_t operator()(const rx::vk::ImageSubresourceRange &key) const
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
H A DClearImageBenchmarks.cpp68 vk::ImageSubresourceRange range; in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp37 class ImageSubresourceRange : public vk::VkImageSubresourceRange class
40 ImageSubresourceRange (vk::VkImageAspectFlags aspectMask,
H A DvktDrawBaseClass.cpp201 const ImageSubresourceRange subresourceRange(vk::VK_IMAGE_ASPECT_COLOR_BIT); in preRenderBarriers()
H A DvktDrawCreateInfoUtil.cpp34 ImageSubresourceRange::ImageSubresourceRange (vk::VkImageAspectFlags _aspectMask, in ImageSubresourceRange() function in vkt::Draw::ImageSubresourceRange
115 subresourceRange = ImageSubresourceRange(aspectFlags); in ImageViewCreateInfo()
H A DvktDrawInstancedTests.cpp395 ImageSubresourceRange subresourceRange = ImageSubresourceRange(vk::VK_IMAGE_ASPECT_COLOR_BIT); in InstancedDrawInstance()
879 const ImageSubresourceRange subresourceRange(vk::VK_IMAGE_ASPECT_COLOR_BIT, 0, 1, 0, numLayers); in preRenderCommands()
H A DvktDrawInvertedDepthRangesTests.cpp328 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in preRenderCommands()
329 const ImageSubresourceRange depthSubresourceRange (VK_IMAGE_ASPECT_DEPTH_BIT); in preRenderCommands()
H A DvktDrawDifferingInterpolationTests.cpp404 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in preRenderCommands()
H A DvktDrawExplicitVertexParameterTests.cpp549 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in iterate()
H A DvktDrawMultisampleLinearInterpolationTests.cpp329 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in iterate()
H A DvktDrawNegativeViewportHeightTests.cpp262 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in preRenderCommands()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateDiscardTests.cpp274 const ImageSubresourceRange subresourceRange(vk::VK_IMAGE_ASPECT_COLOR_BIT); in beginRenderPass()
300 const ImageSubresourceRange subresourceRangeStencil = m_depthStencilAttachmentFormat == vk::VK_FORMAT_S8_UINT ? vk::VK_IMAGE_ASPECT_STENCIL_BIT : vk::VK_IMAGE_ASPECT_DEPTH_BIT; in beginRenderPass()
H A DvktDynamicStateBaseClass.cpp302 const ImageSubresourceRange subresourceRange(vk::VK_IMAGE_ASPECT_COLOR_BIT); in beginRenderPassWithClearColor()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateDiscardTests.cpp273 const ImageSubresourceRange subresourceRange(vk::VK_IMAGE_ASPECT_COLOR_BIT); in beginRenderPass()
299 const ImageSubresourceRange subresourceRangeStencil = m_depthStencilAttachmentFormat == vk::VK_FORMAT_S8_UINT ? vk::VK_IMAGE_ASPECT_STENCIL_BIT : vk::VK_IMAGE_ASPECT_DEPTH_BIT; in beginRenderPass()
H A DvktDynamicStateBaseClass.cpp290 const ImageSubresourceRange subresourceRange(vk::VK_IMAGE_ASPECT_COLOR_BIT); in beginRenderPassWithClearColor()

Completed in 30 milliseconds

12