/external/pdfium/core/fpdfapi/page/ |
D | cpdf_function.cpp | 98 const CPDF_Array* pRanges = pDict->GetArrayFor("Range"); in Init() local 99 m_nOutputs = pRanges ? pRanges->size() / 2 : 0; in Init() 110 m_Ranges = ReadArrayElementsToVector(pRanges, nOutputs); in Init()
|
D | cpdf_colorspace.cpp | 1106 const CPDF_Array* pRanges = pDict->GetArrayFor("Range"); in GetRanges() local 1107 if (pRanges) { in GetRanges() 1108 ranges = ReadArrayElementsToVector(pRanges, nComponents * 2); in GetRanges()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 1182 const VkImageSubresourceRange* pRanges) in anv_CmdClearColorImage() argument 1194 if (pRanges[r].aspectMask == 0) in anv_CmdClearColorImage() 1197 assert(pRanges[r].aspectMask & VK_IMAGE_ASPECT_ANY_COLOR_BIT_ANV); in anv_CmdClearColorImage() 1201 image, pRanges[r].aspectMask, in anv_CmdClearColorImage() 1209 unsigned base_layer = pRanges[r].baseArrayLayer; in anv_CmdClearColorImage() 1210 unsigned layer_count = anv_get_layerCount(image, &pRanges[r]); in anv_CmdClearColorImage() 1212 for (unsigned i = 0; i < anv_get_levelCount(image, &pRanges[r]); i++) { in anv_CmdClearColorImage() 1213 const unsigned level = pRanges[r].baseMipLevel + i; in anv_CmdClearColorImage() 1223 pRanges[r].aspectMask, in anv_CmdClearColorImage() 1244 const VkImageSubresourceRange* pRanges) in anv_CmdClearDepthStencilImage() argument [all …]
|
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.hpp | 117 uint32_t rangeCount, const VkImageSubresourceRange *pRanges); 119 uint32_t rangeCount, const VkImageSubresourceRange *pRanges);
|
D | VkCommandBuffer.cpp | 1568 uint32_t rangeCount, const VkImageSubresourceRange *pRanges) in clearColorImage() argument 1574 addCommand<::CmdClearColorImage>(image, *pColor, pRanges[i]); in clearColorImage() 1579 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) in clearDepthStencilImage() argument 1585 addCommand<::CmdClearDepthStencilImage>(image, *pDepthStencil, pRanges[i]); in clearDepthStencilImage()
|
D | libVulkan.cpp | 2647 …yout, const VkClearColorValue *pColor, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) in vkCmdClearColorImage() argument 2650 … commandBuffer, static_cast<void *>(image), int(imageLayout), pColor, int(rangeCount), pRanges); in vkCmdClearColorImage() 2652 …vk::Cast(commandBuffer)->clearColorImage(vk::Cast(image), imageLayout, pColor, rangeCount, pRanges… in vkCmdClearColorImage() 2655 …ClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) in vkCmdClearDepthStencilImage() argument 2658 …mandBuffer, static_cast<void *>(image), int(imageLayout), pDepthStencil, int(rangeCount), pRanges); in vkCmdClearDepthStencilImage() 2660 …dBuffer)->clearDepthStencilImage(vk::Cast(image), imageLayout, pDepthStencil, rangeCount, pRanges); in vkCmdClearDepthStencilImage()
|
/external/mesa3d/src/amd/vulkan/layers/ |
D | radv_sqtt_layer.c | 861 const VkImageSubresourceRange* pRanges) in sqtt_CmdClearColorImage() argument 864 pColor, rangeCount, pRanges); in sqtt_CmdClearColorImage() 873 const VkImageSubresourceRange* pRanges) in sqtt_CmdClearDepthStencilImage() argument 876 imageLayout, pDepthStencil, rangeCount, pRanges); in sqtt_CmdClearDepthStencilImage()
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.h | 216 const VkImageSubresourceRange *pRanges); 218 uint32_t rangeCount, const VkImageSubresourceRange *pRanges);
|
D | vkrenderframework.cpp | 1857 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) { in ClearColorImage() argument 1858 vkCmdClearColorImage(handle(), image, imageLayout, pColor, rangeCount, pRanges); in ClearColorImage() 1862 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) { in ClearDepthStencilImage() argument 1863 vkCmdClearDepthStencilImage(handle(), image, imageLayout, pColor, rangeCount, pRanges); in ClearDepthStencilImage()
|
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 1709 const VkImageSubresourceRange *pRanges) { in PreCallValidateCmdClearColorImage() argument 1727 … skip |= ValidateCmdClearColorSubresourceRange(image_state, pRanges[i], param_name.c_str()); in PreCallValidateCmdClearColorImage() 1728 skip |= ValidateImageAttributes(image_state, pRanges[i]); in PreCallValidateCmdClearColorImage() 1729 …skip |= VerifyClearImageLayout(cb_node, image_state, pRanges[i], imageLayout, "vkCmdClearColorImag… in PreCallValidateCmdClearColorImage() 1737 … uint32_t rangeCount, const VkImageSubresourceRange *pRanges) { in PreCallRecordCmdClearColorImage() argument 1747 const VkImageSubresourceRange *pRanges) { in PreCallRecordCmdClearColorImage() argument 1748 …r::PreCallRecordCmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); in PreCallRecordCmdClearColorImage() 1754 SetImageInitialLayout(cb_node, image, pRanges[i], imageLayout); in PreCallRecordCmdClearColorImage() 1761 const VkImageSubresourceRange *pRanges) { in PreCallValidateCmdClearDepthStencilImage() argument 1781 … skip |= ValidateCmdClearDepthSubresourceRange(image_state, pRanges[i], param_name.c_str()); in PreCallValidateCmdClearDepthStencilImage() [all …]
|
D | core_validation.h | 651 const VkImageSubresourceRange* pRanges); 654 const VkImageSubresourceRange* pRanges); 1361 const VkImageSubresourceRange* pRanges); 1365 const VkImageSubresourceRange* pRanges); 1369 const VkImageSubresourceRange* pRanges); 1373 const VkImageSubresourceRange* pRanges);
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_cmd_buffer.c | 1171 const VkImageSubresourceRange* pRanges) in lvp_CmdClearColorImage() argument 1188 cmd->u.clear_color_image.ranges[i] = pRanges[i]; in lvp_CmdClearColorImage() 1199 const VkImageSubresourceRange* pRanges) in lvp_CmdClearDepthStencilImage() argument 1216 cmd->u.clear_ds_image.ranges[i] = pRanges[i]; in lvp_CmdClearDepthStencilImage()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_clear.c | 2339 const VkImageSubresourceRange* pRanges) in radv_CmdClearColorImage() argument 2359 rangeCount, pRanges, cs); in radv_CmdClearColorImage() 2370 const VkImageSubresourceRange* pRanges) in radv_CmdClearDepthStencilImage() argument 2382 rangeCount, pRanges, false); in radv_CmdClearDepthStencilImage()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 1518 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 1519 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 1520 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 1521 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 1522 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 1523 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 1524 …out, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 1525 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 1526 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 1527 …learDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); [all …]
|
D | anv_entrypoints.c | 2372 …yout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) in anv_CmdClearColorImage() argument 2375 …ice->dispatch.vkCmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); in anv_CmdClearColorImage() 2378 …ClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) in anv_CmdClearDepthStencilImage() argument 2381 …vkCmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges); in anv_CmdClearDepthStencilImage() 3482 …rColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) __attribute__ ((… 3483 …alue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) __attribute__ ((… 3988 …rColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) __attribute__ ((… 3989 …alue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) __attribute__ ((… 4494 …rColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) __attribute__ ((… 4495 …alue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) __attribute__ ((… [all …]
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_clear_blit.c | 1762 const VkImageSubresourceRange *pRanges) in tu_CmdClearColorImage() argument 1768 clear_image(cmd, image, (const VkClearValue*) pColor, pRanges + i, VK_IMAGE_ASPECT_COLOR_BIT); in tu_CmdClearColorImage() 1777 const VkImageSubresourceRange *pRanges) in tu_CmdClearDepthStencilImage() argument 1783 const VkImageSubresourceRange *range = &pRanges[i]; in tu_CmdClearDepthStencilImage()
|
/external/vulkan-validation-layers/layers/generated/ |
D | parameter_validation.h | 563 const VkImageSubresourceRange* pRanges); 570 const VkImageSubresourceRange* pRanges);
|
D | thread_safety.h | 1762 const VkImageSubresourceRange* pRanges); 1770 const VkImageSubresourceRange* pRanges); 1778 const VkImageSubresourceRange* pRanges); 1786 const VkImageSubresourceRange* pRanges);
|
D | layer_chassis_dispatch.h | 591 const VkImageSubresourceRange* pRanges); 598 const VkImageSubresourceRange* pRanges);
|
D | chassis.h | 739 const VkImageSubresourceRange* pRanges); 747 const VkImageSubresourceRange* pRanges); 2881 …rColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) { return false;… in PreCallValidateCmdClearColorImage() argument 2882 …, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) {}; in PreCallRecordCmdClearColorImage() argument 2883 …, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) {}; in PostCallRecordCmdClearColorImage() argument 2884 …alue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) { return false;… in PreCallValidateCmdClearDepthStencilImage() argument 2885 …rDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) {}; in PreCallRecordCmdClearDepthStencilImage() argument 2886 …rDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) {}; in PostCallRecordCmdClearDepthStencilImage() argument
|
D | object_tracker.h | 817 const VkImageSubresourceRange* pRanges); 824 const VkImageSubresourceRange* pRanges);
|
D | thread_safety.cpp | 2125 const VkImageSubresourceRange* pRanges) { in PreCallRecordCmdClearColorImage() argument 2137 const VkImageSubresourceRange* pRanges) { in PostCallRecordCmdClearColorImage() argument 2149 const VkImageSubresourceRange* pRanges) { in PreCallRecordCmdClearDepthStencilImage() argument 2161 const VkImageSubresourceRange* pRanges) { in PostCallRecordCmdClearDepthStencilImage() argument
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 520 …const VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const 522 m_vk.cmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); 525 …epthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const 527 …k.cmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges);
|
D | vkConcreteDeviceInterface.inl | 107 …onst VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const; 108 …pthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const;
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 1761 const VkImageSubresourceRange *pRanges) in v3dv_CmdClearColorImage() argument 1771 if (clear_image_tlb(cmd_buffer, image, &clear_value, &pRanges[i])) in v3dv_CmdClearColorImage() 1783 const VkImageSubresourceRange *pRanges) in v3dv_CmdClearDepthStencilImage() argument 1793 if (clear_image_tlb(cmd_buffer, image, &clear_value, &pRanges[i])) in v3dv_CmdClearDepthStencilImage()
|