Searched refs:tgsi (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_program.c148 if (stgp->tgsi.tokens) {
149 st_free_tokens((void *) stgp->tgsi.tokens);
150 stgp->tgsi.tokens = NULL;
211 if (stgp->tgsi.tokens) {
212 st_free_tokens((void *) stgp->tgsi.tokens);
213 stgp->tgsi.tokens = NULL;
H A Dst_debug.c34 #include "tgsi/tgsi_dump.h"
49 { "tgsi", DEBUG_TGSI, NULL },
93 tgsi_dump( st->vp->variants[0].tgsi.tokens, 0 );
97 tgsi_dump( st->fp->variants[0].tgsi.tokens, 0 );
H A Dst_program.c46 #include "tgsi/tgsi_dump.h"
47 #include "tgsi/tgsi_ureg.h"
74 if (vpv->tgsi.tokens)
75 st_free_tokens(vpv->tgsi.tokens);
113 if (fpv->tgsi.tokens)
114 st_free_tokens(fpv->tgsi.tokens);
380 vpv->tgsi.tokens = ureg_get_tokens( ureg, NULL );
381 if (!vpv->tgsi.tokens)
389 &vpv->tgsi.stream_output);
392 vpv->driver_shader = pipe->create_vs_state(pipe, &vpv->tgsi);
[all...]
H A Dst_program.h72 struct pipe_shader_state tgsi; member in struct:st_fp_variant
125 struct pipe_shader_state tgsi; member in struct:st_vp_variant
214 struct pipe_shader_state tgsi; member in struct:st_geometry_program
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_program.c148 if (stgp->tgsi.tokens) {
149 st_free_tokens((void *) stgp->tgsi.tokens);
150 stgp->tgsi.tokens = NULL;
211 if (stgp->tgsi.tokens) {
212 st_free_tokens((void *) stgp->tgsi.tokens);
213 stgp->tgsi.tokens = NULL;
H A Dst_debug.c34 #include "tgsi/tgsi_dump.h"
49 { "tgsi", DEBUG_TGSI, NULL },
93 tgsi_dump( st->vp->variants[0].tgsi.tokens, 0 );
97 tgsi_dump( st->fp->variants[0].tgsi.tokens, 0 );
H A Dst_program.c46 #include "tgsi/tgsi_dump.h"
47 #include "tgsi/tgsi_ureg.h"
74 if (vpv->tgsi.tokens)
75 st_free_tokens(vpv->tgsi.tokens);
113 if (fpv->tgsi.tokens)
114 st_free_tokens(fpv->tgsi.tokens);
380 vpv->tgsi.tokens = ureg_get_tokens( ureg, NULL );
381 if (!vpv->tgsi.tokens)
389 &vpv->tgsi.stream_output);
392 vpv->driver_shader = pipe->create_vs_state(pipe, &vpv->tgsi);
[all...]
H A Dst_program.h72 struct pipe_shader_state tgsi; member in struct:st_fp_variant
125 struct pipe_shader_state tgsi; member in struct:st_vp_variant
214 struct pipe_shader_state tgsi; member in struct:st_geometry_program
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp24 #include "tgsi/tgsi_dump.h"
25 #include "tgsi/tgsi_scan.h"
32 namespace tgsi { namespace
1004 Instruction::getTexture(const tgsi::Source *code, int s) const
1018 } // namespace tgsi
1027 Converter(Program *, const tgsi::Source *);
1046 Value *fetchSrc(const tgsi::Instruction::SrcRegister src, int c, Value *ptr);
1047 void storeDst(const tgsi::Instruction::DstRegister dst, int c,
1053 Symbol *srcToSym(tgsi::Instruction::SrcRegister, int c);
1054 Symbol *dstToSym(tgsi
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp24 #include "tgsi/tgsi_dump.h"
25 #include "tgsi/tgsi_scan.h"
32 namespace tgsi { namespace
1004 Instruction::getTexture(const tgsi::Source *code, int s) const
1018 } // namespace tgsi
1027 Converter(Program *, const tgsi::Source *);
1046 Value *fetchSrc(const tgsi::Instruction::SrcRegister src, int c, Value *ptr);
1047 void storeDst(const tgsi::Instruction::DstRegister dst, int c,
1053 Symbol *srcToSym(tgsi::Instruction::SrcRegister, int c);
1054 Symbol *dstToSym(tgsi
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_gs.c33 #include "tgsi/tgsi_parse.h"
34 #include "tgsi/tgsi_exec.h"
48 draw->gs.tgsi.machine = tgsi_exec_machine_create();
49 if (!draw->gs.tgsi.machine)
52 draw->gs.tgsi.machine->Primitives = align_malloc(
54 if (!draw->gs.tgsi.machine->Primitives)
56 memset(draw->gs.tgsi.machine->Primitives, 0,
64 if (!draw->gs.tgsi.machine)
67 align_free(draw->gs.tgsi.machine->Primitives);
69 tgsi_exec_machine_destroy(draw->gs.tgsi
[all...]
H A Ddraw_vs.c46 #include "tgsi/tgsi_dump.h"
47 #include "tgsi/tgsi_exec.h"
196 draw->vs.tgsi.machine = tgsi_exec_machine_create();
197 if (!draw->vs.tgsi.machine)
228 tgsi_exec_machine_destroy(draw->vs.tgsi.machine);
H A Ddraw_vs_exec.c42 #include "tgsi/tgsi_parse.h"
43 #include "tgsi/tgsi_scan.h"
44 #include "tgsi/tgsi_exec.h"
72 draw->vs.tgsi.num_samplers,
73 draw->vs.tgsi.samplers);
238 vs->machine = draw->vs.tgsi.machine;
H A Ddraw_private.h47 #include "tgsi/tgsi_scan.h"
251 } tgsi; member in struct:draw_context::__anon13711
277 } tgsi; member in struct:draw_context::__anon13713
H A Ddraw_context.c589 draw->vs.tgsi.num_samplers = num_samplers;
590 draw->vs.tgsi.samplers = samplers;
593 draw->gs.tgsi.num_samplers = num_samplers;
594 draw->gs.tgsi.samplers = samplers;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs.c33 #include "tgsi/tgsi_parse.h"
34 #include "tgsi/tgsi_exec.h"
48 draw->gs.tgsi.machine = tgsi_exec_machine_create();
49 if (!draw->gs.tgsi.machine)
52 draw->gs.tgsi.machine->Primitives = align_malloc(
54 if (!draw->gs.tgsi.machine->Primitives)
56 memset(draw->gs.tgsi.machine->Primitives, 0,
64 if (!draw->gs.tgsi.machine)
67 align_free(draw->gs.tgsi.machine->Primitives);
69 tgsi_exec_machine_destroy(draw->gs.tgsi
[all...]
H A Ddraw_vs.c46 #include "tgsi/tgsi_dump.h"
47 #include "tgsi/tgsi_exec.h"
196 draw->vs.tgsi.machine = tgsi_exec_machine_create();
197 if (!draw->vs.tgsi.machine)
228 tgsi_exec_machine_destroy(draw->vs.tgsi.machine);
H A Ddraw_vs_exec.c42 #include "tgsi/tgsi_parse.h"
43 #include "tgsi/tgsi_scan.h"
44 #include "tgsi/tgsi_exec.h"
72 draw->vs.tgsi.num_samplers,
73 draw->vs.tgsi.samplers);
238 vs->machine = draw->vs.tgsi.machine;
H A Ddraw_private.h47 #include "tgsi/tgsi_scan.h"
251 } tgsi; member in struct:draw_context::__anon27122
277 } tgsi; member in struct:draw_context::__anon27124
H A Ddraw_context.c589 draw->vs.tgsi.num_samplers = num_samplers;
590 draw->vs.tgsi.samplers = samplers;
593 draw->gs.tgsi.num_samplers = num_samplers;
594 draw->gs.tgsi.samplers = samplers;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_context.h162 } tgsi; member in struct:softpipe_context
H A Dsp_context.c40 #include "tgsi/tgsi_exec.h"
291 softpipe->tgsi.samplers_list[PIPE_SHADER_VERTEX]);
297 softpipe->tgsi.samplers_list[PIPE_SHADER_GEOMETRY]);
H A Dsp_state_sampler.c317 softpipe->tgsi.samplers_list[shader][i] =
323 sp_sampler_variant_bind_view(softpipe->tgsi.samplers_list[shader][i],
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.h162 } tgsi; member in struct:softpipe_context
H A Dsp_context.c40 #include "tgsi/tgsi_exec.h"
291 softpipe->tgsi.samplers_list[PIPE_SHADER_VERTEX]);
297 softpipe->tgsi.samplers_list[PIPE_SHADER_GEOMETRY]);

Completed in 967 milliseconds

12