Searched refs:depthPitch (Results 1 – 14 of 14) sorted by relevance
53 vk::VkDeviceSize depthPitch = depthPitchOrZero; in pack() local58 if (depthPitch == 0) in pack()59 depthPitch = rowPitch * height; in pack()61 const vk::VkDeviceSize size = depthPitch * depth; in pack()71 depthPitch == static_cast<vk::VkDeviceSize>(rowPitch * height)) in pack()81 vk::VkDeviceSize offsetDepthDst = d * depthPitch; in pack()105 vk::VkDeviceSize depthPitch = depthPitchOrZero; in unpack() local110 if (depthPitch == 0) in unpack()111 depthPitch = rowPitch * height; in unpack()113 const vk::VkDeviceSize size = depthPitch * depth; in unpack()[all …]
91 …offset, VkDeviceSize size, VkDeviceSize rowPitch, VkDeviceSize arrayPitch, VkDeviceSize depthPitch) argument98 res.depthPitch = depthPitch;
519 VkDeviceSize depthPitch; member
2470 s << "\tdepthPitch = " << value.depthPitch << '\n';
73 unsigned int depthPitch; member
939 ((rmesa->radeon.radeonScreen->depthPitch & in r200InitState()
405 layout->depthPitch = isl_surf_get_array_pitch(&surface->isl); in anv_surface_get_subresource_layout()
960 pLayout->depthPitch = image->surface.level[level].slice_size; in radv_GetImageSubresourceLayout()
1652 VkDeviceSize depthPitch; member
3004 && ( depthPitch == rhs.depthPitch ); in operator ==()3016 DeviceSize depthPitch; member
1661 VkDeviceSize depthPitch; member
1758 VkDeviceSize depthPitch; member
1817 VkDeviceSize depthPitch; member