Searched refs:samp_type (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/ |
D | perf_to_tracing.py | 113 def __init__(self, stack_id, ts, cpu, tid, weight, samp_type, comm): argument 119 self.type = samp_type 153 samp_type = param_dict['ev_name'] 197 samp_type,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 530 const char *samp_type, in util_make_fs_blit_msaa_gen() argument 559 snprintf(text, sizeof(text), shader_templ, type, samp_type, in util_make_fs_blit_msaa_gen() 587 const char *samp_type; in util_make_fs_blit_msaa_color() local 592 samp_type = "UINT"; in util_make_fs_blit_msaa_color() 599 samp_type = "SINT"; in util_make_fs_blit_msaa_color() 607 samp_type = "FLOAT"; in util_make_fs_blit_msaa_color() 610 return util_make_fs_blit_msaa_gen(pipe, tgsi_tex, samp_type, in util_make_fs_blit_msaa_color()
|