Home
last modified time | relevance | path

Searched refs:depthPitch (Results 1 – 16 of 16) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolImageObjectUtil.cpp53 vk::VkDeviceSize depthPitch = depthPitchOrZero; in pack() local
58 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() local
110 if (depthPitch == 0) in unpack()
111 depthPitch = rowPitch * height; in unpack()
113 const vk::VkDeviceSize size = depthPitch * depth; in unpack()
[all …]
DvktQueryPoolImageObjectUtil.hpp224 vk::VkDeviceSize depthPitch,
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateImageObjectUtil.cpp53 vk::VkDeviceSize depthPitch = depthPitchOrZero; in pack() local
58 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() local
110 if (depthPitch == 0) in unpack()
111 depthPitch = rowPitch * height; in unpack()
113 const vk::VkDeviceSize size = depthPitch * depth; in unpack()
[all …]
DvktDynamicStateImageObjectUtil.hpp235 vk::VkDeviceSize depthPitch,
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp53 vk::VkDeviceSize depthPitch = depthPitchOrZero; in pack() local
58 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() local
110 if (depthPitch == 0) in unpack()
111 depthPitch = rowPitch * height; in unpack()
113 const vk::VkDeviceSize size = depthPitch * depth; in unpack()
[all …]
DvktDrawImageObjectUtil.hpp234 vk::VkDeviceSize depthPitch,
/external/mesa3d/src/mesa/drivers/dri/radeon/server/
Dradeon_dri.h80 int depthPitch; /**< \brief shared depth buffer pitch */ member
/external/mesa3d/src/mesa/drivers/dri/r200/server/
Dradeon_dri.h80 int depthPitch; /**< \brief shared depth buffer pitch */ member
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_screen.h73 unsigned int depthPitch; member
Dr200_state_init.c937 ((rmesa->radeon.radeonScreen->depthPitch & in r200InitState()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_screen.h73 unsigned int depthPitch; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl91 …offset, VkDeviceSize size, VkDeviceSize rowPitch, VkDeviceSize arrayPitch, VkDeviceSize depthPitch) argument
98 res.depthPitch = depthPitch;
DvkStructTypes.inl519 VkDeviceSize depthPitch; member
DvkStrUtilImpl.inl2096 s << "\tdepthPitch = " << value.depthPitch << '\n';
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1605 VkDeviceSize depthPitch; member
/external/skia/third_party/vulkan/
Dvulkan.h1596 VkDeviceSize depthPitch; member