Searched refs:shaderModuleIdentifierAlgorithmUUID (Results 1 – 18 of 18) sorted by relevance
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_device.c | 1356 sizeof(props->shaderModuleIdentifierAlgorithmUUID)); in tu_GetPhysicalDeviceProperties2() 1357 memcpy(props->shaderModuleIdentifierAlgorithmUUID, in tu_GetPhysicalDeviceProperties2() 1359 sizeof(props->shaderModuleIdentifierAlgorithmUUID)); in tu_GetPhysicalDeviceProperties2()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
| D | VK_EXT_shader_module_identifier.adoc | 73 `VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT::shaderModuleIdentifierAlgorithmUUID`
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineShaderModuleIdentifierTests.cpp | 756 …if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, properties2.shaderModuleIdentifierAl… in constantAlgorithmUUIDCase() 762 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, nullUUID, uuidSize) == 0) in constantAlgorithmUUIDCase()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineShaderModuleIdentifierTests.cpp | 762 …if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, properties2.shaderModuleIdentifierAl… in constantAlgorithmUUIDCase() 768 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, nullUUID, uuidSize) == 0) in constantAlgorithmUUIDCase()
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_device.c | 2612 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/ |
| D | radv_device.c | 2557 sizeof(properties->shaderModuleIdentifierAlgorithmUUID)); in radv_GetPhysicalDeviceProperties2() 2558 memcpy(properties->shaderModuleIdentifierAlgorithmUUID, in radv_GetPhysicalDeviceProperties2() 2560 sizeof(properties->shaderModuleIdentifierAlgorithmUUID)); in radv_GetPhysicalDeviceProperties2()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | shaders.adoc | 1416 <<limits-shaderModuleIdentifierAlgorithmUUID, 1417 pname:shaderModuleIdentifierAlgorithmUUID>> as the device consuming the 1453 <<limits-shaderModuleIdentifierAlgorithmUUID, 1454 pname:shaderModuleIdentifierAlgorithmUUID>> as the device consuming the
|
| D | limits.adoc | 3985 * [[limits-shaderModuleIdentifierAlgorithmUUID]] 3986 pname:shaderModuleIdentifierAlgorithmUUID is an array of 4003 pname:shaderModuleIdentifierAlgorithmUUID values are actually unique, so
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkStructTypes.inl | 7483 uint8_t shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
|
| D | vkStrUtilImpl.inl | 15313 …_BEGIN(value.shaderModuleIdentifierAlgorithmUUID)), tcu::Format::HexIterator<uint8_t>(DE_ARRAY_END…
|
| D | vkVulkan_c.inl | 17166 deUint8 shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/ |
| D | vkStructTypes.inl | 7800 uint8_t shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
|
| D | vkStrUtilImpl.inl | 15863 …_BEGIN(value.shaderModuleIdentifierAlgorithmUUID)), tcu::Format::HexIterator<uint8_t>(DE_ARRAY_END…
|
| D | vkVulkan_c.inl | 18172 deUint8 shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
|
| /third_party/mesa3d/include/vulkan/ |
| D | vulkan_core.h | 14452 uint8_t shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_core.h | 18059 uint8_t shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
|
| D | vulkan_structs.hpp | 83018 , shaderModuleIdentifierAlgorithmUUID( shaderModuleIdentifierAlgorithmUUID_ ) 83058 return std::tie( sType, pNext, shaderModuleIdentifierAlgorithmUUID ); in reflect() 83070 …ype ) && ( pNext == rhs.pNext ) && ( shaderModuleIdentifierAlgorithmUUID == rhs.shaderModuleIdenti… in operator ==() 83083 …VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> shaderModuleIdentifierAlgorithmUUID = … member
|
| D | vulkan_hash.hpp | 11324 …E( seed, physicalDeviceShaderModuleIdentifierPropertiesEXT.shaderModuleIdentifierAlgorithmUUID[i] … in operator ()()
|