Searched defs:tokens (Results 251 - 275 of 325) sorted by relevance

<<111213

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c438 const struct tgsi_token *tokens = llvm->draw->vs.vertex_shader->state.tokens; local
443 tgsi_dump(tokens, 0);
450 tokens,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c2053 const struct tgsi_token *tokens,
2134 lp_build_tgsi_llvm(&bld.bld_base, tokens);
2140 tgsi_dump(tokens, 0);
2052 lp_build_tgsi_soa(struct gallivm_state *gallivm, const struct tgsi_token *tokens, struct lp_type type, struct lp_build_mask_context *mask, LLVMValueRef consts_ptr, const struct lp_bld_tgsi_system_values *system_values, const LLVMValueRef *pos, const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS], LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], struct lp_build_sampler_soa *sampler, const struct tgsi_shader_info *info) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c623 * Initialize machine state by expanding tokens to full instructions,
630 const struct tgsi_token *tokens,
642 tgsi_dump(tokens, 0);
651 mach->Tokens = tokens;
654 if (!tokens) {
628 tgsi_exec_machine_bind_shader( struct tgsi_exec_machine *mach, const struct tgsi_token *tokens, uint numSamplers, struct tgsi_sampler **samplers) argument
H A Dtgsi_ureg.c68 union tgsi_any_token *tokens; member in struct:ureg_tokens
178 static void tokens_error( struct ureg_tokens *tokens )
180 if (tokens->tokens && tokens->tokens != error_tokens)
181 FREE(tokens->tokens);
183 tokens->tokens
189 tokens_expand( struct ureg_tokens *tokens, unsigned count ) argument
221 struct ureg_tokens *tokens = &ureg->domain[domain]; local
1611 const struct tgsi_token *tokens; local
1671 const struct tgsi_token *tokens; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_shader.c122 tgsi_dump(sel->tokens, 0);
179 const struct tgsi_token *tokens; member in struct:r600_shader_ctx
1166 struct tgsi_token *tokens = pipeshader->selector->tokens; local
1189 ctx.tokens = tokens;
1190 tgsi_scan_shader(tokens, &ctx.info);
1191 tgsi_parse_init(&ctx.parse, tokens);
1256 mod = r600_tgsi_llvm(&radeon_llvm_ctx, tokens);
1379 tgsi_parse_init(&ctx.parse, tokens);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_context.h54 const struct tgsi_token *tokens; member in struct:svga_shader
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h211 const struct tgsi_token *tokens; member in struct:pipe_shader_state
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.h302 int tokens[5]; member in struct:ir_state_slot
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dffvertex_prog.c424 gl_state_index tokens[STATE_LENGTH]; local
426 tokens[0] = s0;
427 tokens[1] = s1;
428 tokens[2] = s2;
429 tokens[3] = s3;
430 tokens[4] = s4;
431 idx = _mesa_add_state_reference( p->program->Base.Parameters, tokens );
444 * \param input one of VERT_ATTRIB_x tokens.
461 * \param input one of VERT_RESULT_x tokens.
/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc3435 std::vector<std::string> tokens; local
3436 Tokenize(description, ":", &tokens);
3437 DCHECK(!tokens.empty());
3438 std::string name(tokens[0]);
3439 tokens.erase(tokens.begin());
3440 if (!tokens.empty()) {
3441 if (tokens[0] == "ll") {
3443 tokens.erase(tokens
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-bcel.jar ... descriptor int pos String string java.util.StringTokenizer tokens private void addSlashClass (java.lang.String) String classname ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.appserver_3.1.400.v20100427.jar ... .util.Vector list java.util.StringTokenizer tokens String token public static boolean inDevelopmentMode () private static java. ...
/external/icu4c/common/
H A Dunames.cpp264 uint16_t *tokens=(uint16_t *)names+8; local
265 uint16_t token, tokenCount=*tokens++, bufferPos=0;
274 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) {
308 token=tokens[c];
311 token=tokens[c<<8|*name++];
323 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) {
357 uint16_t *tokens=(uint16_t *)names+8; local
358 uint16_t token, tokenCount=*tokens++;
368 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) {
404 token=tokens[
1320 calcNameSetLength(const uint16_t *tokens, uint16_t tokenCount, const uint8_t *tokenStrings, int8_t *tokenLengths, uint32_t set[8], const uint8_t **pLine, const uint8_t *lineLimit) argument
1368 uint16_t *tokens=(uint16_t *)uCharNames+8; local
1784 makeTokenMap(const UDataSwapper *ds, int16_t tokens[], uint16_t tokenCount, uint8_t map[256], UErrorCode *pErrorCode) argument
1916 int16_t tokens[512]; local
[all...]
/external/kernel-headers/original/linux/
H A Dpkt_sched.h307 __u32 tokens; member in struct:tc_htb_xstats
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c438 const struct tgsi_token *tokens = llvm->draw->vs.vertex_shader->state.tokens; local
443 tgsi_dump(tokens, 0);
450 tokens,
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c2053 const struct tgsi_token *tokens,
2134 lp_build_tgsi_llvm(&bld.bld_base, tokens);
2140 tgsi_dump(tokens, 0);
2052 lp_build_tgsi_soa(struct gallivm_state *gallivm, const struct tgsi_token *tokens, struct lp_type type, struct lp_build_mask_context *mask, LLVMValueRef consts_ptr, const struct lp_bld_tgsi_system_values *system_values, const LLVMValueRef *pos, const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS], LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], struct lp_build_sampler_soa *sampler, const struct tgsi_shader_info *info) argument
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c623 * Initialize machine state by expanding tokens to full instructions,
630 const struct tgsi_token *tokens,
642 tgsi_dump(tokens, 0);
651 mach->Tokens = tokens;
654 if (!tokens) {
628 tgsi_exec_machine_bind_shader( struct tgsi_exec_machine *mach, const struct tgsi_token *tokens, uint numSamplers, struct tgsi_sampler **samplers) argument
H A Dtgsi_ureg.c68 union tgsi_any_token *tokens; member in struct:ureg_tokens
178 static void tokens_error( struct ureg_tokens *tokens )
180 if (tokens->tokens && tokens->tokens != error_tokens)
181 FREE(tokens->tokens);
183 tokens->tokens
189 tokens_expand( struct ureg_tokens *tokens, unsigned count ) argument
221 struct ureg_tokens *tokens = &ureg->domain[domain]; local
1611 const struct tgsi_token *tokens; local
1671 const struct tgsi_token *tokens; local
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c122 tgsi_dump(sel->tokens, 0);
179 const struct tgsi_token *tokens; member in struct:r600_shader_ctx
1166 struct tgsi_token *tokens = pipeshader->selector->tokens; local
1189 ctx.tokens = tokens;
1190 tgsi_scan_shader(tokens, &ctx.info);
1191 tgsi_parse_init(&ctx.parse, tokens);
1256 mod = r600_tgsi_llvm(&radeon_llvm_ctx, tokens);
1379 tgsi_parse_init(&ctx.parse, tokens);
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h54 const struct tgsi_token *tokens; member in struct:svga_shader
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h211 const struct tgsi_token *tokens; member in struct:pipe_shader_state
/external/mesa3d/src/glsl/
H A Dir.h302 int tokens[5]; member in struct:ir_state_slot
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c424 gl_state_index tokens[STATE_LENGTH]; local
426 tokens[0] = s0;
427 tokens[1] = s1;
428 tokens[2] = s2;
429 tokens[3] = s3;
430 tokens[4] = s4;
431 idx = _mesa_add_state_reference( p->program->Base.Parameters, tokens );
444 * \param input one of VERT_ATTRIB_x tokens.
461 * \param input one of VERT_RESULT_x tokens.
/external/webp/src/enc/
H A Dvp8l.c285 const HuffmanTreeToken* const tokens, const int num_tokens,
289 const int ix = tokens[i].code;
290 const int extra_bits = tokens[i].extra_bits;
314 HuffmanTreeToken* const tokens = local
315 (HuffmanTreeToken*)WebPSafeMalloc((uint64_t)max_tokens, sizeof(*tokens));
316 if (tokens == NULL) return 0;
323 num_tokens = VP8LCreateCompressedHuffmanTree(tree, tokens, max_tokens);
328 ++histogram[tokens[i].code];
345 const int ix = tokens[i].code;
368 StoreHuffmanTreeToBitMask(bw, tokens, lengt
283 StoreHuffmanTreeToBitMask( VP8LBitWriter* const bw, const HuffmanTreeToken* const tokens, const int num_tokens, const HuffmanTreeCode* const huffman_code) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_registrar.c47 static void wps_free_nfc_pw_tokens(struct dl_list *tokens, u16 pw_id) argument
50 dl_list_for_each_safe(token, prev, tokens, struct wps_nfc_pw_token,
58 static struct wps_nfc_pw_token * wps_get_nfc_pw_token(struct dl_list *tokens, argument
62 dl_list_for_each(token, tokens, struct wps_nfc_pw_token, list) {

Completed in 791 milliseconds

<<111213