Home
last modified time | relevance | path

Searched refs:sampleCounts (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_fragment_shading_rate.adoc261 VkSampleCountFlags sampleCounts;
271 | `sampleCounts` | `fragmentSize`
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc156 * pname:sampleCounts is a bitmask of elink:VkSampleCountFlagBits
1071 elink:VkSampleCountFlagBits in pname:sampleCounts specifying the supported
1074 pname:sampleCounts will be set to ename:VK_SAMPLE_COUNT_1_BIT if at least
1101 Otherwise, the bits set in pname:sampleCounts will be the sample counts
1134 If multiple bits are set in pname:usage, pname:sampleCounts will be the
1139 In this case, pname:sampleCounts must: include at least
Dsparsemem.adoc973 sname:VkImageFormatProperties::pname:sampleCounts returned by
1048 sname:VkImageFormatProperties::pname:sampleCounts returned by
Dprimsrast.adoc1049 * The highest sample count in pname:sampleCounts must: be less than or
1053 the highest sample count in pname:sampleCounts must: be less than or
1061 | pname:sampleCounts | pname:fragmentSize
1117 * pname:sampleCounts is a bitmask of sample counts for which the shading
Dresources.adoc1600 *** sname:VkImageFormatProperties::pname:sampleCounts contains exactly
1650 slink:VkImageFormatProperties::pname:sampleCounts in
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3057 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.sampleCounts ); in operator ()()
4200 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFragmentShadingRateKHR.sampleCounts ); in operator ()()
Dvulkan_hash.hpp4375 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.sampleCounts ); in operator ()()
7964 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFragmentShadingRateKHR.sampleCounts ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2990 VkSampleCountFlags sampleCounts; member
9806 VkSampleCountFlags sampleCounts; member
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp7120 pProperties->sampleCounts &= VK_SAMPLE_COUNT_1_BIT; in maskImageFormatPropertiesForEmulatedTextures()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp513 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampleCounts, sizeof(VkSampleCountFlags)); in marshal_VkImageFormatProperties()
523 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampleCounts, sizeof(VkSampleCountFlags)); in unmarshal_VkImageFormatProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp418 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->sampleCounts, sizeof(VkSampleCountFlags)); in reservedmarshal_VkImageFormatProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc11602 pname:sampleCounts when for pname:usage only includes transfer-related
12751 ptext:maxExtent.sampleCounts -> pname:sampleCounts (internal issue
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp568 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampleCounts, sizeof(VkSampleCountFlags)); in marshal_VkImageFormatProperties()
578 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampleCounts, sizeof(VkSampleCountFlags)); in unmarshal_VkImageFormatProperties()
Dgoldfish_vk_reserved_marshaling.cpp439 memcpy((VkSampleCountFlags*)&forUnmarshaling->sampleCounts, *ptr, sizeof(VkSampleCountFlags)); in reservedunmarshal_VkImageFormatProperties()