Searched refs:lima_vs_compiled_shader (Results 1 – 9 of 9) sorted by relevance
33 struct lima_vs_compiled_shader;39 struct lima_vs_compiled_shader *50 const struct lima_vs_compiled_shader *shader);
39 const struct lima_vs_compiled_shader *shader) in lima_vs_disk_cache_store()91 struct lima_vs_compiled_shader *95 struct lima_vs_compiled_shader *shader = NULL; in lima_vs_disk_cache_retrieve()118 shader = rzalloc(NULL, struct lima_vs_compiled_shader); in lima_vs_disk_cache_retrieve()
481 struct lima_vs_compiled_shader *vs) in lima_vs_compile_shader()502 struct lima_vs_compiled_shader *vs) in lima_vs_upload_shader()516 static struct lima_vs_compiled_shader *533 struct lima_vs_compiled_shader *vs = in lima_get_compiled_vs()538 vs = rzalloc(NULL, struct lima_vs_compiled_shader); in lima_get_compiled_vs()578 struct lima_vs_compiled_shader *old_vs = ctx->vs; in lima_update_vs_state()579 struct lima_vs_compiled_shader *vs = lima_get_compiled_vs(ctx, in lima_update_vs_state()704 struct lima_vs_compiled_shader *vs = entry->data; in lima_delete_vs_state()765 struct lima_vs_compiled_shader *vs = entry->data; in lima_program_fini()
80 struct lima_vs_compiled_shader { struct221 struct lima_vs_compiled_shader *vs;
293 struct lima_vs_compiled_shader *vs = ctx->vs; in lima_pack_vs_cmd()340 struct lima_vs_compiled_shader *vs = ctx->vs; in lima_pack_plbu_cmd()856 struct lima_vs_compiled_shader *vs = ctx->vs; in lima_update_gp_uniform()936 struct lima_vs_compiled_shader *vs = ctx->vs; in lima_update_varying()
52 struct lima_vs_compiled_shader;56 bool gpir_compile_nir(struct lima_vs_compiled_shader *prog, struct nir_shader *nir,
228 struct lima_vs_compiled_shader *vs = ralloc(nir, struct lima_vs_compiled_shader); in main()
388 struct lima_vs_compiled_shader;423 struct lima_vs_compiled_shader *prog;
447 bool gpir_compile_nir(struct lima_vs_compiled_shader *prog, struct nir_shader *nir, in gpir_compile_nir()