HomeSort by relevance Sort by last modified time
    Searched refs:imageExtent (Results 26 - 50 of 66) sorted by null

12 3

  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleResolveTests.cpp 210 const VkExtent3D imageExtent =
225 if (imageFormatProperties.maxExtent.width < imageExtent.width
226 || imageFormatProperties.maxExtent.height < imageExtent.height
232 return createImage(vkd, device, 0u, imageType, vkFormat, imageExtent, 1u, 1u, sampleCountBit, imageTiling, usage, VK_SHARING_MODE_EXCLUSIVE, 0u, DE_NULL, VK_IMAGE_LAYOUT_UNDEFINED);
    [all...]
vktRenderPassMultisampleTests.cpp 225 const VkExtent3D imageExtent =
240 if (imageFormatProperties.maxExtent.width < imageExtent.width
241 || imageFormatProperties.maxExtent.height < imageExtent.height
247 return createImage(vkd, device, 0u, imageType, vkFormat, imageExtent, 1u, 1u, sampleCountBit, imageTiling, usage, VK_SHARING_MODE_EXCLUSIVE, 0u, DE_NULL, VK_IMAGE_LAYOUT_UNDEFINED);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiDisplayTimingTests.cpp 981 const deUint32 imageWidth = m_swapchainConfig.imageExtent.width;
982 const deUint32 imageHeight = m_swapchainConfig.imageExtent.height;
1079 const deUint32 width = m_swapchainConfig.imageExtent.width;
1080 const deUint32 height = m_swapchainConfig.imageExtent.height;
    [all...]
vktWsiIncrementalPresentTests.cpp 1102 const deUint32 imageWidth = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.width;
1103 const deUint32 imageHeight = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.height;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageCompressionTranscodingSupport.cpp 593 const VkExtent3D imageExtent = isCompressed ?
603 imageExtent, //VkExtent3D imageExtent;
608 UVec3(isCompressed ? imageExtent.width : imageExtent.width * m_blockWidth, isCompressed? imageExtent.height :imageExtent.height * m_blockHeight,imageExtent.depth)) *
754 makeExtent3D(size), // VkExtent3D imageExtent;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 531 copyState.imageExtent.width = (deInt32)(transferInfo->width);
532 copyState.imageExtent.height = (deInt32)(transferInfo->height);
533 copyState.imageExtent.depth = 1;
    [all...]
  /external/mesa3d/src/vulkan/wsi/
wsi_common_wayland.c 727 chain->extent = pCreateInfo->imageExtent;
  /external/skia/tools/viewer/sk_app/
VulkanWindowContext.cpp 218 swapchainCreateInfo.imageExtent = extent;
  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 442 swapchain_info.imageExtent = extent;
  /external/vulkan-validation-layers/layers/
image.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h     [all...]
vk_struct_string_helper.h 371 tmpStr = vk_print_vkextent3d(&pStruct->imageExtent, extra_indent);
374 snprintf(stp_strs[2], len, " %simageExtent (0x%p)\n%s", prefix, (void*)&pStruct->imageExtent, tmpStr);
377 snprintf(str, len, "%sbufferOffset = " PRINTF_SIZE_T_SPECIFIER "\n%sbufferRowLength = %u\n%sbufferImageHeight = %u\n%simageSubresource = 0x%p\n%simageOffset = 0x%p\n%simageExtent = 0x%p\n", prefix, (pStruct->bufferOffset), prefix, (pStruct->bufferRowLength), prefix, (pStruct->bufferImageHeight), prefix, (void*)&(pStruct->imageSubresource), prefix, (void*)&(pStruct->imageOffset), prefix, (void*)&(pStruct->imageExtent));
    [all...]
vk_struct_string_helper_cpp.h     [all...]
vk_struct_wrappers.cpp 463 printf("%*s %simageExtent = 0x%p\n", m_indent, "", &m_dummy_prefix, (void*)&(m_struct.imageExtent));
478 if (&m_struct.imageExtent) {
479 vkextent3d_struct_wrapper class0(&m_struct.imageExtent);
    [all...]
vk_struct_string_helper_no_addr_cpp.h     [all...]
vk_struct_wrappers.h 359 VkExtent3D get_imageExtent() { return m_struct.imageExtent; }
360 void set_imageExtent(VkExtent3D inValue) { m_struct.imageExtent = inValue; }
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 1071 VkExtent3D imageExtent;
1215 VkExtent2D imageExtent;
1301 VkExtent2D imageExtent;
    [all...]
  /external/vulkan-validation-layers/loader/
wsi.c     [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 469 swapchainCreateInfo.imageExtent = extent;
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
vulkan.h     [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]

Completed in 1823 milliseconds

12 3