Searched refs:ir3_shader_create (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/ |
| H A D | ir3_gallium.h | 34 struct ir3_shader * ir3_shader_create(struct ir3_compiler *compiler,
|
| H A D | ir3_gallium.c | 122 ir3_shader_create(struct ir3_compiler *compiler, function in typeref:struct:ir3_shader *
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_program.c | 47 return ir3_shader_create(compiler, cso, type, &ctx->debug, pctx->screen);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_program.c | 46 return ir3_shader_create(compiler, cso, type, &ctx->debug, pctx->screen);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_program.c | 49 return ir3_shader_create(compiler, cso, type, &ctx->debug, pctx->screen);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_program.c | 48 return ir3_shader_create(compiler, cso, type, &ctx->debug, pctx->screen);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 4880 - freedreno/ir3: Reshuffle ir3_shader_create()
|
Completed in 17 milliseconds