Searched refs:radv_pipeline_cache_object (Results 1 – 3 of 3) sorted by relevance
186 struct radv_pipeline_cache_object { struct197 static struct radv_pipeline_cache_object * argument201 …sizeof(struct radv_pipeline_cache_object) + (num_shaders * sizeof(struct radv_shader *)) + data_si… in radv_pipeline_cache_object_create()203 …struct radv_pipeline_cache_object *object = vk_alloc(&device->alloc, size, 8, VK_SYSTEM_ALLOCATION… in radv_pipeline_cache_object_create()222 …struct radv_pipeline_cache_object *pipeline_obj = container_of(object, struct radv_pipeline_cache_… in radv_pipeline_cache_object_destroy()243 struct radv_pipeline_cache_object *object; in radv_pipeline_cache_object_deserialize()274 …struct radv_pipeline_cache_object *pipeline_obj = container_of(object, struct radv_pipeline_cache_… in radv_pipeline_cache_object_serialize()329 static struct radv_pipeline_cache_object *352 return container_of(object, struct radv_pipeline_cache_object, base); in radv_pipeline_cache_object_search()359 struct radv_pipeline_cache_object *pipeline_obj; in radv_graphics_pipeline_cache_search()[all …]
1037 - radv: add struct radv_pipeline_cache_object
4972 - radv: memset radv_pipeline_cache_object data