/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 654 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/ |
D | GrVkRenderPass.h | 105 const VkExtent2D& granularity() const { return fGranularity; } in granularity() 134 VkExtent2D fGranularity;
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Smoke.h | 172 void prepare_viewport(const VkExtent2D &extent); 175 VkExtent2D extent_;
|
D | Shell.h | 63 VkExtent2D extent;
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pass.c | 211 VkExtent2D* pGranularity) in anv_GetRenderAreaGranularity() 221 *pGranularity = (VkExtent2D) { .width = 8, .height = 4 }; in anv_GetRenderAreaGranularity() 226 *pGranularity = (VkExtent2D) { 1, 1 }; in anv_GetRenderAreaGranularity()
|
D | anv_dump.c | 55 VkExtent2D extent; 68 image->extent = (VkExtent2D) { width, height }; in dump_image_init()
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.h | 436 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/ |
D | vktImageTestsUtil.hpp | 134 const vk::VkExtent2D renderSize, 221 const vk::VkExtent2D& renderSize); 228 const vk::VkExtent2D& size,
|
D | vktImageCompressionTranscodingSupport.cpp | 1516 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/ |
D | vk_icd.h | 128 VkExtent2D imageExtent;
|
D | vulkan.h | 1772 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/ |
D | vk_icd.h | 128 VkExtent2D imageExtent;
|
D | vulkan.h | 1781 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/ |
D | wsi_common_wayland.c | 380 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;
|
D | wsi_common_x11.c | 393 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/ |
D | radv_meta_resolve.c | 312 const VkExtent2D *resolve_extent) in emit_resolve() 554 &(VkExtent2D) { in radv_CmdResolveImage() 622 &(VkExtent2D) { fb->width, fb->height }); in radv_cmd_buffer_resolve_subpass()
|
D | radv_meta_decompress.c | 311 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()
|
D | radv_meta_fast_clear.c | 348 const VkExtent2D *resolve_extent, in emit_fast_clear_flush() 478 &(VkExtent2D) { image->extent.width, image->extent.height }, in radv_fast_clear_flush_image_inplace()
|
D | radv_pass.c | 178 VkExtent2D* pGranularity) in radv_GetRenderAreaGranularity()
|
/external/skia/third_party/vulkan/vulkan/ |
D | vulkan.h | 1878 typedef struct VkExtent2D { struct 1881 } VkExtent2D; typedef 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/ |
D | vk_layer_utils.h | 114 VK_LAYER_EXPORT VkExtent2D vk_format_compressed_block_size(VkFormat format);
|
D | vk_layer_utils.cpp | 557 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/ |
D | vktApiGranularityTests.cpp | 357 VkExtent2D prePassGranularity = { ~0u, ~0u }; in iterate() 363 VkExtent2D granularity = { 0u, 0u }; in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryInstancedRenderingTests.cpp | 145 const VkExtent2D renderSize) in makeGraphicsPipeline() 356 const VkExtent2D renderExtent (makeExtent2D(renderSize.x(), renderSize.y())); in draw()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 1937 typedef struct VkExtent2D { struct 1940 } VkExtent2D; argument 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 …]
|