Home
last modified time | relevance | path

Searched refs:res_type (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.h214 struct lp_type res_type; in lp_type_float() local
216 memset(&res_type, 0, sizeof res_type); in lp_type_float()
217 res_type.floating = TRUE; in lp_type_float()
218 res_type.sign = TRUE; in lp_type_float()
219 res_type.width = width; in lp_type_float()
220 res_type.length = 1; in lp_type_float()
222 return res_type; in lp_type_float()
230 struct lp_type res_type; in lp_type_float_vec() local
232 memset(&res_type, 0, sizeof res_type); in lp_type_float_vec()
233 res_type.floating = TRUE; in lp_type_float_vec()
[all …]
Dlp_bld_type.c183 struct lp_type res_type; in lp_elem_type() local
186 res_type = type; in lp_elem_type()
187 res_type.length = 1; in lp_elem_type()
189 return res_type; in lp_elem_type()
199 struct lp_type res_type; in lp_uint_type() local
202 memset(&res_type, 0, sizeof res_type); in lp_uint_type()
203 res_type.width = type.width; in lp_uint_type()
204 res_type.length = type.length; in lp_uint_type()
206 return res_type; in lp_uint_type()
216 struct lp_type res_type; in lp_int_type() local
[all …]
Dlp_bld_gather.c263 struct lp_type res_type = dst_type; in lp_build_gather_avx2() local
264 res_type.length *= length; in lp_build_gather_avx2()
353 res = LLVMBuildBitCast(builder, res, lp_build_vec_type(gallivm, res_type), ""); in lp_build_gather_avx2()
487 struct lp_type res_type, gather_res_type; in lp_build_gather() local
490 res_type = fetch_dst_type; in lp_build_gather()
491 res_type.length *= length; in lp_build_gather()
492 gather_res_type = res_type; in lp_build_gather()
514 res_t = lp_build_vec_type(gallivm, res_type); in lp_build_gather()
533 lp_build_const_int_vec(gallivm, res_type, sv), ""); in lp_build_gather()
549 assert(res_type.length * res_type.width == in lp_build_gather()
Dlp_bld_tgsi_soa.c3905 struct lp_type res_type; in lp_build_tgsi_soa() local
3908 memset(&res_type, 0, sizeof res_type); in lp_build_tgsi_soa()
3909 res_type.width = type.width; in lp_build_tgsi_soa()
3910 res_type.length = type.length; in lp_build_tgsi_soa()
3911 res_type.sign = 1; in lp_build_tgsi_soa()
/external/toolchain-utils/automation/clients/report/dejagnu/
Dreport.py43 def GetResultCount(res_type): argument
44 return summary.get(res_type, 0)
51 def GetTestsByResult(res_type): argument
53 for test in sorted(tests) if test.result == res_type]
/external/ltp/testcases/kernel/syscalls/getrlimit/
Dgetrlimit02.c88 int res_type; /* resource type */ member
121 TEST(getrlimit(testcases[i].res_type, in main()
/external/webrtc/
DPRESUBMIT.py195 res_type = output_api.PresubmitPromptWarning
197 res_type = output_api.PresubmitPromptWarning
198 result = [res_type('Changelist failed cpplint.py check.')]
/external/lisa/libs/utils/analysis/
Dfrequency_analysis.py578 n_plots, is_first, is_last, res_type): argument
621 axes.annotate('OPP {} Residency Time'.format(res_type),