Lines Matching defs:mem_ctx
313 void *mem_ctx = ralloc_context(NULL);
315 util_dynarray_init(&clang_args, mem_ctx);
316 util_dynarray_init(&input_files, mem_ctx);
317 util_dynarray_init(&spirv_objs, mem_ctx);
318 util_dynarray_init(&spirv_ptr_objs, mem_ctx);
407 ralloc_free(mem_ctx);
417 ralloc_free(mem_ctx);
448 ralloc_free(mem_ctx);
490 ralloc_free(mem_ctx);
502 ralloc_free(mem_ctx);
515 ralloc_free(mem_ctx);
522 struct brw_compiler *compiler = brw_compiler_create(mem_ctx, devinfo);
529 if (!brw_kernel_from_spirv(compiler, disk_cache, &kernel, NULL, mem_ctx,
533 ralloc_free(mem_ctx);
573 ralloc_free(mem_ctx);