Searched refs:tmp_type (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c364 struct lp_type tmp_type; local
367 memset(&tmp_type, 0, sizeof tmp_type);
368 tmp_type.width = 8;
369 tmp_type.length = type.length * 4;
370 tmp_type.norm = TRUE;
372 tmp = lp_build_fetch_rgba_aos(gallivm, format_desc, tmp_type,
394 struct lp_type tmp_type; local
401 tmp_type = type;
402 tmp_type
[all...]
H A Dlp_bld_conv.c360 struct lp_type tmp_type; local
373 tmp_type = src_type;
503 tmp_type.width = 32;
518 lp_build_context_init(&bld, gallivm, tmp_type);
546 else if(tmp_type.floating) {
550 tmp_type,
554 tmp_type.floating = FALSE;
561 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, dst_scale);
567 tmp_type.floating = FALSE;
568 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type);
[all...]
H A Dlp_bld_pack.c343 struct lp_type tmp_type = src_type; local
345 tmp_type.width *= 2;
346 tmp_type.length /= 2;
349 lp_build_unpack2(gallivm, src_type, tmp_type, dst[i], &dst[2*i + 0], &dst[2*i + 1]);
352 src_type = tmp_type;
572 struct lp_type tmp_type = src_type; local
574 tmp_type.width /= 2;
575 tmp_type.length *= 2;
578 if(tmp_type.width == dst_type.width)
579 tmp_type
[all...]
H A Dlp_bld_format_aos.c483 struct lp_type tmp_type; local
486 memset(&tmp_type, 0, sizeof tmp_type);
487 tmp_type.width = 8;
488 tmp_type.length = num_pixels * 4;
489 tmp_type.norm = TRUE;
499 tmp_type, type,
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c364 struct lp_type tmp_type; local
367 memset(&tmp_type, 0, sizeof tmp_type);
368 tmp_type.width = 8;
369 tmp_type.length = type.length * 4;
370 tmp_type.norm = TRUE;
372 tmp = lp_build_fetch_rgba_aos(gallivm, format_desc, tmp_type,
394 struct lp_type tmp_type; local
401 tmp_type = type;
402 tmp_type
[all...]
H A Dlp_bld_conv.c360 struct lp_type tmp_type; local
373 tmp_type = src_type;
503 tmp_type.width = 32;
518 lp_build_context_init(&bld, gallivm, tmp_type);
546 else if(tmp_type.floating) {
550 tmp_type,
554 tmp_type.floating = FALSE;
561 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, dst_scale);
567 tmp_type.floating = FALSE;
568 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type);
[all...]
H A Dlp_bld_pack.c343 struct lp_type tmp_type = src_type; local
345 tmp_type.width *= 2;
346 tmp_type.length /= 2;
349 lp_build_unpack2(gallivm, src_type, tmp_type, dst[i], &dst[2*i + 0], &dst[2*i + 1]);
352 src_type = tmp_type;
572 struct lp_type tmp_type = src_type; local
574 tmp_type.width /= 2;
575 tmp_type.length *= 2;
578 if(tmp_type.width == dst_type.width)
579 tmp_type
[all...]
H A Dlp_bld_format_aos.c483 struct lp_type tmp_type; local
486 memset(&tmp_type, 0, sizeof tmp_type);
487 tmp_type.width = 8;
488 tmp_type.length = num_pixels * 4;
489 tmp_type.norm = TRUE;
499 tmp_type, type,
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DExceptions.c17 PyObject *tmp_type, *tmp_value, *tmp_tb; local
20 tmp_type = tstate->curexc_type;
26 Py_XDECREF(tmp_type);
256 PyObject *tmp_type, *tmp_value, *tmp_tb; local
289 tmp_type = tstate->exc_type;
297 Py_XDECREF(tmp_type);
373 PyObject *tmp_type, *tmp_value, *tmp_tb; local
375 tmp_type = tstate->exc_type;
381 Py_XDECREF(tmp_type);
396 PyObject *tmp_type, *tmp_valu local
[all...]
/external/libsepol/src/
H A Dcontext_record.c90 char *tmp_type = strdup(type); local
91 if (!tmp_type) {
97 con->type = tmp_type;
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.c2882 PyObject *tmp_type, *tmp_value, *tmp_tb; local
2884 tmp_type = tstate->curexc_type;
2890 Py_XDECREF(tmp_type);
H A Dqavltree.c2364 PyObject *tmp_type, *tmp_value, *tmp_tb; local
2366 tmp_type = tstate->curexc_type;
2372 Py_XDECREF(tmp_type);
H A Dqbintree.c2359 PyObject *tmp_type, *tmp_value, *tmp_tb; local
2361 tmp_type = tstate->curexc_type;
2367 Py_XDECREF(tmp_type);
H A Dqrbtree.c2361 PyObject *tmp_type, *tmp_value, *tmp_tb; local
2363 tmp_type = tstate->curexc_type;
2369 Py_XDECREF(tmp_type);
/external/chromium_org/v8/src/
H A Dobjects.cc2444 PropertyType tmp_type = tmp_details.type(); local
2446 ((tmp_type == CALLBACKS || old_type == CALLBACKS) &&
2447 (tmp_type != old_type ||
2459 if (tmp_type == FIELD) {
2470 } else if (tmp_type == CONSTANT) {
2476 DCHECK_EQ(tmp_type, old_type);

Completed in 4468 milliseconds