Searched refs:PIPE_SHADER_IR_TGSI (Results 1 - 25 of 117) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_limits.h129 return PIPE_SHADER_IR_TGSI;
131 return 1 << PIPE_SHADER_IR_TGSI;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_limits.h149 return PIPE_SHADER_IR_TGSI;
151 return (1 << PIPE_SHADER_IR_TGSI) | (1 << PIPE_SHADER_IR_NIR);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_fs.c51 if (shader->type == PIPE_SHADER_IR_TGSI)
H A Ddraw_vs.c75 PIPE_SHADER_IR_TGSI))) {
76 state.type = PIPE_SHADER_IR_TGSI;
H A Ddraw_vs_exec.c228 vs->base.state.type = PIPE_SHADER_IR_TGSI;
231 assert(state->type == PIPE_SHADER_IR_TGSI);
H A Ddraw_pipe_pstipple.c140 if (orig_fs->type == PIPE_SHADER_IR_TGSI) {
349 if (fs->type == PIPE_SHADER_IR_TGSI)
386 if (pstipfs->state.type == PIPE_SHADER_IR_TGSI)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_gs.c54 if (LP_DEBUG & DEBUG_TGSI && templ->type == PIPE_SHADER_IR_TGSI) {
60 if (templ->type == PIPE_SHADER_IR_TGSI)
H A Dlp_state_vs.c53 if (LP_DEBUG & DEBUG_TGSI && templ->type == PIPE_SHADER_IR_TGSI) {
H A Dlp_state_tess.c52 if (LP_DEBUG & DEBUG_TGSI && templ->type == PIPE_SHADER_IR_TGSI) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c204 state.ir_type = PIPE_SHADER_IR_TGSI;
252 state.ir_type = PIPE_SHADER_IR_TGSI;
467 state.ir_type = PIPE_SHADER_IR_TGSI;
507 state.ir_type = PIPE_SHADER_IR_TGSI;
546 state.ir_type = PIPE_SHADER_IR_TGSI;
585 state.ir_type = PIPE_SHADER_IR_TGSI;
619 state.ir_type = PIPE_SHADER_IR_TGSI;
654 state.ir_type = PIPE_SHADER_IR_TGSI;
689 state.ir_type = PIPE_SHADER_IR_TGSI;
749 state.ir_type = PIPE_SHADER_IR_TGSI;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c218 state.ir_type = PIPE_SHADER_IR_TGSI;
294 state.ir_type = PIPE_SHADER_IR_TGSI;
512 state.ir_type = PIPE_SHADER_IR_TGSI;
552 state.ir_type = PIPE_SHADER_IR_TGSI;
589 state.ir_type = PIPE_SHADER_IR_TGSI;
623 state.ir_type = PIPE_SHADER_IR_TGSI;
658 state.ir_type = PIPE_SHADER_IR_TGSI;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_assemble.c59 assert (ir_type == PIPE_SHADER_IR_TGSI);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_assemble.c49 assert (cso->type == PIPE_SHADER_IR_TGSI);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_screen.c316 return PIPE_SHADER_IR_TGSI;
318 return 1 << PIPE_SHADER_IR_TGSI;
392 return PIPE_SHADER_IR_TGSI;
394 return 1 << PIPE_SHADER_IR_TGSI;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_program.c182 assert(cso->type == PIPE_SHADER_IR_TGSI);
273 assert(cso->type == PIPE_SHADER_IR_TGSI);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h478 return PIPE_SHADER_IR_TGSI;
480 return 1 << PIPE_SHADER_IR_TGSI;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c426 if (shader->ir_type == PIPE_SHADER_IR_TGSI) {
462 if (shader->ir_type == PIPE_SHADER_IR_TGSI) {
486 if (cstate->ir_type == PIPE_SHADER_IR_TGSI) {
590 if (shader->ir_type != PIPE_SHADER_IR_TGSI)
720 if (rctx->cs_shader_state.shader->ir_type == PIPE_SHADER_IR_TGSI) {
772 if (rctx->cs_shader_state.shader->ir_type == PIPE_SHADER_IR_TGSI) {
785 if (rctx->cs_shader_state.shader->ir_type != PIPE_SHADER_IR_TGSI) {
841 if (rctx->cs_shader_state.shader->ir_type == PIPE_SHADER_IR_TGSI)
868 if (shader->ir_type == PIPE_SHADER_IR_TGSI) {
902 if (shader->ir_type != PIPE_SHADER_IR_TGSI) {
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c444 if (shader->ir_type == PIPE_SHADER_IR_TGSI ||
480 if (shader->ir_type == PIPE_SHADER_IR_TGSI ||
505 if (cstate->ir_type == PIPE_SHADER_IR_TGSI ||
611 if (shader->ir_type != PIPE_SHADER_IR_TGSI &&
742 if (rctx->cs_shader_state.shader->ir_type == PIPE_SHADER_IR_TGSI||
799 if (rctx->cs_shader_state.shader->ir_type == PIPE_SHADER_IR_TGSI||
813 if (rctx->cs_shader_state.shader->ir_type != PIPE_SHADER_IR_TGSI &&
870 if (rctx->cs_shader_state.shader->ir_type == PIPE_SHADER_IR_TGSI ||
898 if (shader->ir_type == PIPE_SHADER_IR_TGSI ||
933 if (shader->ir_type != PIPE_SHADER_IR_TGSI
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c151 assert(templ->type == PIPE_SHADER_IR_TGSI);
156 shader->type = PIPE_SHADER_IR_TGSI;
438 assert(templ->ir_type == PIPE_SHADER_IR_TGSI);
H A Dsp_screen.c323 return (sp_debug & SP_DBG_USE_TGSI) ? PIPE_SHADER_IR_TGSI : PIPE_SHADER_IR_NIR;
325 return (1 << PIPE_SHADER_IR_NIR) | (1 << PIPE_SHADER_IR_TGSI);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_compute.c72 state.ir_type = PIPE_SHADER_IR_TGSI;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_compute.c72 state.ir_type = PIPE_SHADER_IR_TGSI;
H A Du_live_shader_cache.c83 if (state->type == PIPE_SHADER_IR_TGSI) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.c343 return PIPE_SHADER_IR_TGSI;
374 return 1 << PIPE_SHADER_IR_TGSI;
405 return PIPE_SHADER_IR_TGSI;
432 return 1 << PIPE_SHADER_IR_TGSI;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h551 return PIPE_SHADER_IR_TGSI;
553 return 1 << PIPE_SHADER_IR_TGSI;

Completed in 22 milliseconds

12345