Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl654 struct VkExtent2D struct
663 VkExtent2D extent; argument
1751 VkExtent2D currentExtent;
1752 VkExtent2D minImageExtent;
1753 VkExtent2D maxImageExtent;
1776 VkExtent2D imageExtent;
1855 VkExtent2D physicalDimensions;
1856 VkExtent2D physicalResolution;
1864 VkExtent2D visibleRegion;
1887 VkExtent2D minSrcExtent;
[all …]
DvkTypeUtil.hpp138 inline VkRect2D makeRect2D(const VkExtent2D& extent) in makeRect2D()
168 inline VkViewport makeViewport(const VkExtent2D& extent) in makeViewport()
/external/skqp/src/gpu/vk/
DGrVkRenderPass.h119 const VkExtent2D& granularity() const { return fGranularity; } in granularity()
148 VkExtent2D fGranularity;
/external/skia/src/gpu/vk/
DGrVkRenderPass.h119 const VkExtent2D& granularity() const { return fGranularity; } in granularity()
148 VkExtent2D fGranularity;
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp132 const vk::VkExtent2D renderSize,
195 const vk::VkExtent2D& renderSize);
202 const vk::VkExtent2D& size,
DvktImageTestsUtil.cpp278 const VkExtent2D renderSize, in makeGraphicsPipeline()
1102 const VkExtent2D& renderSize) in beginRenderPass()
1118 const VkExtent2D& size, in makeFramebuffer()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c310 VkExtent2D* pGranularity) in anv_GetRenderAreaGranularity()
320 *pGranularity = (VkExtent2D) { .width = 8, .height = 4 }; in anv_GetRenderAreaGranularity()
325 *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.h530 static VkExtent2D extent(int32_t width, int32_t height);
531 static VkExtent2D extent(const VkExtent2D &extent, uint32_t mip_level);
532 static VkExtent2D extent(const VkExtent3D &extent);
870 inline VkExtent2D Image::extent(int32_t width, int32_t height) { in extent()
871 VkExtent2D extent = {}; in extent()
877 inline VkExtent2D Image::extent(const VkExtent2D &extent, uint32_t mip_level) { in extent()
883 inline VkExtent2D Image::extent(const VkExtent3D &extent) { return Image::extent(extent.width, exte… in extent()
/external/vulkan-validation-layers/layers/
Dbuffer_validation.h38 uint32_t FullMipChainLevels(VkExtent2D);
/external/mesa3d/include/vulkan/
Dvk_icd.h128 VkExtent2D imageExtent;
Dvulkan.h2073 typedef struct VkExtent2D { struct
2076 } VkExtent2D; argument
2080 VkExtent2D extent;
2638 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
3155 VkExtent2D* pGranularity);
3561 VkExtent2D currentExtent;
3562 VkExtent2D minImageExtent;
3563 VkExtent2D maxImageExtent;
3634 VkExtent2D imageExtent;
3718 VkExtent2D physicalDimensions;
[all …]
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c429 caps->currentExtent = (VkExtent2D) { -1, -1 }; in wsi_wl_surface_get_capabilities()
430 caps->minImageExtent = (VkExtent2D) { 1, 1 }; in wsi_wl_surface_get_capabilities()
432 caps->maxImageExtent = (VkExtent2D) { 1 << 14, 1 << 14 }; in wsi_wl_surface_get_capabilities()
574 VkExtent2D extent;
Dwsi_common_x11.c462 VkExtent2D extent = { geom->width, geom->height }; in x11_surface_get_capabilities()
471 caps->currentExtent = (VkExtent2D) { -1, -1 }; in x11_surface_get_capabilities()
472 caps->minImageExtent = (VkExtent2D) { 1, 1 }; in x11_surface_get_capabilities()
474 caps->maxImageExtent = (VkExtent2D) { 1 << 14, 1 << 14 }; in x11_surface_get_capabilities()
627 VkExtent2D extent;
/external/vulkan-headers/include/vulkan/
Dvk_icd.h167 VkExtent2D imageExtent;
/external/swiftshader/include/vulkan/
Dvk_icd.h167 VkExtent2D imageExtent;
/external/mesa3d/src/amd/vulkan/
Dradv_meta_decompress.c295 const VkExtent2D *depth_decomp_extent, in emit_depth_decomp()
415 emit_depth_decomp(cmd_buffer, &(VkExtent2D){width, height}, pipeline_h); in radv_process_depth_image_inplace()
Dradv_meta_resolve_cs.c316 const VkExtent2D *resolve_extent) in emit_resolve()
472 &(VkExtent2D) {extent.width, extent.height }); in radv_meta_resolve_compute_image()
544 &(VkExtent2D) { fb->width, fb->height }); in radv_cmd_buffer_resolve_subpass_cs()
Dradv_meta_resolve.c310 const VkExtent2D *resolve_extent) in emit_resolve()
575 &(VkExtent2D) { in radv_CmdResolveImage()
667 &(VkExtent2D) { fb->width, fb->height }); in radv_cmd_buffer_resolve_subpass()
Dradv_meta_resolve_fs.c382 const VkExtent2D *resolve_extent) in emit_resolve()
572 &(VkExtent2D) { extent.width, extent.height }); in radv_meta_resolve_fragment_image()
655 &(VkExtent2D) { fb->width, fb->height }); in radv_cmd_buffer_resolve_subpass_fs()
Dradv_meta_fast_clear.c535 const VkExtent2D *resolve_extent, in emit_fast_clear_flush()
554 .extent = (VkExtent2D) { resolve_extent->width, resolve_extent->height }, in emit_fast_clear_flush()
662 &(VkExtent2D) { image->info.width, image->info.height }, in radv_emit_color_decompress()
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2243 typedef struct VkExtent2D { struct
2246 } VkExtent2D; argument
2250 VkExtent2D extent;
2818 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
3335 VkExtent2D* pGranularity);
4617 VkExtent2D currentExtent;
4618 VkExtent2D minImageExtent;
4619 VkExtent2D maxImageExtent;
4700 VkExtent2D imageExtent;
4852 VkExtent2D physicalDimensions;
[all …]
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2243 typedef struct VkExtent2D { struct
2246 } VkExtent2D; argument
2250 VkExtent2D extent;
2818 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
3335 VkExtent2D* pGranularity);
4617 VkExtent2D currentExtent;
4618 VkExtent2D minImageExtent;
4619 VkExtent2D maxImageExtent;
4700 VkExtent2D imageExtent;
4852 VkExtent2D physicalDimensions;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp335 VkExtent2D prePassGranularity = { ~0u, ~0u }; in iterate()
341 VkExtent2D granularity = { 0u, 0u }; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp94 const VkExtent2D renderSize) in makeGraphicsPipeline()
158 const VkExtent2D renderExtent (makeExtent2D(renderSize.x(), renderSize.y())); in draw()

123