Lines Matching refs:hwcso
138 panfrost_generic_cso_delete(struct pipe_context *pctx, void *hwcso)
140 free(hwcso);
230 void *hwcso)
233 ctx->rasterizer = hwcso;
294 void *hwcso)
297 ctx->vertex = hwcso;
521 void *hwcso,
525 ctx->shader[type] = hwcso;
530 if (hwcso)
581 panfrost_bind_vs_state(struct pipe_context *pctx, void *hwcso)
583 panfrost_bind_shader_state(pctx, hwcso, PIPE_SHADER_VERTEX);
591 panfrost_bind_fs_state(struct pipe_context *pctx, void *hwcso)
593 panfrost_bind_shader_state(pctx, hwcso, PIPE_SHADER_FRAGMENT);