HomeSort by relevance Sort by last modified time
    Searched refs:depthPitch (Results 1 - 25 of 27) sorted by null

1 2

  /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...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.h 73 unsigned int 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/amd/vulkan/
radv_image.c 960 pLayout->depthPitch = image->surface.level[level].slice_size;
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_image.c 405 layout->depthPitch = isl_surf_get_array_pitch(&surface->isl);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h     [all...]
vk_struct_string_helper.h     [all...]
vk_struct_string_helper_cpp.h     [all...]
vk_struct_string_helper_no_addr.h     [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vulkan.h     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]

Completed in 347 milliseconds

1 2