OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depthPitch
(Results
1 - 21
of
21
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/radeon/server/
radeon_dri.h
80
int
depthPitch
; /**< \brief shared depth buffer pitch */
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.h
73
unsigned int
depthPitch
;
/external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.cpp
53
vk::VkDeviceSize
depthPitch
= depthPitchOrZero;
58
if (
depthPitch
== 0)
59
depthPitch
= rowPitch * height;
61
const vk::VkDeviceSize size =
depthPitch
* depth;
71
depthPitch
== static_cast<vk::VkDeviceSize>(rowPitch * height))
81
vk::VkDeviceSize offsetDepthDst = d *
depthPitch
;
105
vk::VkDeviceSize
depthPitch
= depthPitchOrZero;
110
if (
depthPitch
== 0)
111
depthPitch
= rowPitch * height;
113
const vk::VkDeviceSize size =
depthPitch
* depth
[
all
...]
vktDrawImageObjectUtil.hpp
234
vk::VkDeviceSize
depthPitch
,
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateImageObjectUtil.cpp
53
vk::VkDeviceSize
depthPitch
= depthPitchOrZero;
58
if (
depthPitch
== 0)
59
depthPitch
= rowPitch * height;
61
const vk::VkDeviceSize size =
depthPitch
* depth;
71
depthPitch
== static_cast<vk::VkDeviceSize>(rowPitch * height))
81
vk::VkDeviceSize offsetDepthDst = d *
depthPitch
;
105
vk::VkDeviceSize
depthPitch
= depthPitchOrZero;
110
if (
depthPitch
== 0)
111
depthPitch
= rowPitch * height;
113
const vk::VkDeviceSize size =
depthPitch
* depth
[
all
...]
vktDynamicStateImageObjectUtil.hpp
235
vk::VkDeviceSize
depthPitch
,
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolImageObjectUtil.cpp
53
vk::VkDeviceSize
depthPitch
= depthPitchOrZero;
58
if (
depthPitch
== 0)
59
depthPitch
= rowPitch * height;
61
const vk::VkDeviceSize size =
depthPitch
* depth;
71
depthPitch
== static_cast<vk::VkDeviceSize>(rowPitch * height))
81
vk::VkDeviceSize offsetDepthDst = d *
depthPitch
;
105
vk::VkDeviceSize
depthPitch
= depthPitchOrZero;
110
if (
depthPitch
== 0)
111
depthPitch
= rowPitch * height;
113
const vk::VkDeviceSize size =
depthPitch
* depth
[
all
...]
vktQueryPoolImageObjectUtil.hpp
224
vk::VkDeviceSize
depthPitch
,
/external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl
91
inline VkSubresourceLayout makeSubresourceLayout (VkDeviceSize offset, VkDeviceSize size, VkDeviceSize rowPitch, VkDeviceSize arrayPitch, VkDeviceSize
depthPitch
)
98
res.
depthPitch
=
depthPitch
;
vkStructTypes.inl
519
VkDeviceSize
depthPitch
;
[
all
...]
vkStrUtilImpl.inl
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c
[
all
...]
/external/skia/third_party/vulkan/
vulkan.h
[
all
...]
/external/vulkan-validation-layers/include/vulkan/
vulkan.h
[
all
...]
/frameworks/native/vulkan/include/vulkan/
vulkan.h
[
all
...]
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h
[
all
...]
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h
[
all
...]
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h
[
all
...]
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h
[
all
...]
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h
[
all
...]
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h
[
all
...]
Completed in 3502 milliseconds