Home
last modified time | relevance | path

Searched refs:VkExtent2D (Results 1 – 25 of 54) sorted by relevance

123

/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl654 struct VkExtent2D struct
663 VkExtent2D extent; argument
1190 VkExtent2D currentExtent;
1191 VkExtent2D minImageExtent;
1192 VkExtent2D maxImageExtent;
1215 VkExtent2D imageExtent;
1244 VkExtent2D physicalDimensions;
1245 VkExtent2D physicalResolution;
1253 VkExtent2D visibleRegion;
1276 VkExtent2D minSrcExtent;
[all …]
/external/skia/src/gpu/vk/
DGrVkRenderPass.h105 const VkExtent2D& granularity() const { return fGranularity; } in granularity()
134 VkExtent2D fGranularity;
/external/vulkan-validation-layers/demos/smoke/
DSmoke.h172 void prepare_viewport(const VkExtent2D &extent);
175 VkExtent2D extent_;
DShell.h63 VkExtent2D extent;
/external/mesa3d/src/intel/vulkan/
Danv_pass.c211 VkExtent2D* pGranularity) in anv_GetRenderAreaGranularity()
221 *pGranularity = (VkExtent2D) { .width = 8, .height = 4 }; in anv_GetRenderAreaGranularity()
226 *pGranularity = (VkExtent2D) { 1, 1 }; in anv_GetRenderAreaGranularity()
Danv_dump.c55 VkExtent2D extent;
68 image->extent = (VkExtent2D) { width, height }; in dump_image_init()
/external/vulkan-validation-layers/tests/
Dvktestbinding.h436 static VkExtent2D extent(int32_t width, int32_t height);
437 static VkExtent2D extent(const VkExtent2D &extent, uint32_t mip_level);
438 static VkExtent2D extent(const VkExtent3D &extent);
732 inline VkExtent2D Image::extent(int32_t width, int32_t height) { in extent()
733 VkExtent2D extent = {}; in extent()
739 inline VkExtent2D Image::extent(const VkExtent2D &extent, uint32_t mip_level) { in extent()
745 inline VkExtent2D Image::extent(const VkExtent3D &extent) { return Image::extent(extent.width, exte… in extent()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp134 const vk::VkExtent2D renderSize,
221 const vk::VkExtent2D& renderSize);
228 const vk::VkExtent2D& size,
DvktImageCompressionTranscodingSupport.cpp1516 const VkExtent2D renderSizeDummy (makeExtent2D(1u, 1u)); in transcodeRead()
1540 …const VkExtent2D renderSize (makeExtent2D(uncompressedImageRes.x(), uncompressedImageRes.y())… in transcodeRead()
1562 …const VkExtent2D framebufferSize (makeExtent2D(dstImageResolution[0], dstImageResolution[1])); in transcodeRead()
1650 const VkExtent2D renderSizeDummy (makeExtent2D(1u, 1u)); in transcodeWrite()
1668 …const VkExtent2D renderSize (makeExtent2D(uncompressedImageRes.x(), uncompressedImageRes.y())… in transcodeWrite()
1696 const VkExtent2D framebufferSize (renderSize); in transcodeWrite()
1905 const VkExtent2D renderSize (makeExtent2D(mipmapDims.x(), mipmapDims.y())); in verifyDecompression()
2074 const VkExtent2D renderSizeDummy (makeExtent2D(1u, 1u)); in transcodeRead()
2098 …const VkExtent2D renderSize (makeExtent2D(uncompressedImageRes.x(), uncompressedImageRes.y())… in transcodeRead()
2124 …const VkExtent2D framebufferSize (makeExtent2D(dstImageResolution[0], dstImageResolution[1])); in transcodeRead()
[all …]
/external/vulkan-validation-layers/include/vulkan/
Dvk_icd.h128 VkExtent2D imageExtent;
Dvulkan.h1772 typedef struct VkExtent2D { struct
1775 } VkExtent2D; argument
1779 VkExtent2D extent;
2337 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
2854 VkExtent2D* pGranularity);
3244 VkExtent2D currentExtent;
3245 VkExtent2D minImageExtent;
3246 VkExtent2D maxImageExtent;
3312 VkExtent2D imageExtent;
3396 VkExtent2D physicalDimensions;
[all …]
/external/mesa3d/include/vulkan/
Dvk_icd.h128 VkExtent2D imageExtent;
Dvulkan.h1781 typedef struct VkExtent2D { struct
1784 } VkExtent2D; argument
1788 VkExtent2D extent;
2346 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
2863 VkExtent2D* pGranularity);
3253 VkExtent2D currentExtent;
3254 VkExtent2D minImageExtent;
3255 VkExtent2D maxImageExtent;
3321 VkExtent2D imageExtent;
3405 VkExtent2D physicalDimensions;
[all …]
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c380 caps->currentExtent = (VkExtent2D) { -1, -1 }; in wsi_wl_surface_get_capabilities()
381 caps->minImageExtent = (VkExtent2D) { 1, 1 }; in wsi_wl_surface_get_capabilities()
383 caps->maxImageExtent = (VkExtent2D) { 1 << 14, 1 << 14 }; in wsi_wl_surface_get_capabilities()
490 VkExtent2D extent;
Dwsi_common_x11.c393 VkExtent2D extent = { geom->width, geom->height }; in x11_surface_get_capabilities()
402 caps->currentExtent = (VkExtent2D) { -1, -1 }; in x11_surface_get_capabilities()
403 caps->minImageExtent = (VkExtent2D) { 1, 1 }; in x11_surface_get_capabilities()
405 caps->maxImageExtent = (VkExtent2D) { 1 << 14, 1 << 14 }; in x11_surface_get_capabilities()
529 VkExtent2D extent;
/external/mesa3d/src/amd/vulkan/
Dradv_meta_resolve.c312 const VkExtent2D *resolve_extent) in emit_resolve()
554 &(VkExtent2D) { in radv_CmdResolveImage()
622 &(VkExtent2D) { fb->width, fb->height }); in radv_cmd_buffer_resolve_subpass()
Dradv_meta_decompress.c311 const VkExtent2D *depth_decomp_extent, in emit_depth_decomp()
439 emit_depth_decomp(cmd_buffer, &(VkOffset2D){0, 0 }, &(VkExtent2D){width, height}, pipeline_h); in radv_process_depth_image_inplace()
Dradv_meta_fast_clear.c348 const VkExtent2D *resolve_extent, in emit_fast_clear_flush()
478 &(VkExtent2D) { image->extent.width, image->extent.height }, in radv_fast_clear_flush_image_inplace()
Dradv_pass.c178 VkExtent2D* pGranularity) in radv_GetRenderAreaGranularity()
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h1878 typedef struct VkExtent2D { struct
1881 } VkExtent2D; argument
1885 VkExtent2D extent;
2443 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
2960 VkExtent2D* pGranularity);
3363 VkExtent2D currentExtent;
3364 VkExtent2D minImageExtent;
3365 VkExtent2D maxImageExtent;
3436 VkExtent2D imageExtent;
3520 VkExtent2D physicalDimensions;
[all …]
/external/vulkan-validation-layers/layers/
Dvk_layer_utils.h114 VK_LAYER_EXPORT VkExtent2D vk_format_compressed_block_size(VkFormat format);
Dvk_layer_utils.cpp557 VK_LAYER_EXPORT VkExtent2D vk_format_compressed_block_size(VkFormat format) { in vk_format_compressed_block_size()
558 VkExtent2D block_size = { 1, 1 }; in vk_format_compressed_block_size()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp357 VkExtent2D prePassGranularity = { ~0u, ~0u }; in iterate()
363 VkExtent2D granularity = { 0u, 0u }; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp145 const VkExtent2D renderSize) in makeGraphicsPipeline()
356 const VkExtent2D renderExtent (makeExtent2D(renderSize.x(), renderSize.y())); in draw()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1937 typedef struct VkExtent2D { struct
1940 } VkExtent2D; typedef
1944 VkExtent2D extent;
2502 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
3019 VkExtent2D* pGranularity);
3424 VkExtent2D currentExtent;
3425 VkExtent2D minImageExtent;
3426 VkExtent2D maxImageExtent;
3497 VkExtent2D imageExtent;
3581 VkExtent2D physicalDimensions;
[all …]

123