Lines Matching defs:pipeline
83 v3dv_pipeline_cache_upload_nir(struct v3dv_pipeline *pipeline,
134 fprintf(stderr, "pipeline cache %p, new nir entry %s\n", cache, sha1buf);
145 v3dv_pipeline_cache_search_for_nir(struct v3dv_pipeline *pipeline,
157 fprintf(stderr, "pipeline cache %p, search for nir %s\n", cache, sha1buf);
246 * It searchs for pipeline cached data, and returns a v3dv_pipeline_shared_data with
262 fprintf(stderr, "pipeline cache %p, search pipeline with key %s\n", cache, sha1buf);
304 * the pipeline cache working, by using the environment variable
382 * and unref by both the pipeline and the pipeline cache, so we can't
383 * ensure that the cache or pipeline alloc will be available on the last
402 "pipeline shader assembly", true);
459 fprintf(stderr, "pipeline cache %p, new cache entry with sha1 key %s:%p\n\n",
496 /* Uploads all the "cacheable" or shared data from the pipeline */
498 v3dv_pipeline_cache_upload_pipeline(struct v3dv_pipeline *pipeline,
501 pipeline_cache_upload_shared_data(cache, pipeline->shared_data, false);
703 fprintf(stderr, "pipeline cache %p, loaded %i nir shaders and "
825 fprintf(stderr, "pipeline cache %p, added nir entry %s "
826 "from pipeline cache %p\n",
848 fprintf(stderr, "pipeline cache %p, added entry %s "
849 "from pipeline cache %p\n",