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

1 2 3

  /external/mesa3d/include/vulkan/
vk_icd.h 128 VkExtent2D imageExtent;
  /external/vulkan-validation-layers/include/vulkan/
vk_icd.h 128 VkExtent2D imageExtent;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vk_icd.h 122 VkExtent2D imageExtent;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 462 VkExtent3D imageExtent;
546 , m_imageMipLevels (params.useSingleMipLevel ? 1u : getNumMipLevels(params.imageExtent, m_imageFormatProperties.maxMipLevels))
553 params.imageExtent,
565 , m_frameBuffer (m_isAttachmentFormat ? createFrameBuffer(*m_imageView, *m_renderPass, params.imageExtent.width, params.imageExtent.height, params.imageViewLayerRange.layerCount) : vk::Move<vk::VkFramebuffer>())
    [all...]
vktApiCopiesAndBlittingTests.cpp 434 const VkExtent3D imageExtent = getExtent3D(parms);
524 imageExtent // VkExtent3D imageExtent;
631 const VkExtent3D imageExtent = getExtent3D(imageParms);
724 imageExtent // VkExtent3D imageExtent;
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_copy.c 34 /* Returns the user-provided VkBufferImageCopy::imageExtent in units of
144 pRegions[r].bufferRowLength : pRegions[r].imageExtent.width,
146 pRegions[r].bufferImageHeight : pRegions[r].imageExtent.height,
153 meta_region_extent_el(image, &pRegions[r].imageExtent);
251 pRegions[r].bufferRowLength : pRegions[r].imageExtent.width,
253 pRegions[r].bufferImageHeight : pRegions[r].imageExtent.height,
260 meta_region_extent_el(image, &pRegions[r].imageExtent);
360 * imageExtent is the size in texels of the image to copy in width, height
radv_private.h     [all...]
radv_wsi.c 164 .width = pCreateInfo->imageExtent.width,
165 .height = pCreateInfo->imageExtent.height,
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 418 cases.back().imageExtent.width = de::clamp(s_testSizes[ndx].width, capabilities.minImageExtent.width, capabilities.maxImageExtent.width);
419 cases.back().imageExtent.height = de::clamp(s_testSizes[ndx].height, capabilities.minImageExtent.height, capabilities.maxImageExtent.height);
426 cases.back().imageExtent = capabilities.currentExtent;
432 cases.back().imageExtent = capabilities.minImageExtent;
435 cases.back().imageExtent = capabilities.maxImageExtent;
    [all...]
vktWsiSharedPresentableImageTests.cpp 975 const deUint32 imageWidth = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.width;
976 const deUint32 imageHeight = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.height;
1092 const deUint32 width = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.width;
1093 const deUint32 height = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.height;
    [all...]
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 783 " imageExtent=%ux%u imageUsage=%#x preTransform=%u presentMode=%u"
787 create_info->imageColorSpace, create_info->imageExtent.width,
788 create_info->imageExtent.height, create_info->imageUsage,
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_wsi.c 166 .width = pCreateInfo->imageExtent.width,
167 .height = pCreateInfo->imageExtent.height,
anv_private.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/swapchain/
swapchain.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
swapchain.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
vk_safe_struct.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
vk_safe_struct.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateRSTests.cpp 130 const vk::VkExtent3D imageExtent = { WIDTH, HEIGHT, 1 };
131 ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL,
136 const ImageCreateInfo depthStencilImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_depthStencilAttachmentFormat, imageExtent,
vktDynamicStateDSTests.cpp 139 const vk::VkExtent3D imageExtent = { WIDTH, HEIGHT, 1 };
140 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT,
148 const ImageCreateInfo depthStencilImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_depthStencilAttachmentFormat, imageExtent,
    [all...]
  /external/mesa3d/src/vulkan/wsi/
wsi_common_x11.c 872 pCreateInfo->imageExtent.width,
873 pCreateInfo->imageExtent.height,
1000 chain->extent = pCreateInfo->imageExtent;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_validate_helper.h 254 if (!vk_validate_vkextent3d((const VkExtent3D*)&pStruct->imageExtent))
516 if (!vk_validate_vkextent2d((const VkExtent2D*)&pStruct->imageExtent))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineTimestampTests.cpp     [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 466 region.imageExtent = { (uint32_t)width, (uint32_t)height, 1 };
721 region.imageExtent = { (uint32_t)currentWidth, (uint32_t)currentHeight, 1 };
    [all...]
  /external/vulkan-validation-layers/layers/
swapchain.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 90 vk::VkExtent3D imageExtent =
97 const ImageCreateInfo colorImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL,
105 ImageCreateInfo depthImageCreateInfo(vk::VK_IMAGE_TYPE_2D, depthFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL,
    [all...]

Completed in 232 milliseconds

1 2 3