Searched refs:create_shader_stateobj (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c42 create_shader_stateobj(struct pipe_context *pctx, const struct pipe_shader_state *cso, function in typeref:struct:ir3_shader *
54 return create_shader_stateobj(pctx, cso, MESA_SHADER_FRAGMENT);
68 return create_shader_stateobj(pctx, cso, MESA_SHADER_VERTEX);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c41 create_shader_stateobj(struct pipe_context *pctx, const struct pipe_shader_state *cso, function in typeref:struct:ir3_shader *
53 return create_shader_stateobj(pctx, cso, MESA_SHADER_FRAGMENT);
67 return create_shader_stateobj(pctx, cso, MESA_SHADER_VERTEX);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c44 create_shader_stateobj(struct pipe_context *pctx, const struct pipe_shader_state *cso, function in typeref:struct:ir3_shader *
56 return create_shader_stateobj(pctx, cso, MESA_SHADER_FRAGMENT);
70 return create_shader_stateobj(pctx, cso, MESA_SHADER_VERTEX);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c43 create_shader_stateobj(struct pipe_context *pctx, const struct pipe_shader_state *cso, function in typeref:struct:ir3_shader *
55 return create_shader_stateobj(pctx, cso, MESA_SHADER_FRAGMENT);
71 return create_shader_stateobj(pctx, cso, MESA_SHADER_VERTEX);

Completed in 8 milliseconds