Searched refs:pRanges (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_meta_clear.c32 const VkImageSubresourceRange *pRanges)
42 const VkImageSubresourceRange *pRanges)
27 tu_CmdClearColorImage(VkCommandBuffer commandBuffer,VkImage image_h,VkImageLayout imageLayout,const VkClearColorValue * pColor,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
37 tu_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer,VkImage image_h,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
/xsrc/external/mit/xorg-server.old/dist/record/
H A Drecord.c1515 * pRanges is an array of xRecordRanges.
1516 * nRanges is the number of elements in pRanges.
1528 * The slice of pRanges indicated by byteoffset is stored in psi.
1537 xRecordRange *pRanges,
1549 for (i = 0; i < nRanges; i++, pRanges++)
1551 pCARD8 = ((CARD8 *)pRanges) + byteoffset;
1634 xRecordRange *pRanges, rr;
1688 pRanges = (xRecordRange *)(((XID *)&stuff[1]) + stuff->nClients);
1690 err = RecordConvertRangesToIntervals(&si[REQ], pRanges, stuff->nRanges,
1694 err = RecordConvertRangesToIntervals(&si[REQ], pRanges, stuf
1532 RecordConvertRangesToIntervals(SetInfoPtr psi,xRecordRange * pRanges,int nRanges,int byteoffset,SetInfoPtr pExtSetInfo,int * pnExtSetInfo) argument
1631 xRecordRange *pRanges, rr; local in function:RecordRegisterClients
2025 xRecordRange *pRanges; /* array of xRecordRanges for one RCAP */ member in struct:__anonc83bba770708
2205 RecordSwapRanges(xRecordRange * pRanges,int nRanges) argument
[all...]
/xsrc/external/mit/xorg-server/dist/record/
H A Drecord.c1447 * pRanges is an array of xRecordRanges.
1448 * nRanges is the number of elements in pRanges.
1460 * The slice of pRanges indicated by byteoffset is stored in psi.
1468 xRecordRange * pRanges,
1478 for (i = 0; i < nRanges; i++, pRanges++) {
1479 pCARD8 = ((CARD8 *) pRanges) + byteoffset;
1558 xRecordRange *pRanges, rr;
1611 pRanges = (xRecordRange *) (((XID *) &stuff[1]) + stuff->nClients);
1613 err = RecordConvertRangesToIntervals(&si[REQ], pRanges, stuff->nRanges,
1619 err = RecordConvertRangesToIntervals(&si[REQ], pRanges, stuf
1464 RecordConvertRangesToIntervals(SetInfoPtr psi,xRecordRange * pRanges,int nRanges,int byteoffset,SetInfoPtr pExtSetInfo,int * pnExtSetInfo) argument
1555 xRecordRange *pRanges, rr; local in function:RecordRegisterClients
1954 xRecordRange *pRanges; /* array of xRecordRanges for one RCAP */ member in struct:__anon7911576a0708
2122 RecordSwapRanges(xRecordRange * pRanges,int nRanges) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_blorp.c844 const VkImageSubresourceRange* pRanges)
856 if (pRanges[r].aspectMask == 0)
859 assert(pRanges[r].aspectMask & VK_IMAGE_ASPECT_ANY_COLOR_BIT_ANV);
863 image, pRanges[r].aspectMask,
870 unsigned base_layer = pRanges[r].baseArrayLayer;
871 unsigned layer_count = anv_get_layerCount(image, &pRanges[r]);
873 for (unsigned i = 0; i < anv_get_levelCount(image, &pRanges[r]); i++) {
874 const unsigned level = pRanges[r].baseMipLevel + i;
884 pRanges[r].aspectMask,
905 const VkImageSubresourceRange* pRanges)
838 anv_CmdClearColorImage(VkCommandBuffer commandBuffer,VkImage _image,VkImageLayout imageLayout,const VkClearColorValue * pColor,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
899 anv_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer,VkImage image_h,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_blorp.c1032 const VkImageSubresourceRange* pRanges)
1041 if (pRanges[r].aspectMask == 0)
1044 assert(pRanges[r].aspectMask & VK_IMAGE_ASPECT_ANY_COLOR_BIT_ANV);
1048 image, pRanges[r].aspectMask,
1056 unsigned base_layer = pRanges[r].baseArrayLayer;
1058 vk_image_subresource_layer_count(&image->vk, &pRanges[r]);
1060 vk_image_subresource_level_count(&image->vk, &pRanges[r]);
1063 const unsigned level = pRanges[r].baseMipLevel + i;
1073 pRanges[r].aspectMask,
1094 const VkImageSubresourceRange* pRanges)
1026 anv_CmdClearColorImage(VkCommandBuffer commandBuffer,VkImage _image,VkImageLayout imageLayout,const VkClearColorValue * pColor,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
1088 anv_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer,VkImage image_h,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c535 const VkImageSubresourceRange *pRanges)
543 panvk_meta_clear_color_img(cmdbuf, img, pColor, &pRanges[i]);
613 const VkImageSubresourceRange *pRanges)
621 panvk_meta_clear_zs_img(cmdbuf, img, pDepthStencil, &pRanges[i]);
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_command_buffer.c1314 const VkImageSubresourceRange *pRanges)
1321 commandBuffer, image, imageLayout, pColor, rangeCount, pRanges);
1326 imageLayout, pColor, rangeCount, pRanges);
1335 const VkImageSubresourceRange *pRanges)
1342 commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges);
1348 rangeCount, pRanges);
1309 vn_CmdClearColorImage(VkCommandBuffer commandBuffer,VkImage image,VkImageLayout imageLayout,const VkClearColorValue * pColor,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
1330 vn_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer,VkImage image,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_command_buffer.h3090 static inline size_t vn_sizeof_vkCmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) argument
3103 if (pRanges) {
3106 cmd_size += vn_sizeof_VkImageSubresourceRange(&pRanges[i]);
3114 static inline void vn_encode_vkCmdClearColorImage(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) argument
3127 if (pRanges) {
3130 vn_encode_VkImageSubresourceRange(enc, &pRanges[i]);
3136 static inline size_t vn_sizeof_vkCmdClearColorImage_reply(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) argument
3146 /* skip pRanges */
3151 static inline void vn_decode_vkCmdClearColorImage_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) argument
3162 /* skip pRanges */
3165 vn_sizeof_vkCmdClearDepthStencilImage(VkCommandBuffer commandBuffer,VkImage image,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
3189 vn_encode_vkCmdClearDepthStencilImage(struct vn_cs_encoder * enc,VkCommandFlagsEXT cmd_flags,VkCommandBuffer commandBuffer,VkImage image,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
3211 vn_sizeof_vkCmdClearDepthStencilImage_reply(VkCommandBuffer commandBuffer,VkImage image,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
3226 vn_decode_vkCmdClearDepthStencilImage_reply(struct vn_cs_decoder * dec,VkCommandBuffer commandBuffer,VkImage image,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
5731 vn_submit_vkCmdClearColorImage(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkCommandBuffer commandBuffer,VkImage image,VkImageLayout imageLayout,const VkClearColorValue * pColor,uint32_t rangeCount,const VkImageSubresourceRange * pRanges,struct vn_instance_submit_command * submit) argument
5752 vn_submit_vkCmdClearDepthStencilImage(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkCommandBuffer commandBuffer,VkImage image,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges,struct vn_instance_submit_command * submit) argument
6983 vn_call_vkCmdClearColorImage(struct vn_instance * vn_instance,VkCommandBuffer commandBuffer,VkImage image,VkImageLayout imageLayout,const VkClearColorValue * pColor,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
6996 vn_async_vkCmdClearColorImage(struct vn_instance * vn_instance,VkCommandBuffer commandBuffer,VkImage image,VkImageLayout imageLayout,const VkClearColorValue * pColor,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
7002 vn_call_vkCmdClearDepthStencilImage(struct vn_instance * vn_instance,VkCommandBuffer commandBuffer,VkImage image,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
7015 vn_async_vkCmdClearDepthStencilImage(struct vn_instance * vn_instance,VkCommandBuffer commandBuffer,VkImage image,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c535 const VkImageSubresourceRange *pRanges)
537 EVENT_MARKER(ClearColorImage, commandBuffer, image_h, imageLayout, pColor, rangeCount, pRanges);
544 const VkImageSubresourceRange *pRanges)
547 rangeCount, pRanges);
533 sqtt_CmdClearColorImage(VkCommandBuffer commandBuffer,VkImage image_h,VkImageLayout imageLayout,const VkClearColorValue * pColor,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
541 sqtt_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer,VkImage image_h,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_meta_clear.c155 const VkImageSubresourceRange *pRanges)
165 if (clear_image_tlb(cmd_buffer, image, &clear_value, &pRanges[i]))
177 const VkImageSubresourceRange *pRanges)
187 if (clear_image_tlb(cmd_buffer, image, &clear_value, &pRanges[i]))
150 v3dv_CmdClearColorImage(VkCommandBuffer commandBuffer,VkImage _image,VkImageLayout imageLayout,const VkClearColorValue * pColor,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
172 v3dv_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer,VkImage _image,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_clear.c2424 const VkImageSubresourceRange *pRanges)
2444 pRanges, cs);
2453 const VkImageSubresourceRange *pRanges)
2463 rangeCount, pRanges, false);
2422 radv_CmdClearColorImage(VkCommandBuffer commandBuffer,VkImage image_h,VkImageLayout imageLayout,const VkClearColorValue * pColor,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
2450 radv_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer,VkImage image_h,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_clear.c1992 const VkImageSubresourceRange* pRanges)
2012 rangeCount, pRanges, cs);
2023 const VkImageSubresourceRange* pRanges)
2035 rangeCount, pRanges, false);
1986 radv_CmdClearColorImage(VkCommandBuffer commandBuffer,VkImage image_h,VkImageLayout imageLayout,const VkClearColorValue * pColor,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
2017 radv_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer,VkImage image_h,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_clear_blit.c2151 const VkImageSubresourceRange *pRanges)
2157 clear_image(cmd, image, (const VkClearValue*) pColor, pRanges + i, VK_IMAGE_ASPECT_COLOR_BIT);
2166 const VkImageSubresourceRange *pRanges)
2172 const VkImageSubresourceRange *range = &pRanges[i];
2146 tu_CmdClearColorImage(VkCommandBuffer commandBuffer,VkImage image_h,VkImageLayout imageLayout,const VkClearColorValue * pColor,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
2161 tu_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer,VkImage image_h,VkImageLayout imageLayout,const VkClearDepthStencilValue * pDepthStencil,uint32_t rangeCount,const VkImageSubresourceRange * pRanges) argument
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h3026 typedef void (VKAPI_PTR *PFN_vkCmdClearColorImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
3027 typedef void (VKAPI_PTR *PFN_vkCmdClearDepthStencilImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
3724 const VkImageSubresourceRange* pRanges);
3732 const VkImageSubresourceRange* pRanges);
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h3598 typedef void (VKAPI_PTR *PFN_vkCmdClearColorImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
3599 typedef void (VKAPI_PTR *PFN_vkCmdClearDepthStencilImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
4296 const VkImageSubresourceRange* pRanges);
4304 const VkImageSubresourceRange* pRanges);

Completed in 106 milliseconds