Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1356 sizeof(props->shaderModuleIdentifierAlgorithmUUID)); in tu_GetPhysicalDeviceProperties2()
1357 memcpy(props->shaderModuleIdentifierAlgorithmUUID, in tu_GetPhysicalDeviceProperties2()
1359 sizeof(props->shaderModuleIdentifierAlgorithmUUID)); in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c2612 sizeof(props->shaderModuleIdentifierAlgorithmUUID)); in anv_GetPhysicalDeviceProperties2()
2613 memcpy(props->shaderModuleIdentifierAlgorithmUUID, in anv_GetPhysicalDeviceProperties2()
2615 sizeof(props->shaderModuleIdentifierAlgorithmUUID)); in anv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2557 sizeof(properties->shaderModuleIdentifierAlgorithmUUID)); in radv_GetPhysicalDeviceProperties2()
2558 memcpy(properties->shaderModuleIdentifierAlgorithmUUID, in radv_GetPhysicalDeviceProperties2()
2560 sizeof(properties->shaderModuleIdentifierAlgorithmUUID)); in radv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h14452 uint8_t shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h16249 uint8_t shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
Dvulkan_structs.hpp73732 , shaderModuleIdentifierAlgorithmUUID( shaderModuleIdentifierAlgorithmUUID_ )
73772 return std::tie( sType, pNext, shaderModuleIdentifierAlgorithmUUID ); in reflect()
73784 …ype ) && ( pNext == rhs.pNext ) && ( shaderModuleIdentifierAlgorithmUUID == rhs.shaderModuleIdenti… in operator ==()
73797 …VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> shaderModuleIdentifierAlgorithmUUID = … member
Dvulkan_hash.hpp10112 …E( seed, physicalDeviceShaderModuleIdentifierPropertiesEXT.shaderModuleIdentifierAlgorithmUUID[i] … in operator ()()