/aosp_15_r20/external/rust/android-crates-io/crates/ash/tests/ |
D | constant_size_arrays.rs | 5 let pipeline_cache_uuid: [u8; 16] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; in assert_struct_field_is_array() localVariable 7 let _ = PhysicalDeviceProperties::builder().pipeline_cache_uuid(pipeline_cache_uuid); in assert_struct_field_is_array() 10 pipeline_cache_uuid, in assert_struct_field_is_array()
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline_cache.c | 670 if (memcmp(header.uuid, pdevice->pipeline_cache_uuid, VK_UUID_SIZE) != 0) in pipeline_cache_load() 976 memcpy(header.uuid, pdevice->pipeline_cache_uuid, VK_UUID_SIZE); in v3dv_GetPipelineCacheData()
|
H A D | v3dv_device.c | 792 memcpy(device->pipeline_cache_uuid, sha1, VK_UUID_SIZE); in init_uuids() 1251 device->pipeline_cache_uuid, VK_UUID_SIZE); in get_device_properties()
|
H A D | v3dv_private.h | 147 uint8_t pipeline_cache_uuid[VK_UUID_SIZE]; member
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_physical_device.c | 1286 pdevice->pipeline_cache_uuid, VK_UUID_SIZE); in get_properties() 1988 memcpy(device->pipeline_cache_uuid, sha1, VK_UUID_SIZE); in anv_physical_device_init_uuids()
|
H A D | anv_private.h | 1201 uint8_t pipeline_cache_uuid[VK_UUID_SIZE]; member
|
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_private.h | 203 uint8_t pipeline_cache_uuid[VK_UUID_SIZE]; member
|
H A D | dzn_device.c | 356 memcpy(pdev->pipeline_cache_uuid, sha1, VK_UUID_SIZE); in dzn_physical_device_init_uuids() 1068 pdev->pipeline_cache_uuid, VK_UUID_SIZE); in dzn_physical_device_get_properties()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/ |
D | properties.rs | 681 pub pipeline_cache_uuid: [u8; 16], field 944 …lt () , per_view_position_all_components : Default :: default () , pipeline_cache_uuid : Default :… in default() 949 … (< bool > :: from_vulkan) , pipeline_cache_uuid : [properties_ffi . properties_vulkan10 . propert… in from()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_device.c | 1123 pdevice->pipeline_cache_uuid, VK_UUID_SIZE); in get_properties() 1415 memcpy(device->pipeline_cache_uuid, sha1, VK_UUID_SIZE); in anv_physical_device_init_uuids()
|
H A D | anv_private.h | 902 uint8_t pipeline_cache_uuid[VK_UUID_SIZE]; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | definitions.rs | 1042 pub pipeline_cache_uuid: [u8; UUID_SIZE], field 1058 .field("pipeline_cache_uuid", &self.pipeline_cache_uuid) in fmt() 1074 pipeline_cache_uuid: unsafe { ::std::mem::zeroed() }, in default() 1136 pub fn pipeline_cache_uuid(mut self, pipeline_cache_uuid: [u8; UUID_SIZE]) -> Self { in pipeline_cache_uuid() method 1137 self.inner.pipeline_cache_uuid = pipeline_cache_uuid; 7087 pub pipeline_cache_uuid: [u8; UUID_SIZE], field 7097 pipeline_cache_uuid: unsafe { ::std::mem::zeroed() }, in default() 7147 pub fn pipeline_cache_uuid(mut self, pipeline_cache_uuid: [u8; UUID_SIZE]) -> Self { in pipeline_cache_uuid() method 7148 self.inner.pipeline_cache_uuid = pipeline_cache_uuid; 72319 pub pipeline_cache_uuid: [u8; UUID_SIZE], field [all …]
|