Lines Matching refs:ctx
895 struct pipe_context *ctx,
919 static void update_cache_sha1_cpu(struct mesa_sha1 *ctx)
927 _mesa_sha1_update(ctx, cpu_caps, 6 * sizeof(uint32_t));
932 struct mesa_sha1 ctx;
936 _mesa_sha1_init(&ctx);
938 if (!disk_cache_get_function_identifier(lp_disk_cache_create, &ctx) ||
939 !disk_cache_get_function_identifier(LLVMLinkInMCJIT, &ctx))
942 _mesa_sha1_update(&ctx, &gallivm_perf, sizeof(gallivm_perf));
943 update_cache_sha1_cpu(&ctx);
944 _mesa_sha1_final(&ctx, sha1);