/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | clears.txt | 37 pname:pRanges. 38 * pname:pRanges is a pointer to an array of slink:VkImageSubresourceRange 43 Each specified range in pname:pRanges is cleared to the value specified by 67 ranges of pname:image specified in pname:pRanges at the time this 82 elements of the pname:pRanges array must: each only include 86 elements of the pname:pRanges array must: each be less than the 89 * [[VUID-vkCmdClearColorImage-pRanges-01692]] 90 For each slink:VkImageSubresourceRange element of pname:pRanges, if the 97 elements of the pname:pRanges array must: each be less than the 100 * [[VUID-vkCmdClearColorImage-pRanges-01693]] [all …]
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_blit.c | 88 const VkImageSubresourceRange *pRanges) in pvr_CmdClearColorImage() argument 98 const VkImageSubresourceRange *pRanges) in pvr_CmdClearDepthStencilImage() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 1001 const VkImageSubresourceRange* pRanges) in anv_CmdClearColorImage() argument 1010 if (pRanges[r].aspectMask == 0) in anv_CmdClearColorImage() 1013 assert(pRanges[r].aspectMask & VK_IMAGE_ASPECT_ANY_COLOR_BIT_ANV); in anv_CmdClearColorImage() 1017 image, pRanges[r].aspectMask, in anv_CmdClearColorImage() 1025 unsigned base_layer = pRanges[r].baseArrayLayer; in anv_CmdClearColorImage() 1027 vk_image_subresource_layer_count(&image->vk, &pRanges[r]); in anv_CmdClearColorImage() 1029 vk_image_subresource_level_count(&image->vk, &pRanges[r]); in anv_CmdClearColorImage() 1032 const unsigned level = pRanges[r].baseMipLevel + i; in anv_CmdClearColorImage() 1042 pRanges[r].aspectMask, in anv_CmdClearColorImage() 1063 const VkImageSubresourceRange* pRanges) in anv_CmdClearDepthStencilImage() argument [all …]
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_lrz.h | 56 const VkImageSubresourceRange *pRanges);
|
D | tu_lrz.c | 518 const VkImageSubresourceRange *pRanges) in tu_lrz_clear_depth_image() argument 529 if (pRanges[i].aspectMask & in tu_lrz_clear_depth_image() 531 range = &pRanges[i]; in tu_lrz_clear_depth_image()
|
D | tu_clear_blit.c | 2396 const VkImageSubresourceRange *pRanges) in tu_CmdClearColorImage() argument 2402 clear_image(cmd, image, (const VkClearValue*) pColor, pRanges + i, VK_IMAGE_ASPECT_COLOR_BIT); in tu_CmdClearColorImage() 2411 const VkImageSubresourceRange *pRanges) in tu_CmdClearDepthStencilImage() argument 2417 const VkImageSubresourceRange *range = &pRanges[i]; in tu_CmdClearDepthStencilImage() 2429 tu_lrz_clear_depth_image(cmd, image, pDepthStencil, rangeCount, pRanges); in tu_CmdClearDepthStencilImage()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_meta_clear.c | 389 const VkImageSubresourceRange *pRanges) in panvk_per_arch() 397 panvk_meta_clear_color_img(cmdbuf, img, pColor, &pRanges[i]); in panvk_per_arch() 465 const VkImageSubresourceRange *pRanges) in panvk_per_arch() 473 panvk_meta_clear_zs_img(cmdbuf, img, pDepthStencil, &pRanges[i]); in panvk_per_arch()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.hpp | 113 uint32_t rangeCount, const VkImageSubresourceRange *pRanges); 115 uint32_t rangeCount, const VkImageSubresourceRange *pRanges);
|
D | VkCommandBuffer.cpp | 1611 uint32_t rangeCount, const VkImageSubresourceRange *pRanges) in clearColorImage() argument 1617 addCommand<::CmdClearColorImage>(image, *pColor, pRanges[i]); in clearColorImage() 1622 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) in clearDepthStencilImage() argument 1628 addCommand<::CmdClearDepthStencilImage>(image, *pDepthStencil, pRanges[i]); in clearDepthStencilImage()
|
D | libVulkan.cpp | 2758 …yout, const VkClearColorValue *pColor, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) in vkCmdClearColorImage() argument 2761 … commandBuffer, static_cast<void *>(image), int(imageLayout), pColor, int(rangeCount), pRanges); in vkCmdClearColorImage() 2763 …vk::Cast(commandBuffer)->clearColorImage(vk::Cast(image), imageLayout, pColor, rangeCount, pRanges… in vkCmdClearColorImage() 2766 …ClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) in vkCmdClearDepthStencilImage() argument 2769 …mandBuffer, static_cast<void *>(image), int(imageLayout), pDepthStencil, int(rangeCount), pRanges); in vkCmdClearDepthStencilImage() 2771 …dBuffer)->clearDepthStencilImage(vk::Cast(image), imageLayout, pDepthStencil, rangeCount, pRanges); in vkCmdClearDepthStencilImage()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_clear.c | 154 const VkImageSubresourceRange *pRanges) in v3dv_CmdClearColorImage() argument 166 if (clear_image_tlb(cmd_buffer, image, &clear_value, &pRanges[i])) in v3dv_CmdClearColorImage() 180 const VkImageSubresourceRange *pRanges) in v3dv_CmdClearDepthStencilImage() argument 192 if (clear_image_tlb(cmd_buffer, image, &clear_value, &pRanges[i])) in v3dv_CmdClearDepthStencilImage()
|
/third_party/mesa3d/src/amd/vulkan/layers/ |
D | radv_sqtt_layer.c | 537 const VkImageSubresourceRange *pRanges) in sqtt_CmdClearColorImage() argument 539 EVENT_MARKER(ClearColorImage, commandBuffer, image_h, imageLayout, pColor, rangeCount, pRanges); in sqtt_CmdClearColorImage() 546 const VkImageSubresourceRange *pRanges) in sqtt_CmdClearDepthStencilImage() argument 549 rangeCount, pRanges); in sqtt_CmdClearDepthStencilImage()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_command_buffer.c | 1249 const VkImageSubresourceRange *pRanges) in vn_CmdClearColorImage() argument 1252 pColor, rangeCount, pRanges); in vn_CmdClearColorImage() 1261 const VkImageSubresourceRange *pRanges) in vn_CmdClearDepthStencilImage() argument 1264 imageLayout, pDepthStencil, rangeCount, pRanges); in vn_CmdClearDepthStencilImage()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_command_buffer.h | 4336 …yout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) in vn_sizeof_vkCmdClearColorImage() argument 4349 if (pRanges) { in vn_sizeof_vkCmdClearColorImage() 4352 cmd_size += vn_sizeof_VkImageSubresourceRange(&pRanges[i]); in vn_sizeof_vkCmdClearColorImage() 4360 …yout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) in vn_encode_vkCmdClearColorImage() argument 4373 if (pRanges) { in vn_encode_vkCmdClearColorImage() 4376 vn_encode_VkImageSubresourceRange(enc, &pRanges[i]); in vn_encode_vkCmdClearColorImage() 4382 …yout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) in vn_sizeof_vkCmdClearColorImage_reply() argument 4397 …yout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) in vn_decode_vkCmdClearColorImage_reply() argument 4411 …ClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) in vn_sizeof_vkCmdClearDepthStencilImage() argument 4424 if (pRanges) { in vn_sizeof_vkCmdClearDepthStencilImage() [all …]
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_clear.c | 2309 const VkImageSubresourceRange *pRanges) in radv_CmdClearColorImage() argument 2330 pRanges, cs); in radv_CmdClearColorImage() 2339 const VkImageSubresourceRange *pRanges) in radv_CmdClearDepthStencilImage() argument 2351 rangeCount, pRanges, false); in radv_CmdClearDepthStencilImage()
|
/third_party/glfw/deps/vulkan/ |
D | vulkan.h | 2348 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 2349 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 3046 const VkImageSubresourceRange* pRanges); 3054 const VkImageSubresourceRange* pRanges);
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 520 …const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) const 522 m_vk.cmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); 525 …epthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) const 527 …k.cmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges);
|
D | vkConcreteDeviceInterface.inl | 107 …onst VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) const; 108 …pthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) const;
|
D | vkVirtualDeviceInterface.inl | 107 … VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) const = 0; 108 …tencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) const = 0;
|
D | vkNullDriverImpl.inl | 987 …yout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) argument 994 DE_UNREF(pRanges); 997 …ClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) argument 1004 DE_UNREF(pRanges);
|
D | vkFunctionPointerTypes.inl | 123 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 124 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 2217 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) { in vkCmdClearColorImage() argument 2225 disp->CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); in vkCmdClearColorImage() 2231 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) { in vkCmdClearDepthStencilImage() argument 2239 …->CmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges); in vkCmdClearDepthStencilImage()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_cmd_buffer.c | 3252 const VkImageSubresourceRange *pRanges) in dzn_CmdClearColorImage() argument 3257 dzn_cmd_buffer_clear_color(cmdbuf, img, imageLayout, pColor, rangeCount, pRanges); in dzn_CmdClearColorImage() 3266 const VkImageSubresourceRange *pRanges) in dzn_CmdClearDepthStencilImage() argument 3271 dzn_cmd_buffer_clear_zs(cmdbuf, img, imageLayout, pDepthStencil, rangeCount, pRanges); in dzn_CmdClearDepthStencilImage()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 2337 const VkImageSubresourceRange * pRanges ) const VULKAN_HPP_NOEXCEPT in vkCmdClearColorImage() 2339 … return ::vkCmdClearColorImage( commandBuffer, image, imageLayout, pColor, rangeCount, pRanges ); in vkCmdClearColorImage() 2347 … const VkImageSubresourceRange * pRanges ) const VULKAN_HPP_NOEXCEPT in vkCmdClearDepthStencilImage() 2349 …CmdClearDepthStencilImage( commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges ); in vkCmdClearDepthStencilImage()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3537 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 3538 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 4235 const VkImageSubresourceRange* pRanges); 4243 const VkImageSubresourceRange* pRanges);
|