Lines Matching defs:cache
311 /* This is the drivers on-disk cache used as a fallback as opposed to
312 * the pipeline cache defined by apps.
400 void radv_pipeline_cache_init(struct radv_pipeline_cache *cache, struct radv_device *device);
401 void radv_pipeline_cache_finish(struct radv_pipeline_cache *cache);
402 bool radv_pipeline_cache_load(struct radv_pipeline_cache *cache, const void *data, size_t size);
405 struct radv_device *device, struct radv_pipeline_cache *cache, const unsigned char *sha1,
410 struct radv_device *device, struct radv_pipeline_cache *cache, const unsigned char *sha1,
461 struct radv_pipeline_cache cache;
837 /* Backup in-memory cache to be used if the app doesn't provide one */
1139 /* Instruction cache. */
1141 /* Scalar L1 cache. */
1143 /* Vector L1 cache. */
1145 /* L2 cache + L2 metadata cache writeback & invalidate.
1152 /* Invalidate the metadata cache. To be used when the DCC/HTILE metadata
2294 VkResult radv_graphics_pipeline_create(VkDevice device, VkPipelineCache cache,