Home
last modified time | relevance | path

Searched refs:shadingRateAttachmentTexelSize (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_fragment_shading_rate.adoc161 VkExtent2D shadingRateAttachmentTexelSize;
165 …ual to the framebuffer size divided by the texel size selected by `shadingRateAttachmentTexelSize`.
166 `shadingRateAttachmentTexelSize` can be set to values supported by the implementation, which are ad…
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c606 fsr_att_info->shadingRateAttachmentTexelSize; in vk_common_CreateRenderPass2()
1028 .shadingRateAttachmentTexelSize = in vk_get_command_buffer_inheritance_as_rendering_resume()
2111 .shadingRateAttachmentTexelSize = in begin_subpass()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc981 * pname:shadingRateAttachmentTexelSize specifies the number of pixels
1004 pname:shadingRateAttachmentTexelSize.width must: be a power of two value
1007 pname:shadingRateAttachmentTexelSize.width must: be less than or equal
1012 pname:shadingRateAttachmentTexelSize.width must: be greater than or
1017 pname:shadingRateAttachmentTexelSize.height must: be a power of two
1021 pname:shadingRateAttachmentTexelSize.height must: be less than or equal
1026 pname:shadingRateAttachmentTexelSize.height must: be greater than or
1031 pname:shadingRateAttachmentTexelSize.width and
1032 pname:shadingRateAttachmentTexelSize.height must: be less than or equal
1037 pname:shadingRateAttachmentTexelSize.height and
[all …]
Dprimsrast.adoc1287 pname:shadingRateAttachmentTexelSize member of
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp6109 (VkExtent2D*)(&toTransform->shadingRateAttachmentTexelSize)); in transform_tohost_VkRenderingFragmentShadingRateAttachmentInfoKHR()
6121 (VkExtent2D*)(&toTransform->shadingRateAttachmentTexelSize)); in transform_fromhost_VkRenderingFragmentShadingRateAttachmentInfoKHR()
Dgoldfish_vk_deepcopy_guest.cpp6538 deepcopy_VkExtent2D(alloc, rootType, &from->shadingRateAttachmentTexelSize, in deepcopy_VkRenderingFragmentShadingRateAttachmentInfoKHR()
6539 (VkExtent2D*)(&to->shadingRateAttachmentTexelSize)); in deepcopy_VkRenderingFragmentShadingRateAttachmentInfoKHR()
Dgoldfish_vk_counting_guest.cpp5737 count_VkExtent2D(featureBits, rootType, (VkExtent2D*)(&toCount->shadingRateAttachmentTexelSize), in count_VkRenderingFragmentShadingRateAttachmentInfoKHR()
Dgoldfish_vk_marshaling_guest.cpp10836 (VkExtent2D*)(&forMarshaling->shadingRateAttachmentTexelSize)); in marshal_VkRenderingFragmentShadingRateAttachmentInfoKHR()
10854 (VkExtent2D*)(&forUnmarshaling->shadingRateAttachmentTexelSize)); in unmarshal_VkRenderingFragmentShadingRateAttachmentInfoKHR()
Dgoldfish_vk_reserved_marshaling_guest.cpp7323 (VkExtent2D*)(&forMarshaling->shadingRateAttachmentTexelSize), ptr); in reservedmarshal_VkRenderingFragmentShadingRateAttachmentInfoKHR()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp6307 (VkExtent2D*)(&toTransform->shadingRateAttachmentTexelSize)); in transform_tohost_VkRenderingFragmentShadingRateAttachmentInfoKHR()
6319 (VkExtent2D*)(&toTransform->shadingRateAttachmentTexelSize)); in transform_fromhost_VkRenderingFragmentShadingRateAttachmentInfoKHR()
Dgoldfish_vk_deepcopy.cpp6745 deepcopy_VkExtent2D(alloc, rootType, &from->shadingRateAttachmentTexelSize, in deepcopy_VkRenderingFragmentShadingRateAttachmentInfoKHR()
6746 (VkExtent2D*)(&to->shadingRateAttachmentTexelSize)); in deepcopy_VkRenderingFragmentShadingRateAttachmentInfoKHR()
Dgoldfish_vk_marshaling.cpp13911 (VkExtent2D*)(&forMarshaling->shadingRateAttachmentTexelSize)); in marshal_VkRenderingFragmentShadingRateAttachmentInfoKHR()
13941 (VkExtent2D*)(&forUnmarshaling->shadingRateAttachmentTexelSize)); in unmarshal_VkRenderingFragmentShadingRateAttachmentInfoKHR()
Dgoldfish_vk_reserved_marshaling.cpp10720 vkStream, rootType, (VkExtent2D*)(&forUnmarshaling->shadingRateAttachmentTexelSize), ptr); in reservedunmarshal_VkRenderingFragmentShadingRateAttachmentInfoKHR()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8419 VkExtent2D shadingRateAttachmentTexelSize; member
9763 VkExtent2D shadingRateAttachmentTexelSize; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp4555 …LKAN_HPP_HASH_COMBINE( seed, fragmentShadingRateAttachmentInfoKHR.shadingRateAttachmentTexelSize ); in operator ()()
12270 …HASH_COMBINE( seed, renderingFragmentShadingRateAttachmentInfoKHR.shadingRateAttachmentTexelSize ); in operator ()()
Dvulkansc_hash.hpp2599 …LKAN_HPP_HASH_COMBINE( seed, fragmentShadingRateAttachmentInfoKHR.shadingRateAttachmentTexelSize ); in operator ()()