Home
last modified time | relevance | path

Searched refs:pRanges (Results 1 – 25 of 45) sorted by relevance

12

/external/pdfium/core/fpdfapi/page/
Dcpdf_function.cpp98 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()
Dcpdf_colorspace.cpp1106 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/
Danv_blorp.c1182 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/
DVkCommandBuffer.hpp117 uint32_t rangeCount, const VkImageSubresourceRange *pRanges);
119 uint32_t rangeCount, const VkImageSubresourceRange *pRanges);
DVkCommandBuffer.cpp1568 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()
DlibVulkan.cpp2647 …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/
Dradv_sqtt_layer.c861 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/
Dvkrenderframework.h216 const VkImageSubresourceRange *pRanges);
218 uint32_t rangeCount, const VkImageSubresourceRange *pRanges);
Dvkrenderframework.cpp1857 … 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/
Dbuffer_validation.cpp1709 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 …]
Dcore_validation.h651 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/
Dlvp_cmd_buffer.c1171 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/
Dradv_meta_clear.c2339 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/
Danv_entrypoints.h1518 …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 …]
Danv_entrypoints.c2372 …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/
Dtu_clear_blit.c1762 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/
Dparameter_validation.h563 const VkImageSubresourceRange* pRanges);
570 const VkImageSubresourceRange* pRanges);
Dthread_safety.h1762 const VkImageSubresourceRange* pRanges);
1770 const VkImageSubresourceRange* pRanges);
1778 const VkImageSubresourceRange* pRanges);
1786 const VkImageSubresourceRange* pRanges);
Dlayer_chassis_dispatch.h591 const VkImageSubresourceRange* pRanges);
598 const VkImageSubresourceRange* pRanges);
Dchassis.h739 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
Dobject_tracker.h817 const VkImageSubresourceRange* pRanges);
824 const VkImageSubresourceRange* pRanges);
Dthread_safety.cpp2125 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/
DvkDeviceDriverImpl.inl520 …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);
DvkConcreteDeviceInterface.inl107 …onst VkClearColorValue* pColor, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const;
108 …pthStencilValue* pDepthStencil, deUint32 rangeCount, const VkImageSubresourceRange* pRanges) const;
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c1761 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()

12