Home
last modified time | relevance | path

Searched refs:maxComputeWorkgroupSubgroups (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp36671 …ize( minSubgroupSize_ ), maxSubgroupSize( maxSubgroupSize_ ), maxComputeWorkgroupSubgroups( maxCom…
36709 …return std::tie( sType, pNext, minSubgroupSize, maxSubgroupSize, maxComputeWorkgroupSubgroups, req… in reflect()
36726 && ( maxComputeWorkgroupSubgroups == rhs.maxComputeWorkgroupSubgroups ) in operator ==()
36742 uint32_t maxComputeWorkgroupSubgroups = {}; member
39218 …ize( minSubgroupSize_ ), maxSubgroupSize( maxSubgroupSize_ ), maxComputeWorkgroupSubgroups( maxCom…
39256 …return std::tie( sType, pNext, minSubgroupSize, maxSubgroupSize, maxComputeWorkgroupSubgroups, req… in reflect()
39273 && ( maxComputeWorkgroupSubgroups == rhs.maxComputeWorkgroupSubgroups ) in operator ==()
39330 uint32_t maxComputeWorkgroupSubgroups = {}; member
Dvulkansc_hash.hpp5130 …HPP_HASH_COMBINE( seed, physicalDeviceSubgroupSizeControlProperties.maxComputeWorkgroupSubgroups ); in operator ()()
5533 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxComputeWorkgroupSubgroups ); in operator ()()
Dvulkan_core.h6870 uint32_t maxComputeWorkgroupSubgroups; member
7193 uint32_t maxComputeWorkgroupSubgroups; member
Dvulkan_structs.hpp77654 …ize( minSubgroupSize_ ), maxSubgroupSize( maxSubgroupSize_ ), maxComputeWorkgroupSubgroups( maxCom…
77692 …return std::tie( sType, pNext, minSubgroupSize, maxSubgroupSize, maxComputeWorkgroupSubgroups, req… in reflect()
77709 && ( maxComputeWorkgroupSubgroups == rhs.maxComputeWorkgroupSubgroups ) in operator ==()
77725 uint32_t maxComputeWorkgroupSubgroups = {}; member
81233 …ize( minSubgroupSize_ ), maxSubgroupSize( maxSubgroupSize_ ), maxComputeWorkgroupSubgroups( maxCom…
81271 …return std::tie( sType, pNext, minSubgroupSize, maxSubgroupSize, maxComputeWorkgroupSubgroups, req… in reflect()
81288 && ( maxComputeWorkgroupSubgroups == rhs.maxComputeWorkgroupSubgroups ) in operator ==()
81345 uint32_t maxComputeWorkgroupSubgroups = {}; member
Dvulkan_hash.hpp10236 …HPP_HASH_COMBINE( seed, physicalDeviceSubgroupSizeControlProperties.maxComputeWorkgroupSubgroups ); in operator ()()
10775 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxComputeWorkgroupSubgroups ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp10612 vkStream->write((uint32_t*)&forMarshaling->maxComputeWorkgroupSubgroups, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan13Properties()
10737 vkStream->read((uint32_t*)&forUnmarshaling->maxComputeWorkgroupSubgroups, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan13Properties()
12387 vkStream->write((uint32_t*)&forMarshaling->maxComputeWorkgroupSubgroups, sizeof(uint32_t)); in marshal_VkPhysicalDeviceSubgroupSizeControlProperties()
12415 vkStream->read((uint32_t*)&forUnmarshaling->maxComputeWorkgroupSubgroups, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceSubgroupSizeControlProperties()
Dgoldfish_vk_reserved_marshaling.cpp8201 memcpy((uint32_t*)&forUnmarshaling->maxComputeWorkgroupSubgroups, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceVulkan13Properties()
9528 memcpy((uint32_t*)&forUnmarshaling->maxComputeWorkgroupSubgroups, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceSubgroupSizeControlProperties()