Searched refs:sampleCounts (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_fragment_shading_rate.adoc | 261 VkSampleCountFlags sampleCounts; 271 | `sampleCounts` | `fragmentSize`
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | capabilities.adoc | 156 * 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
|
D | sparsemem.adoc | 973 sname:VkImageFormatProperties::pname:sampleCounts returned by 1048 sname:VkImageFormatProperties::pname:sampleCounts returned by
|
D | primsrast.adoc | 1049 * 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
|
D | resources.adoc | 1600 *** sname:VkImageFormatProperties::pname:sampleCounts contains exactly 1650 slink:VkImageFormatProperties::pname:sampleCounts in
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3057 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.sampleCounts ); in operator ()() 4200 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFragmentShadingRateKHR.sampleCounts ); in operator ()()
|
D | vulkan_hash.hpp | 4375 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/ |
D | vulkan_core.h | 2990 VkSampleCountFlags sampleCounts; member 9806 VkSampleCountFlags sampleCounts; member
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 7120 pProperties->sampleCounts &= VK_SAMPLE_COUNT_1_BIT; in maskImageFormatPropertiesForEmulatedTextures()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 513 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampleCounts, sizeof(VkSampleCountFlags)); in marshal_VkImageFormatProperties() 523 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampleCounts, sizeof(VkSampleCountFlags)); in unmarshal_VkImageFormatProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 418 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->sampleCounts, sizeof(VkSampleCountFlags)); in reservedmarshal_VkImageFormatProperties()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 11602 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/ |
D | goldfish_vk_marshaling.cpp | 568 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampleCounts, sizeof(VkSampleCountFlags)); in marshal_VkImageFormatProperties() 578 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampleCounts, sizeof(VkSampleCountFlags)); in unmarshal_VkImageFormatProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 439 memcpy((VkSampleCountFlags*)&forUnmarshaling->sampleCounts, *ptr, sizeof(VkSampleCountFlags)); in reservedunmarshal_VkImageFormatProperties()
|