Searched refs:shadingRateAttachmentTexelSize (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_fragment_shading_rate.adoc | 161 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/ |
D | vk_render_pass.c | 606 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/ |
D | renderpass.adoc | 981 * 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 …]
|
D | primsrast.adoc | 1287 pname:shadingRateAttachmentTexelSize member of
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 6109 (VkExtent2D*)(&toTransform->shadingRateAttachmentTexelSize)); in transform_tohost_VkRenderingFragmentShadingRateAttachmentInfoKHR() 6121 (VkExtent2D*)(&toTransform->shadingRateAttachmentTexelSize)); in transform_fromhost_VkRenderingFragmentShadingRateAttachmentInfoKHR()
|
D | goldfish_vk_deepcopy_guest.cpp | 6538 deepcopy_VkExtent2D(alloc, rootType, &from->shadingRateAttachmentTexelSize, in deepcopy_VkRenderingFragmentShadingRateAttachmentInfoKHR() 6539 (VkExtent2D*)(&to->shadingRateAttachmentTexelSize)); in deepcopy_VkRenderingFragmentShadingRateAttachmentInfoKHR()
|
D | goldfish_vk_counting_guest.cpp | 5737 count_VkExtent2D(featureBits, rootType, (VkExtent2D*)(&toCount->shadingRateAttachmentTexelSize), in count_VkRenderingFragmentShadingRateAttachmentInfoKHR()
|
D | goldfish_vk_marshaling_guest.cpp | 10836 (VkExtent2D*)(&forMarshaling->shadingRateAttachmentTexelSize)); in marshal_VkRenderingFragmentShadingRateAttachmentInfoKHR() 10854 (VkExtent2D*)(&forUnmarshaling->shadingRateAttachmentTexelSize)); in unmarshal_VkRenderingFragmentShadingRateAttachmentInfoKHR()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 7323 (VkExtent2D*)(&forMarshaling->shadingRateAttachmentTexelSize), ptr); in reservedmarshal_VkRenderingFragmentShadingRateAttachmentInfoKHR()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 6307 (VkExtent2D*)(&toTransform->shadingRateAttachmentTexelSize)); in transform_tohost_VkRenderingFragmentShadingRateAttachmentInfoKHR() 6319 (VkExtent2D*)(&toTransform->shadingRateAttachmentTexelSize)); in transform_fromhost_VkRenderingFragmentShadingRateAttachmentInfoKHR()
|
D | goldfish_vk_deepcopy.cpp | 6745 deepcopy_VkExtent2D(alloc, rootType, &from->shadingRateAttachmentTexelSize, in deepcopy_VkRenderingFragmentShadingRateAttachmentInfoKHR() 6746 (VkExtent2D*)(&to->shadingRateAttachmentTexelSize)); in deepcopy_VkRenderingFragmentShadingRateAttachmentInfoKHR()
|
D | goldfish_vk_marshaling.cpp | 13911 (VkExtent2D*)(&forMarshaling->shadingRateAttachmentTexelSize)); in marshal_VkRenderingFragmentShadingRateAttachmentInfoKHR() 13941 (VkExtent2D*)(&forUnmarshaling->shadingRateAttachmentTexelSize)); in unmarshal_VkRenderingFragmentShadingRateAttachmentInfoKHR()
|
D | goldfish_vk_reserved_marshaling.cpp | 10720 vkStream, rootType, (VkExtent2D*)(&forUnmarshaling->shadingRateAttachmentTexelSize), ptr); in reservedunmarshal_VkRenderingFragmentShadingRateAttachmentInfoKHR()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 8419 VkExtent2D shadingRateAttachmentTexelSize; member 9763 VkExtent2D shadingRateAttachmentTexelSize; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 4555 …LKAN_HPP_HASH_COMBINE( seed, fragmentShadingRateAttachmentInfoKHR.shadingRateAttachmentTexelSize ); in operator ()() 12270 …HASH_COMBINE( seed, renderingFragmentShadingRateAttachmentInfoKHR.shadingRateAttachmentTexelSize ); in operator ()()
|
D | vulkansc_hash.hpp | 2599 …LKAN_HPP_HASH_COMBINE( seed, fragmentShadingRateAttachmentInfoKHR.shadingRateAttachmentTexelSize ); in operator ()()
|