Home
last modified time | relevance | path

Searched refs:tmp_type (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c360 struct lp_type tmp_type; in lp_build_conv() local
373 tmp_type = src_type; in lp_build_conv()
503 tmp_type.width = 32; in lp_build_conv()
518 lp_build_context_init(&bld, gallivm, tmp_type); in lp_build_conv()
546 else if(tmp_type.floating) { in lp_build_conv()
550 tmp_type, in lp_build_conv()
554 tmp_type.floating = FALSE; in lp_build_conv()
561 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, dst_scale); in lp_build_conv()
567 tmp_type.floating = FALSE; in lp_build_conv()
568 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type); in lp_build_conv()
[all …]
Dlp_bld_format_soa.c364 struct lp_type tmp_type; in lp_build_fetch_rgba_soa() local
367 memset(&tmp_type, 0, sizeof tmp_type); in lp_build_fetch_rgba_soa()
368 tmp_type.width = 8; in lp_build_fetch_rgba_soa()
369 tmp_type.length = type.length * 4; in lp_build_fetch_rgba_soa()
370 tmp_type.norm = TRUE; in lp_build_fetch_rgba_soa()
372 tmp = lp_build_fetch_rgba_aos(gallivm, format_desc, tmp_type, in lp_build_fetch_rgba_soa()
394 struct lp_type tmp_type; in lp_build_fetch_rgba_soa() local
401 tmp_type = type; in lp_build_fetch_rgba_soa()
402 tmp_type.length = 4; in lp_build_fetch_rgba_soa()
422 tmp = lp_build_fetch_rgba_aos(gallivm, format_desc, tmp_type, in lp_build_fetch_rgba_soa()
Dlp_bld_pack.c343 struct lp_type tmp_type = src_type; in lp_build_unpack() local
345 tmp_type.width *= 2; in lp_build_unpack()
346 tmp_type.length /= 2; in lp_build_unpack()
349 lp_build_unpack2(gallivm, src_type, tmp_type, dst[i], &dst[2*i + 0], &dst[2*i + 1]); in lp_build_unpack()
352 src_type = tmp_type; in lp_build_unpack()
572 struct lp_type tmp_type = src_type; in lp_build_pack() local
574 tmp_type.width /= 2; in lp_build_pack()
575 tmp_type.length *= 2; in lp_build_pack()
578 if(tmp_type.width == dst_type.width) in lp_build_pack()
579 tmp_type.sign = dst_type.sign; in lp_build_pack()
[all …]
Dlp_bld_format_aos.c483 struct lp_type tmp_type; in lp_build_fetch_rgba_aos() local
486 memset(&tmp_type, 0, sizeof tmp_type); in lp_build_fetch_rgba_aos()
487 tmp_type.width = 8; in lp_build_fetch_rgba_aos()
488 tmp_type.length = num_pixels * 4; in lp_build_fetch_rgba_aos()
489 tmp_type.norm = TRUE; in lp_build_fetch_rgba_aos()
499 tmp_type, type, in lp_build_fetch_rgba_aos()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c360 struct lp_type tmp_type; in lp_build_conv() local
373 tmp_type = src_type; in lp_build_conv()
503 tmp_type.width = 32; in lp_build_conv()
518 lp_build_context_init(&bld, gallivm, tmp_type); in lp_build_conv()
546 else if(tmp_type.floating) { in lp_build_conv()
550 tmp_type, in lp_build_conv()
554 tmp_type.floating = FALSE; in lp_build_conv()
561 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, dst_scale); in lp_build_conv()
567 tmp_type.floating = FALSE; in lp_build_conv()
568 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type); in lp_build_conv()
[all …]
Dlp_bld_format_soa.c364 struct lp_type tmp_type; in lp_build_fetch_rgba_soa() local
367 memset(&tmp_type, 0, sizeof tmp_type); in lp_build_fetch_rgba_soa()
368 tmp_type.width = 8; in lp_build_fetch_rgba_soa()
369 tmp_type.length = type.length * 4; in lp_build_fetch_rgba_soa()
370 tmp_type.norm = TRUE; in lp_build_fetch_rgba_soa()
372 tmp = lp_build_fetch_rgba_aos(gallivm, format_desc, tmp_type, in lp_build_fetch_rgba_soa()
394 struct lp_type tmp_type; in lp_build_fetch_rgba_soa() local
401 tmp_type = type; in lp_build_fetch_rgba_soa()
402 tmp_type.length = 4; in lp_build_fetch_rgba_soa()
422 tmp = lp_build_fetch_rgba_aos(gallivm, format_desc, tmp_type, in lp_build_fetch_rgba_soa()
Dlp_bld_pack.c343 struct lp_type tmp_type = src_type; in lp_build_unpack() local
345 tmp_type.width *= 2; in lp_build_unpack()
346 tmp_type.length /= 2; in lp_build_unpack()
349 lp_build_unpack2(gallivm, src_type, tmp_type, dst[i], &dst[2*i + 0], &dst[2*i + 1]); in lp_build_unpack()
352 src_type = tmp_type; in lp_build_unpack()
572 struct lp_type tmp_type = src_type; in lp_build_pack() local
574 tmp_type.width /= 2; in lp_build_pack()
575 tmp_type.length *= 2; in lp_build_pack()
578 if(tmp_type.width == dst_type.width) in lp_build_pack()
579 tmp_type.sign = dst_type.sign; in lp_build_pack()
[all …]
Dlp_bld_format_aos.c483 struct lp_type tmp_type; in lp_build_fetch_rgba_aos() local
486 memset(&tmp_type, 0, sizeof tmp_type); in lp_build_fetch_rgba_aos()
487 tmp_type.width = 8; in lp_build_fetch_rgba_aos()
488 tmp_type.length = num_pixels * 4; in lp_build_fetch_rgba_aos()
489 tmp_type.norm = TRUE; in lp_build_fetch_rgba_aos()
499 tmp_type, type, in lp_build_fetch_rgba_aos()
/external/libsepol/src/
Dcontext_record.c90 char *tmp_type = strdup(type); in hidden_def() local
91 if (!tmp_type) { in hidden_def()
97 con->type = tmp_type; in hidden_def()
/external/chromium_org/third_party/bintrees/bintrees/
Dqavltree.c2364 PyObject *tmp_type, *tmp_value, *tmp_tb; in __Pyx_ErrRestore() local
2366 tmp_type = tstate->curexc_type; in __Pyx_ErrRestore()
2372 Py_XDECREF(tmp_type); in __Pyx_ErrRestore()
Dqrbtree.c2361 PyObject *tmp_type, *tmp_value, *tmp_tb; in __Pyx_ErrRestore() local
2363 tmp_type = tstate->curexc_type; in __Pyx_ErrRestore()
2369 Py_XDECREF(tmp_type); in __Pyx_ErrRestore()
Dqbintree.c2359 PyObject *tmp_type, *tmp_value, *tmp_tb; in __Pyx_ErrRestore() local
2361 tmp_type = tstate->curexc_type; in __Pyx_ErrRestore()
2367 Py_XDECREF(tmp_type); in __Pyx_ErrRestore()
Dcwalker.c2882 PyObject *tmp_type, *tmp_value, *tmp_tb; in __Pyx_ErrRestore() local
2884 tmp_type = tstate->curexc_type; in __Pyx_ErrRestore()
2890 Py_XDECREF(tmp_type); in __Pyx_ErrRestore()