Searched refs:tc (Results 1 - 25 of 232) sorted by relevance

12345678910

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.c49 struct softpipe_tex_tile_cache *tc; local
55 tc = CALLOC_STRUCT( softpipe_tex_tile_cache );
56 if (tc) {
57 tc->pipe = pipe;
59 tc->entries[pos].addr.bits.invalid = 1;
61 tc->last_tile = &tc->entries[0]; /* any tile */
63 return tc;
68 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc) argument
70 if (tc) {
91 sp_tex_tile_cache_map_transfers(struct softpipe_tex_tile_cache *tc) argument
99 sp_tex_tile_cache_unmap_transfers(struct softpipe_tex_tile_cache *tc) argument
112 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc) argument
125 sp_tex_tile_is_compat_view(struct softpipe_tex_tile_cache *tc, struct pipe_sampler_view *view) argument
142 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc, struct pipe_sampler_view *view) argument
189 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc) argument
228 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc, union tex_tile_address addr ) argument
[all...]
H A Dsp_tile_cache.c42 sp_alloc_tile(struct softpipe_tile_cache *tc);
86 struct softpipe_tile_cache *tc; local
99 tc = CALLOC_STRUCT( softpipe_tile_cache );
100 if (tc) {
101 tc->pipe = pipe;
103 tc->tile_addrs[pos].bits.invalid = 1;
105 tc->last_tile_addr.bits.invalid = 1;
110 tc->tile = MALLOC_STRUCT( softpipe_cached_tile );
111 if (!tc->tile)
113 FREE(tc);
132 sp_destroy_tile_cache(struct softpipe_tile_cache *tc) argument
156 sp_tile_cache_set_surface(struct softpipe_tile_cache *tc, struct pipe_surface *ps) argument
192 sp_tile_cache_get_surface(struct softpipe_tile_cache *tc) argument
199 sp_tile_cache_map_transfers(struct softpipe_tile_cache *tc) argument
207 sp_tile_cache_unmap_transfers(struct softpipe_tile_cache *tc) argument
325 sp_tile_cache_flush_clear(struct softpipe_tile_cache *tc) argument
388 sp_flush_tile(struct softpipe_tile_cache* tc, unsigned pos) argument
431 sp_flush_tile_cache(struct softpipe_tile_cache *tc) argument
462 sp_alloc_tile(struct softpipe_tile_cache *tc) argument
499 sp_find_cached_tile(struct softpipe_tile_cache *tc, union tile_address addr ) argument
614 sp_tile_cache_clear(struct softpipe_tile_cache *tc, const union pipe_color_union *color, uint64_t clearValue) argument
[all...]
H A Dsp_tile_cache.h106 sp_destroy_tile_cache(struct softpipe_tile_cache *tc);
109 sp_tile_cache_set_surface(struct softpipe_tile_cache *tc,
113 sp_tile_cache_get_surface(struct softpipe_tile_cache *tc);
116 sp_tile_cache_map_transfers(struct softpipe_tile_cache *tc);
119 sp_tile_cache_unmap_transfers(struct softpipe_tile_cache *tc);
122 sp_flush_tile_cache(struct softpipe_tile_cache *tc);
125 sp_tile_cache_clear(struct softpipe_tile_cache *tc,
130 sp_find_cached_tile(struct softpipe_tile_cache *tc,
150 sp_get_cached_tile(struct softpipe_tile_cache *tc, argument
155 if (tc
[all...]
H A Dsp_tex_tile_cache.h107 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc);
111 sp_tex_tile_cache_map_transfers(struct softpipe_tex_tile_cache *tc);
114 sp_tex_tile_cache_unmap_transfers(struct softpipe_tex_tile_cache *tc);
117 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc,
121 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc);
124 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc);
129 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc,
154 sp_get_cached_tile_tex(struct softpipe_tex_tile_cache *tc, argument
157 if (tc->last_tile->addr.value == addr.value)
158 return tc
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.c49 struct softpipe_tex_tile_cache *tc; local
55 tc = CALLOC_STRUCT( softpipe_tex_tile_cache );
56 if (tc) {
57 tc->pipe = pipe;
59 tc->entries[pos].addr.bits.invalid = 1;
61 tc->last_tile = &tc->entries[0]; /* any tile */
63 return tc;
68 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc) argument
70 if (tc) {
91 sp_tex_tile_cache_map_transfers(struct softpipe_tex_tile_cache *tc) argument
99 sp_tex_tile_cache_unmap_transfers(struct softpipe_tex_tile_cache *tc) argument
112 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc) argument
125 sp_tex_tile_is_compat_view(struct softpipe_tex_tile_cache *tc, struct pipe_sampler_view *view) argument
142 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc, struct pipe_sampler_view *view) argument
189 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc) argument
228 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc, union tex_tile_address addr ) argument
[all...]
H A Dsp_tile_cache.c42 sp_alloc_tile(struct softpipe_tile_cache *tc);
86 struct softpipe_tile_cache *tc; local
99 tc = CALLOC_STRUCT( softpipe_tile_cache );
100 if (tc) {
101 tc->pipe = pipe;
103 tc->tile_addrs[pos].bits.invalid = 1;
105 tc->last_tile_addr.bits.invalid = 1;
110 tc->tile = MALLOC_STRUCT( softpipe_cached_tile );
111 if (!tc->tile)
113 FREE(tc);
132 sp_destroy_tile_cache(struct softpipe_tile_cache *tc) argument
156 sp_tile_cache_set_surface(struct softpipe_tile_cache *tc, struct pipe_surface *ps) argument
192 sp_tile_cache_get_surface(struct softpipe_tile_cache *tc) argument
199 sp_tile_cache_map_transfers(struct softpipe_tile_cache *tc) argument
207 sp_tile_cache_unmap_transfers(struct softpipe_tile_cache *tc) argument
325 sp_tile_cache_flush_clear(struct softpipe_tile_cache *tc) argument
388 sp_flush_tile(struct softpipe_tile_cache* tc, unsigned pos) argument
431 sp_flush_tile_cache(struct softpipe_tile_cache *tc) argument
462 sp_alloc_tile(struct softpipe_tile_cache *tc) argument
499 sp_find_cached_tile(struct softpipe_tile_cache *tc, union tile_address addr ) argument
614 sp_tile_cache_clear(struct softpipe_tile_cache *tc, const union pipe_color_union *color, uint64_t clearValue) argument
[all...]
H A Dsp_tile_cache.h106 sp_destroy_tile_cache(struct softpipe_tile_cache *tc);
109 sp_tile_cache_set_surface(struct softpipe_tile_cache *tc,
113 sp_tile_cache_get_surface(struct softpipe_tile_cache *tc);
116 sp_tile_cache_map_transfers(struct softpipe_tile_cache *tc);
119 sp_tile_cache_unmap_transfers(struct softpipe_tile_cache *tc);
122 sp_flush_tile_cache(struct softpipe_tile_cache *tc);
125 sp_tile_cache_clear(struct softpipe_tile_cache *tc,
130 sp_find_cached_tile(struct softpipe_tile_cache *tc,
150 sp_get_cached_tile(struct softpipe_tile_cache *tc, argument
155 if (tc
[all...]
H A Dsp_tex_tile_cache.h107 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc);
111 sp_tex_tile_cache_map_transfers(struct softpipe_tex_tile_cache *tc);
114 sp_tex_tile_cache_unmap_transfers(struct softpipe_tex_tile_cache *tc);
117 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc,
121 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc);
124 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc);
129 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc,
154 sp_get_cached_tile_tex(struct softpipe_tex_tile_cache *tc, argument
157 if (tc->last_tile->addr.value == addr.value)
158 return tc
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
H A Dtsc.c11 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc) argument
15 t = ns - tc->time_zero;
16 quot = t / tc->time_mult;
17 rem = t % tc->time_mult;
18 return (quot << tc->time_shift) +
19 (rem << tc->time_shift) / tc->time_mult;
22 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) argument
26 quot = cyc >> tc->time_shift;
27 rem = cyc & ((1 << tc
32 perf_read_tsc_conversion(const struct perf_event_mmap_page *pc, struct perf_tsc_conversion *tc) argument
[all...]
H A Dtsc.h15 struct perf_tsc_conversion *tc);
17 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc);
18 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc);
/external/iproute2/man/man8/
H A DMakefile4 tc-bfifo.8 tc-cbq-details.8 tc-cbq.8 tc-drr.8 tc-htb.8 \
5 tc-pfifo.8 tc-pfifo_fast.8 tc-prio.8 tc-red.8 tc
[all...]
/external/expat/tests/
H A Dminicheck.c28 TCase *tc = (TCase *) calloc(1, sizeof(TCase)); local
29 if (tc != NULL) {
30 tc->name = name;
32 return tc;
36 suite_add_tcase(Suite *suite, TCase *tc) argument
39 assert(tc != NULL);
40 assert(tc->next_tcase == NULL);
42 tc->next_tcase = suite->tests;
43 suite->tests = tc;
47 tcase_add_checked_fixture(TCase *tc, argument
57 tcase_add_test(TCase *tc, tcase_test_function test) argument
114 TCase *tc; local
[all...]
/external/chromium-trace/trace-viewer/src/about_tracing/
H A Dtracing_controller_test.js16 var tc = new about_tracing.TracingController(undefined);
17 tc.addEventListener('loadTraceFileComplete', function(event) {
20 tc.onLoadTraceFileComplete(traceEventData);
23 assertEquals(traceEventData, tc.traceEventData);
29 var tc = new about_tracing.TracingController(undefined);
30 tc.addEventListener('loadTraceFileComplete', function(event) {
33 tc.onLoadTraceFileComplete('<DOCTYPE>');
35 assertEquals('<DOCTYPE>', tc.traceEventData);
69 var tc = new about_tracing.TracingController(sendStub.send.bind(sendStub));
70 tc
[all...]
H A Dprofiling_view.js166 var tc = this.tracingController;
167 tc.collectCategories();
168 tc.addEventListener('categoriesCollected', this.onCategoriesCollected_);
172 var tc = this.tracingController;
198 tc.removeEventListener('categoriesCollected',
206 var tc = this.tracingController;
212 tc.beginTracing(this.recordSelectionDialog_.isSystemTracingEnabled(),
217 tc.addEventListener('traceEnded', this.onTraceEnded_);
221 var tc = this.tracingController;
225 tc
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_texture.c52 /* Compute sc = +/-scale and tc = +/-scale.
58 const float tc = (2 * in_st[1] - 1) * scale; local
63 ry = -tc;
68 ry = -tc;
74 rz = tc;
79 rz = -tc;
83 ry = -tc;
88 ry = -tc;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_texture.c52 /* Compute sc = +/-scale and tc = +/-scale.
58 const float tc = (2 * in_st[1] - 1) * scale; local
63 ry = -tc;
68 ry = -tc;
74 rz = tc;
79 rz = -tc;
83 ry = -tc;
88 ry = -tc;
/external/libhevc/common/
H A Dihevc_deblk_edge_filter.c113 WORD32 beta, tc; local
128 /* based on BS, tc index is calcuated by adding 2 * ( bs - 1) to QP and tc_offset */
135 tc = gai4_ihevc_tc_table[tc_indx];
136 if(0 == tc)
166 && ABS(pu1_src[0] - pu1_src[-1]) < ((5 * tc + 1) >> 1))
176 && ABS(pu1_src[0] - pu1_src[-1]) < ((5 * tc + 1) >> 1))
185 if(tc <= 1)
209 pu1_src[0] - 2 * tc,
210 pu1_src[0] + 2 * tc);
214 pu1_src[1] - 2 * tc,
351 WORD32 beta, tc; local
588 WORD32 beta, tc; local
850 WORD32 beta, tc; local
1345 WORD32 tc; local
1460 WORD32 tc; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fScissorTests.cpp63 tcu::TestContext& tc = m_context.getTestContext();
94 addChild(createPrimitiveTest(tc,
104 addChild(createClearTest(tc, rc, "clear_depth", "Depth buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_DEPTH_BUFFER_BIT));
105 addChild(createClearTest(tc, rc, "clear_stencil", "Stencil buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_STENCIL_BUFFER_BIT));
106 addChild(createClearTest(tc, rc, "clear_color", "Color buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_COLOR_BUFFER_BIT));
108 addChild(createFramebufferClearTest(tc, rc, "clear_fixed_buffer", "Fixed point color clear", CLEAR_COLOR_FIXED));
109 addChild(createFramebufferClearTest(tc, rc, "clear_int_buffer", "Integer color clear", CLEAR_COLOR_INT));
110 addChild(createFramebufferClearTest(tc, rc, "clear_uint_buffer", "Unsigned integer buffer clear", CLEAR_COLOR_UINT));
111 addChild(createFramebufferClearTest(tc, rc, "clear_depth_buffer", "Depth buffer clear", CLEAR_DEPTH));
112 addChild(createFramebufferClearTest(tc, r
[all...]
/external/valgrind/main/memcheck/tests/
H A Dcond_ld_st.c354 int i, Bool isLd, const TestCase* tc )
357 if (i == 0) { fn(i,isLd,tc); return; };
359 if (i == 1) { fn(i,isLd,tc); return; };
361 if (i == 2) { fn(i,isLd,tc); return; };
363 if (i == 3) { fn(i,isLd,tc); return; };
365 if (i == 4) { fn(i,isLd,tc); return; };
367 if (i == 5) { fn(i,isLd,tc); return; };
369 if (i == 6) { fn(i,isLd,tc); return; };
371 if (i == 7) { fn(i,isLd,tc); return; };
373 if (i == 8) { fn(i,isLd,tc); retur
[all...]
/external/iproute2/tc/
H A DAndroid.mk4 LOCAL_SRC_FILES := tc.c tc_qdisc.c q_cbq.c tc_util.c tc_class.c tc_core.c m_action.c \
8 LOCAL_MODULE := tc
/external/libnl/lib/route/sch/
H A Dblackhole.c19 #include <netlink-tc.h>
/external/smack/src/org/jivesoftware/smackx/workgroup/util/
H A DListenerEventDispatcher.java91 TripletContainer tc = li.next();
94 tc.getListenerMethod().invoke(tc.getListenerInstance(), tc.getMethodArguments());
/external/chromium_org/native_client_sdk/src/build_tools/
H A Ddsc2gyp.py213 for tc in tools:
214 if tc not in valid_tools:
216 if tc in ['newlib', 'glibc']:
217 configs += NEXE_CONFIG % {'toolchain': tc}
255 for tc in desc['TOOLS']:
256 if tc in valid_tools:
257 default = '%s-debug' % ConfigName(tc)
265 for tc in desc['TOOLS']:
266 if tc not in valid_tools:
268 output.write(TOOLCHAIN_CONFIG % {'toolchain': ConfigName(tc)})
[all...]
/external/chromium_org/tools/gn/
H A Dlabel_pattern.h54 void set_toolchain(const Label& tc) { toolchain_ = tc; } argument
/external/iproute2/netem/
H A DMakefile23 mkdir -p $(DESTDIR)$(LIBDIR)/tc
25 do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \

Completed in 1110 milliseconds

12345678910