Home
last modified time | relevance | path

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

123

/hardware/google/gfxstream/host/vulkan/
DSwapChainStateVk.h55 VkExtent2D getImageExtent() const;
70 VkExtent2D m_vkImageExtent;
DSwapChainStateVk.cpp243 std::optional<VkExtent2D> maybeExtent = std::nullopt; in createSwapChainCi()
251 maybeExtent = VkExtent2D({width, height}); in createSwapChainCi()
300 VkExtent2D SwapChainStateVk::getImageExtent() const { return m_vkImageExtent; } in getImageExtent()
DDisplayVk.cpp444 const VkExtent2D swapchainImageExtent = m_swapChainStateVk->getImageExtent(); in postImpl()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_headless.c86 caps->currentExtent = (VkExtent2D) { -1, -1 }; in wsi_headless_surface_get_capabilities()
87 caps->minImageExtent = (VkExtent2D) { 1, 1 }; in wsi_headless_surface_get_capabilities()
88 caps->maxImageExtent = (VkExtent2D) { in wsi_headless_surface_get_capabilities()
260 VkExtent2D extent;
Dwsi_common_wayland.c165 VkExtent2D extent;
1072 caps->currentExtent = (VkExtent2D) { UINT32_MAX, UINT32_MAX }; in wsi_wl_surface_get_capabilities()
1073 caps->minImageExtent = (VkExtent2D) { 1, 1 }; in wsi_wl_surface_get_capabilities()
1074 caps->maxImageExtent = (VkExtent2D) { in wsi_wl_surface_get_capabilities()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_fragment_shading_rate.adoc51 VkExtent2D fragmentSize;
62 const VkExtent2D* pFragmentSize,
66 In each case, the link:{refpage}VkExtent2D.html[VkExtent2D] sets the base fragment size in the x an…
161 VkExtent2D shadingRateAttachmentTexelSize;
193 VkExtent2D minFragmentShadingRateAttachmentTexelSize;
194 VkExtent2D maxFragmentShadingRateAttachmentTexelSize;
199 VkExtent2D maxFragmentSize;
262 VkExtent2D fragmentSize;
DVK_EXT_surface_maintenance1.adoc127 VkExtent2D minScaledImageExtent;
128 VkExtent2D maxScaledImageExtent;
DVK_QCOM_image_processing.adoc262 VkExtent2D maxWeightFilterDimension;
263 VkExtent2D maxBlockMatchRegion;
264 VkExtent2D maxBoxFilterBlockSize;
372 VkExtent2D filterSize;
DVK_QCOM_tile_properties.adoc94 VkExtent2D apronSize;
DVK_KHR_video_queue.adoc102 VkExtent2D codedExtent;
164 VkExtent2D maxCodedExtent;
517 VkExtent2D pictureAccessGranularity;
518 VkExtent2D minCodedExtent;
519 VkExtent2D maxCodedExtent;
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.h153 VkExtent2D fragment_shading_rate_attachment_texel_size;
Dvk_graphics_state.h393 VkExtent2D fragment_size;
407 VkExtent2D grid_size;
Dvk_video.h35 VkExtent2D max_coded;
Dvk_render_pass.c1060 VkExtent2D *pGranularity) in vk_common_GetRenderAreaGranularity()
1062 *pGranularity = (VkExtent2D){1, 1}; in vk_common_GetRenderAreaGranularity()
1068 VkExtent2D *pGranularity) in vk_common_GetRenderingAreaGranularityKHR()
1070 *pGranularity = (VkExtent2D) { 1, 1 }; in vk_common_GetRenderingAreaGranularityKHR()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_icd.h211 VkExtent2D imageExtent;
Dvulkan_beta.h134 VkExtent2D encodeInputPictureGranularity;
506 VkExtent2D maxTiles;
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvk_icd.h211 VkExtent2D imageExtent;
Dvulkan_core.h2825 typedef struct VkExtent2D { struct
2828 } VkExtent2D; argument
2849 VkExtent2D extent;
4032 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
4549 VkExtent2D* pGranularity);
7615 VkExtent2D currentExtent;
7616 VkExtent2D minImageExtent;
7617 VkExtent2D maxImageExtent;
7698 VkExtent2D imageExtent;
7846 VkExtent2D visibleRegion;
[all …]
Dvulkan_beta.h133 VkExtent2D encodeInputPictureGranularity;
501 VkExtent2D maxTiles;
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.h160 VkExtent2D mBlock = {1, 1}; // Size of the compressed blocks
DCompressedImageInfo.cpp76 VkExtent2D getBlockSize(VkFormat format) { in getBlockSize()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_HUAWEI_subpass_shading.adoc217 VkExtent2D maxWorkgroupSize;
226 sizeof(VkExtent2D), &maxWorkgroupSize
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp47 void transform_tohost_VkExtent2D(VkDecoderGlobalState* resourceTracker, VkExtent2D* toTransform) { in transform_tohost_VkExtent2D()
52 void transform_fromhost_VkExtent2D(VkDecoderGlobalState* resourceTracker, VkExtent2D* toTransform) { in transform_fromhost_VkExtent2D()
91 transform_tohost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->extent)); in transform_tohost_VkRect2D()
98 transform_fromhost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->extent)); in transform_fromhost_VkRect2D()
6151 transform_tohost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->imageExtent)); in transform_tohost_VkSwapchainCreateInfoKHR()
6161 transform_fromhost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->imageExtent)); in transform_fromhost_VkSwapchainCreateInfoKHR()
6307 (VkExtent2D*)(&toTransform->shadingRateAttachmentTexelSize)); in transform_tohost_VkRenderingFragmentShadingRateAttachmentInfoKHR()
6319 (VkExtent2D*)(&toTransform->shadingRateAttachmentTexelSize)); in transform_fromhost_VkRenderingFragmentShadingRateAttachmentInfoKHR()
6443 transform_tohost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->extent)); in transform_tohost_VkRectLayerKHR()
6451 transform_fromhost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->extent)); in transform_fromhost_VkRectLayerKHR()
[all …]
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp50 void transform_tohost_VkExtent2D(ResourceTracker* resourceTracker, VkExtent2D* toTransform) { in transform_tohost_VkExtent2D()
55 void transform_fromhost_VkExtent2D(ResourceTracker* resourceTracker, VkExtent2D* toTransform) { in transform_fromhost_VkExtent2D()
94 transform_tohost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->extent)); in transform_tohost_VkRect2D()
101 transform_fromhost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->extent)); in transform_fromhost_VkRect2D()
6109 (VkExtent2D*)(&toTransform->shadingRateAttachmentTexelSize)); in transform_tohost_VkRenderingFragmentShadingRateAttachmentInfoKHR()
6121 (VkExtent2D*)(&toTransform->shadingRateAttachmentTexelSize)); in transform_fromhost_VkRenderingFragmentShadingRateAttachmentInfoKHR()
6243 transform_tohost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->extent)); in transform_tohost_VkRectLayerKHR()
6251 transform_fromhost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->extent)); in transform_fromhost_VkRectLayerKHR()
7055 (VkExtent2D*)(&toTransform->minFragmentDensityTexelSize)); in transform_tohost_VkPhysicalDeviceFragmentDensityMapPropertiesEXT()
7057 (VkExtent2D*)(&toTransform->maxFragmentDensityTexelSize)); in transform_tohost_VkPhysicalDeviceFragmentDensityMapPropertiesEXT()
[all …]
DVkEncoder.h267 VkExtent2D* pGranularity, uint32_t doLock);
874 VkExtent2D* pGranularity, uint32_t doLock);

123