/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_aos_array.c | 65 struct lp_type tmp_type; in lp_build_fetch_rgba_aos_array() local 100 tmp_type = dst_type; in lp_build_fetch_rgba_aos_array() 103 tmp_type.floating = 0; in lp_build_fetch_rgba_aos_array() 104 tmp_type.sign = src_type.sign; in lp_build_fetch_rgba_aos_array() 108 lp_build_conv(gallivm, src_type, tmp_type, &res, 1, &res, 1); in lp_build_fetch_rgba_aos_array() 111 lp_build_context_init(&bld, gallivm, tmp_type); in lp_build_fetch_rgba_aos_array()
|
D | lp_bld_format_aos.c | 708 struct lp_type tmp_type; in lp_build_fetch_rgba_aos() local 711 memset(&tmp_type, 0, sizeof tmp_type); in lp_build_fetch_rgba_aos() 712 tmp_type.width = 8; in lp_build_fetch_rgba_aos() 713 tmp_type.length = num_pixels * 4; in lp_build_fetch_rgba_aos() 714 tmp_type.norm = TRUE; in lp_build_fetch_rgba_aos() 724 tmp_type, type, in lp_build_fetch_rgba_aos() 735 struct lp_type tmp_type; in lp_build_fetch_rgba_aos() local 738 memset(&tmp_type, 0, sizeof tmp_type); in lp_build_fetch_rgba_aos() 739 tmp_type.width = 8; in lp_build_fetch_rgba_aos() 740 tmp_type.length = num_pixels * 4; in lp_build_fetch_rgba_aos() [all …]
|
D | lp_bld_conv.c | 557 struct lp_type tmp_type; in lp_build_conv() local 570 tmp_type = src_type; in lp_build_conv() 801 tmp_type.width = 32; in lp_build_conv() 816 lp_build_context_init(&bld, gallivm, tmp_type); in lp_build_conv() 844 else if(tmp_type.floating) { in lp_build_conv() 848 tmp_type, in lp_build_conv() 852 tmp_type.floating = FALSE; in lp_build_conv() 858 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, dst_scale); in lp_build_conv() 873 lp_build_context_init(&bld, gallivm, tmp_type); in lp_build_conv() 877 tmp_type.floating = FALSE; in lp_build_conv() [all …]
|
D | lp_bld_pack.c | 334 struct lp_type tmp_type = type; in lp_build_interleave2() local 336 tmp_type.length = 4; in lp_build_interleave2() 337 tmp_type.width = 64; in lp_build_interleave2() 338 a = LLVMBuildBitCast(gallivm->builder, a, lp_build_vec_type(gallivm, tmp_type), ""); in lp_build_interleave2() 339 b = LLVMBuildBitCast(gallivm->builder, b, lp_build_vec_type(gallivm, tmp_type), ""); in lp_build_interleave2() 342 tmp_type.length = 2; in lp_build_interleave2() 343 tmpdst = lp_build_concat(gallivm, srchalf, tmp_type, 2); in lp_build_interleave2() 534 struct lp_type tmp_type = src_type; in lp_build_unpack() local 536 tmp_type.width *= 2; in lp_build_unpack() 537 tmp_type.length /= 2; in lp_build_unpack() [all …]
|
D | lp_bld_format_soa.c | 755 struct lp_type tmp_type; in lp_build_fetch_rgba_soa() local 773 memset(&tmp_type, 0, sizeof tmp_type); in lp_build_fetch_rgba_soa() 774 tmp_type.width = 8; in lp_build_fetch_rgba_soa() 775 tmp_type.length = type.length * 4; in lp_build_fetch_rgba_soa() 776 tmp_type.norm = TRUE; in lp_build_fetch_rgba_soa() 777 tmp_type.sign = is_signed; in lp_build_fetch_rgba_soa() 779 packed = lp_build_fetch_rgba_aos(gallivm, flinear_desc, tmp_type, in lp_build_fetch_rgba_soa() 830 struct lp_type tmp_type; in lp_build_fetch_rgba_soa() local 838 tmp_type = type; in lp_build_fetch_rgba_soa() 839 tmp_type.length = 4; in lp_build_fetch_rgba_soa() [all …]
|
/external/selinux/libsepol/src/ |
D | context_record.c | 91 char *tmp_type = strdup(type); in hidden_def() local 92 if (!tmp_type) { in hidden_def() 98 con->type = tmp_type; in hidden_def()
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 173 PyObject *tmp_type, *tmp_value, *tmp_tb; in sys_exc_clear() local 180 tmp_type = tstate->exc_type; in sys_exc_clear() 186 Py_XDECREF(tmp_type); in sys_exc_clear()
|
D | ceval.c | 3723 PyObject *tmp_type, *tmp_value, *tmp_tb; in set_exc_info() local 3745 tmp_type = tstate->exc_type; in set_exc_info() 3754 Py_XDECREF(tmp_type); in set_exc_info() 3767 PyObject *tmp_type, *tmp_value, *tmp_tb; in reset_exc_info() local 3778 tmp_type = tstate->exc_type; in reset_exc_info() 3787 Py_XDECREF(tmp_type); in reset_exc_info() 3797 tmp_type = frame->f_exc_type; in reset_exc_info() 3803 Py_DECREF(tmp_type); in reset_exc_info()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 2818 struct lp_type tmp_type = dst_type; in generate_unswizzled_blend() local 2819 tmp_type.length = dst_type.length * 4 / src_count; in generate_unswizzled_blend() 2822 lp_build_vec_type(gallivm, tmp_type), ""); in generate_unswizzled_blend()
|
/external/scapy/scapy/layers/ |
D | inet6.py | 1021 tmp_type = orb(pkt[0]) 1022 return cls.registered_sr_tlv.get(tmp_type, cls)
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTransformFeedbackTests.cpp | 879 glw::GLenum tmp_type = GL_NONE; in testExtension1() local 882 &tmp_size, &tmp_type, tmp_buffer); in testExtension1()
|