Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c583 uint8_t descriptor_maps_count = blob_read_uint8(blob); in v3dv_pipeline_shared_data_create_from_blob() local
584 for (uint8_t count = 0; count < descriptor_maps_count; count++) { in v3dv_pipeline_shared_data_create_from_blob()
886 uint8_t descriptor_maps_count = 0; in v3dv_pipeline_shared_data_write_to_blob() local
892 descriptor_maps_count++; in v3dv_pipeline_shared_data_write_to_blob()
899 assert((descriptor_maps_count >= 2 && descriptor_maps_count <= 3) || in v3dv_pipeline_shared_data_write_to_blob()
900 (descriptor_maps_count == 1 && cache_entry->variants[BROADCOM_SHADER_COMPUTE])); in v3dv_pipeline_shared_data_write_to_blob()
901 blob_write_uint8(blob, descriptor_maps_count); in v3dv_pipeline_shared_data_write_to_blob()