Home
last modified time | relevance | path

Searched refs:pipeline_cache_uuid (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ash/tests/
Dconstant_size_arrays.rs5 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 Dv3dv_pipeline_cache.c670 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 Dv3dv_device.c792 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 Dv3dv_private.h147 uint8_t pipeline_cache_uuid[VK_UUID_SIZE]; member
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c1286 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 Danv_private.h1201 uint8_t pipeline_cache_uuid[VK_UUID_SIZE]; member
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h203 uint8_t pipeline_cache_uuid[VK_UUID_SIZE]; member
H A Ddzn_device.c356 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/
Dproperties.rs681 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 Danv_device.c1123 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 Danv_private.h902 uint8_t pipeline_cache_uuid[VK_UUID_SIZE]; member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs1042 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 …]