Searched refs:tokens (Results 1 - 25 of 407) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dtgsi_dump.gdb2 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 Ddisasm.c30 * 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 Dtgsi_dump.gdb2 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 Ddisasm.c30 * 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 D000-content-with-spaces.c1 this is four tokens with spaces
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D000-content-with-spaces.c1 this is four tokens with spaces
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-null/
H A Dgraw_util.c19 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 Dgraw_util.c19 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 Dst_tgsi_lower_depth_clamp.h31 st_tgsi_lower_depth_clamp(const struct tgsi_token *tokens,
36 st_tgsi_lower_depth_clamp_fs(const struct tgsi_token *tokens,
H A Dst_tgsi_lower_yuv.h29 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 Dst_tgsi_lower_yuv.h29 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 Dtgsi_emulate.h36 tgsi_emulate(const struct tgsi_token *tokens, unsigned flags);
H A Dtgsi_sanity.h46 const struct tgsi_token *tokens );
H A Dtgsi_text.h42 struct tgsi_token *tokens,
H A Dtgsi_dump.h45 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 Dtgsi_build.h60 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 Dtgsi_emulate.h36 tgsi_emulate(const struct tgsi_token *tokens, unsigned flags);
H A Dtgsi_sanity.h46 const struct tgsi_token *tokens );
H A Dtgsi_text.h42 struct tgsi_token *tokens,
H A Dtgsi_dump.h45 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 Dtgsi_build.h60 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 Drc_test_helpers.c141 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 Drc_test_helpers.c141 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 Dshader.rst11 tokens
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dshader.rst11 tokens

Completed in 12 milliseconds

1234567891011>>