/hardware/google/gfxstream/host/vulkan/ |
D | SwapChainStateVk.h | 55 VkExtent2D getImageExtent() const; 70 VkExtent2D m_vkImageExtent;
|
D | SwapChainStateVk.cpp | 243 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()
|
D | DisplayVk.cpp | 444 const VkExtent2D swapchainImageExtent = m_swapChainStateVk->getImageExtent(); in postImpl()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_headless.c | 86 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;
|
D | wsi_common_wayland.c | 165 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/ |
D | VK_KHR_fragment_shading_rate.adoc | 51 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;
|
D | VK_EXT_surface_maintenance1.adoc | 127 VkExtent2D minScaledImageExtent; 128 VkExtent2D maxScaledImageExtent;
|
D | VK_QCOM_image_processing.adoc | 262 VkExtent2D maxWeightFilterDimension; 263 VkExtent2D maxBlockMatchRegion; 264 VkExtent2D maxBoxFilterBlockSize; 372 VkExtent2D filterSize;
|
D | VK_QCOM_tile_properties.adoc | 94 VkExtent2D apronSize;
|
D | VK_KHR_video_queue.adoc | 102 VkExtent2D codedExtent; 164 VkExtent2D maxCodedExtent; 517 VkExtent2D pictureAccessGranularity; 518 VkExtent2D minCodedExtent; 519 VkExtent2D maxCodedExtent;
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.h | 153 VkExtent2D fragment_shading_rate_attachment_texel_size;
|
D | vk_graphics_state.h | 393 VkExtent2D fragment_size; 407 VkExtent2D grid_size;
|
D | vk_video.h | 35 VkExtent2D max_coded;
|
D | vk_render_pass.c | 1060 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/ |
D | vk_icd.h | 211 VkExtent2D imageExtent;
|
D | vulkan_beta.h | 134 VkExtent2D encodeInputPictureGranularity; 506 VkExtent2D maxTiles;
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vk_icd.h | 211 VkExtent2D imageExtent;
|
D | vulkan_core.h | 2825 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 …]
|
D | vulkan_beta.h | 133 VkExtent2D encodeInputPictureGranularity; 501 VkExtent2D maxTiles;
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | CompressedImageInfo.h | 160 VkExtent2D mBlock = {1, 1}; // Size of the compressed blocks
|
D | CompressedImageInfo.cpp | 76 VkExtent2D getBlockSize(VkFormat format) { in getBlockSize()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_HUAWEI_subpass_shading.adoc | 217 VkExtent2D maxWorkgroupSize; 226 sizeof(VkExtent2D), &maxWorkgroupSize
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 47 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/ |
D | goldfish_vk_transform_guest.cpp | 50 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 …]
|
D | VkEncoder.h | 267 VkExtent2D* pGranularity, uint32_t doLock); 874 VkExtent2D* pGranularity, uint32_t doLock);
|