/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkStructConversion.hpp | 240 struct ImageSubresourceRange : VkImageSubresourceRange struct 242 ImageSubresourceRange(const VkImageSubresourceLayers &subresourceLayers) in ImageSubresourceRange() function
|
H A D | VkImage.cpp | 545 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 D | vktDrawBaseClass.cpp | 68 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 D | vktDrawCreateInfoUtil.hpp | 37 class ImageSubresourceRange : public vk::VkImageSubresourceRange class 40 ImageSubresourceRange (vk::VkImageAspectFlags aspectMask,
|
H A D | vktDrawCreateInfoUtil.cpp | 34 ImageSubresourceRange::ImageSubresourceRange (vk::VkImageAspectFlags _aspectMask, in ImageSubresourceRange() function in vkt::Draw::ImageSubresourceRange 115 subresourceRange = ImageSubresourceRange(aspectFlags); in ImageViewCreateInfo()
|
H A D | vktDrawInstancedTests.cpp | 412 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 D | vktDrawInvertedDepthRangesTests.cpp | 328 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in preRenderCommands() 329 const ImageSubresourceRange depthSubresourceRange (VK_IMAGE_ASPECT_DEPTH_BIT); in preRenderCommands()
|
H A D | vktDrawDifferingInterpolationTests.cpp | 404 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in preRenderCommands()
|
H A D | vktDrawExplicitVertexParameterTests.cpp | 549 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in iterate()
|
H A D | vktDrawMultisampleLinearInterpolationTests.cpp | 329 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_cache_utils.h | 1045 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 D | ClearImageBenchmarks.cpp | 68 vk::ImageSubresourceRange range; in initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 37 class ImageSubresourceRange : public vk::VkImageSubresourceRange class 40 ImageSubresourceRange (vk::VkImageAspectFlags aspectMask,
|
H A D | vktDrawBaseClass.cpp | 201 const ImageSubresourceRange subresourceRange(vk::VK_IMAGE_ASPECT_COLOR_BIT); in preRenderBarriers()
|
H A D | vktDrawCreateInfoUtil.cpp | 34 ImageSubresourceRange::ImageSubresourceRange (vk::VkImageAspectFlags _aspectMask, in ImageSubresourceRange() function in vkt::Draw::ImageSubresourceRange 115 subresourceRange = ImageSubresourceRange(aspectFlags); in ImageViewCreateInfo()
|
H A D | vktDrawInstancedTests.cpp | 395 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 D | vktDrawInvertedDepthRangesTests.cpp | 328 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in preRenderCommands() 329 const ImageSubresourceRange depthSubresourceRange (VK_IMAGE_ASPECT_DEPTH_BIT); in preRenderCommands()
|
H A D | vktDrawDifferingInterpolationTests.cpp | 404 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in preRenderCommands()
|
H A D | vktDrawExplicitVertexParameterTests.cpp | 549 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in iterate()
|
H A D | vktDrawMultisampleLinearInterpolationTests.cpp | 329 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in iterate()
|
H A D | vktDrawNegativeViewportHeightTests.cpp | 262 const ImageSubresourceRange subresourceRange (VK_IMAGE_ASPECT_COLOR_BIT); in preRenderCommands()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 274 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 D | vktDynamicStateBaseClass.cpp | 302 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 D | vktDynamicStateDiscardTests.cpp | 273 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 D | vktDynamicStateBaseClass.cpp | 290 const ImageSubresourceRange subresourceRange(vk::VK_IMAGE_ASPECT_COLOR_BIT); in beginRenderPassWithClearColor()
|