Searched refs:cs_programs (Results 1 – 1 of 1) sorted by relevance
582 struct list_head cs_programs; member1557 list_addtail(&sprog->head, &ctx->sub->cs_programs); in add_cs_shader_program()1723 LIST_FOR_EACH_ENTRY(ent, &ctx->sub->cs_programs, head) { in lookup_cs_shader_program()1726 list_add(&ent->head, &ctx->sub->cs_programs); in lookup_cs_shader_program()1795 if (!LIST_IS_EMPTY(&sub->cs_programs)) { in vrend_free_programs()1796 LIST_FOR_EACH_ENTRY_SAFE(ent, tmp, &sub->cs_programs, head) in vrend_free_programs()10726 list_inithead(&sub->cs_programs); in vrend_renderer_create_sub_ctx()