| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/ |
| H A D | tgsi_dump.gdb | 2 set $tokens=(const struct tgsi_header *)($arg0) 3 set $nr_tokens = $tokens->HeaderSize + $tokens->BodySize 4 set $tokens_end = &$tokens[$nr_tokens] 5 dump memory tgsi_dump.bin $tokens $tokens_end
|
| H A D | disasm.c | 30 * Small utility to disassemble a memory dump of TGSI tokens. 35 * (gdb) tgsi_dump state->tokens 60 struct tgsi_token *tokens; local in function:disasm 66 tokens = malloc(max_tokens * sizeof *tokens); 67 fread(tokens, sizeof *tokens, max_tokens, fp); 69 tgsi_dump(tokens, 0); 71 free(tokens);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/ |
| H A D | tgsi_dump.gdb | 2 set $tokens=(const struct tgsi_header *)($arg0) 3 set $nr_tokens = $tokens->HeaderSize + $tokens->BodySize 4 set $tokens_end = &$tokens[$nr_tokens] 5 dump memory tgsi_dump.bin $tokens $tokens_end
|
| H A D | disasm.c | 30 * Small utility to disassemble a memory dump of TGSI tokens. 35 * (gdb) tgsi_dump state->tokens 60 struct tgsi_token *tokens; local in function:disasm 66 tokens = malloc(max_tokens * sizeof *tokens); 67 fread(tokens, sizeof *tokens, max_tokens, fp); 69 tgsi_dump(tokens, 0); 71 free(tokens);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 000-content-with-spaces.c | 1 this is four tokens with spaces
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 000-content-with-spaces.c | 1 this is four tokens with spaces
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-null/ |
| H A D | graw_util.c | 19 struct tgsi_token tokens[1024]; local in function:graw_parse_geometry_shader 22 if (!tgsi_text_translate(text, tokens, ARRAY_SIZE(tokens))) 26 state.tokens = tokens; 34 struct tgsi_token tokens[1024]; local in function:graw_parse_vertex_shader 37 if (!tgsi_text_translate(text, tokens, ARRAY_SIZE(tokens))) 41 state.tokens = tokens; 49 struct tgsi_token tokens[1024]; local in function:graw_parse_fragment_shader [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/graw-null/ |
| H A D | graw_util.c | 19 struct tgsi_token tokens[1024]; local in function:graw_parse_geometry_shader 22 if (!tgsi_text_translate(text, tokens, ARRAY_SIZE(tokens))) 26 state.tokens = tokens; 34 struct tgsi_token tokens[1024]; local in function:graw_parse_vertex_shader 37 if (!tgsi_text_translate(text, tokens, ARRAY_SIZE(tokens))) 41 state.tokens = tokens; 49 struct tgsi_token tokens[1024]; local in function:graw_parse_fragment_shader [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_tgsi_lower_depth_clamp.h | 31 st_tgsi_lower_depth_clamp(const struct tgsi_token *tokens, 36 st_tgsi_lower_depth_clamp_fs(const struct tgsi_token *tokens,
|
| H A D | st_tgsi_lower_yuv.h | 29 extern const struct tgsi_token * st_tgsi_lower_yuv(const struct tgsi_token *tokens,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_tgsi_lower_yuv.h | 29 extern const struct tgsi_token * st_tgsi_lower_yuv(const struct tgsi_token *tokens,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_emulate.h | 36 tgsi_emulate(const struct tgsi_token *tokens, unsigned flags);
|
| H A D | tgsi_sanity.h | 46 const struct tgsi_token *tokens );
|
| H A D | tgsi_text.h | 42 struct tgsi_token *tokens,
|
| H A D | tgsi_dump.h | 45 const struct tgsi_token *tokens, 51 tgsi_dump_to_file(const struct tgsi_token *tokens, uint flags, FILE *file); 55 const struct tgsi_token *tokens,
|
| H A D | tgsi_build.h | 60 struct tgsi_token *tokens, 74 struct tgsi_token *tokens, 88 struct tgsi_token *tokens, 105 struct tgsi_token *tokens,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_emulate.h | 36 tgsi_emulate(const struct tgsi_token *tokens, unsigned flags);
|
| H A D | tgsi_sanity.h | 46 const struct tgsi_token *tokens );
|
| H A D | tgsi_text.h | 42 struct tgsi_token *tokens,
|
| H A D | tgsi_dump.h | 45 const struct tgsi_token *tokens, 51 tgsi_dump_to_file(const struct tgsi_token *tokens, uint flags, FILE *file); 55 const struct tgsi_token *tokens,
|
| H A D | tgsi_build.h | 60 struct tgsi_token *tokens, 74 struct tgsi_token *tokens, 88 struct tgsi_token *tokens, 105 struct tgsi_token *tokens,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/ |
| H A D | rc_test_helpers.c | 141 struct src_tokens tokens; local in function:init_rc_normal_src 152 tokens.Negate.String = src_str + matches[1].rm_so; 153 tokens.Negate.Length = match_length(matches, 1); 154 tokens.Abs.String = src_str + matches[2].rm_so; 155 tokens.Abs.Length = match_length(matches, 2); 156 tokens.File.String = src_str + matches[3].rm_so; 157 tokens.File.Length = match_length(matches, 3); 158 tokens.Index.String = src_str + matches[4].rm_so; 159 tokens.Index.Length = match_length(matches, 4); 160 tokens 270 struct dst_tokens tokens; local in function:init_rc_normal_dst 376 struct inst_tokens tokens; local in function:parse_rc_normal_instruction [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/ |
| H A D | rc_test_helpers.c | 141 struct src_tokens tokens; local in function:init_rc_normal_src 152 tokens.Negate.String = src_str + matches[1].rm_so; 153 tokens.Negate.Length = match_length(matches, 1); 154 tokens.Abs.String = src_str + matches[2].rm_so; 155 tokens.Abs.Length = match_length(matches, 2); 156 tokens.File.String = src_str + matches[3].rm_so; 157 tokens.File.Length = match_length(matches, 3); 158 tokens.Index.String = src_str + matches[4].rm_so; 159 tokens.Index.Length = match_length(matches, 4); 160 tokens 270 struct dst_tokens tokens; local in function:init_rc_normal_dst 376 struct inst_tokens tokens; local in function:parse_rc_normal_instruction [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | shader.rst | 11 tokens
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | shader.rst | 11 tokens
|