/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_program.c | 148 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;
|
st_debug.c | 34 #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 );
|
st_program.c | 46 #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); 172 * Translate a Mesa vertex shader into a TGSI shader. 174 * to TGSI output slots 175 * \param tokensOut destination for TGSI tokens 195 * and TGSI generic input indexes, plus input attrib semantic info [all...] |
st_program.h | 72 struct pipe_shader_state tgsi; member in struct:st_fp_variant 122 * TGSI tokens (to later generate a 'draw' module shader for 125 struct pipe_shader_state tgsi; member in struct:st_vp_variant 149 /** maps a Mesa VERT_ATTRIB_x to a packed TGSI input index */ 151 /** maps a TGSI input index back to a Mesa VERT_ATTRIB_x */ 201 /** maps a Mesa GEOM_ATTRIB_x to a packed TGSI input index */ 203 /** maps a TGSI input index back to a Mesa GEOM_ATTRIB_x */ 214 struct pipe_shader_state tgsi; member in struct:st_geometry_program
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_program.c | 148 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;
|
st_debug.c | 34 #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 );
|
st_program.c | 46 #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); 172 * Translate a Mesa vertex shader into a TGSI shader. 174 * to TGSI output slots 175 * \param tokensOut destination for TGSI tokens 195 * and TGSI generic input indexes, plus input attrib semantic info [all...] |
st_program.h | 72 struct pipe_shader_state tgsi; member in struct:st_fp_variant 122 * TGSI tokens (to later generate a 'draw' module shader for 125 struct pipe_shader_state tgsi; member in struct:st_vp_variant 149 /** maps a Mesa VERT_ATTRIB_x to a packed TGSI input index */ 151 /** maps a TGSI input index back to a Mesa VERT_ATTRIB_x */ 201 /** maps a Mesa GEOM_ATTRIB_x to a packed TGSI input index */ 203 /** maps a TGSI input index back to a Mesa GEOM_ATTRIB_x */ 214 struct pipe_shader_state tgsi; member in struct:st_geometry_program
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_tgsi.cpp | 24 #include "tgsi/tgsi_dump.h" 25 #include "tgsi/tgsi_scan.h" 32 namespace tgsi { namespace 697 INFO("unknown TGSI token type: %d\n", parse.FullToken.Token.Type); 749 INFO("unhandled TGSI property %d\n", prop->Property.PropertyName); 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 [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_tgsi.cpp | 24 #include "tgsi/tgsi_dump.h" 25 #include "tgsi/tgsi_scan.h" 32 namespace tgsi { namespace 697 INFO("unknown TGSI token type: %d\n", parse.FullToken.Token.Type); 749 INFO("unhandled TGSI property %d\n", prop->Property.PropertyName); 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 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_gs.c | 33 #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.machine) [all...] |
draw_vs.c | 46 #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);
|
draw_vs_exec.c | 42 #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;
|
draw_private.h | 47 #include "tgsi/tgsi_scan.h" 245 /** Fields for TGSI interpreter / execution */ 251 } tgsi; member in struct:draw_context::__anon12547 271 /** Fields for TGSI interpreter / execution */ 277 } tgsi; member in struct:draw_context::__anon12549
|
draw_context.c | 578 * Provide TGSI sampler objects for vertex/geometry shaders that use 589 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/ |
draw_gs.c | 33 #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.machine) [all...] |
draw_vs.c | 46 #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);
|
draw_vs_exec.c | 42 #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;
|
draw_private.h | 47 #include "tgsi/tgsi_scan.h" 245 /** Fields for TGSI interpreter / execution */ 251 } tgsi; member in struct:draw_context::__anon23014 271 /** Fields for TGSI interpreter / execution */ 277 } tgsi; member in struct:draw_context::__anon23016
|
draw_context.c | 578 * Provide TGSI sampler objects for vertex/geometry shaders that use 589 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/ |
sp_context.h | 159 /** TGSI exec things */ 162 } tgsi; member in struct:softpipe_context
|
sp_context.c | 40 #include "tgsi/tgsi_exec.h" 291 softpipe->tgsi.samplers_list[PIPE_SHADER_VERTEX]); 297 softpipe->tgsi.samplers_list[PIPE_SHADER_GEOMETRY]);
|
sp_state_sampler.c | 317 softpipe->tgsi.samplers_list[shader][i] = 323 sp_sampler_variant_bind_view(softpipe->tgsi.samplers_list[shader][i],
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_context.h | 159 /** TGSI exec things */ 162 } tgsi; member in struct:softpipe_context
|
sp_context.c | 40 #include "tgsi/tgsi_exec.h" 291 softpipe->tgsi.samplers_list[PIPE_SHADER_VERTEX]); 297 softpipe->tgsi.samplers_list[PIPE_SHADER_GEOMETRY]);
|