/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
D | sp_tex_tile_cache.c | 49 struct softpipe_tex_tile_cache *tc; in sp_create_tex_tile_cache() local 68 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc) in sp_destroy_tex_tile_cache() 91 sp_tex_tile_cache_map_transfers(struct softpipe_tex_tile_cache *tc) in sp_tex_tile_cache_map_transfers() 99 sp_tex_tile_cache_unmap_transfers(struct softpipe_tex_tile_cache *tc) in sp_tex_tile_cache_unmap_transfers() 112 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc) in sp_tex_tile_cache_validate_texture() 125 sp_tex_tile_is_compat_view(struct softpipe_tex_tile_cache *tc, in sp_tex_tile_is_compat_view() 142 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc, in sp_tex_tile_cache_set_sampler_view() 189 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc) in sp_flush_tex_tile_cache() 228 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc, in sp_find_cached_tile_tex()
|
D | sp_tile_cache.c | 86 struct softpipe_tile_cache *tc; in sp_create_tile_cache() local 132 sp_destroy_tile_cache(struct softpipe_tile_cache *tc) in sp_destroy_tile_cache() 156 sp_tile_cache_set_surface(struct softpipe_tile_cache *tc, in sp_tile_cache_set_surface() 192 sp_tile_cache_get_surface(struct softpipe_tile_cache *tc) in sp_tile_cache_get_surface() 199 sp_tile_cache_map_transfers(struct softpipe_tile_cache *tc) in sp_tile_cache_map_transfers() 207 sp_tile_cache_unmap_transfers(struct softpipe_tile_cache *tc) in sp_tile_cache_unmap_transfers() 325 sp_tile_cache_flush_clear(struct softpipe_tile_cache *tc) in sp_tile_cache_flush_clear() 388 sp_flush_tile(struct softpipe_tile_cache* tc, unsigned pos) in sp_flush_tile() 431 sp_flush_tile_cache(struct softpipe_tile_cache *tc) in sp_flush_tile_cache() 462 sp_alloc_tile(struct softpipe_tile_cache *tc) in sp_alloc_tile() [all …]
|
D | sp_state_derived.c | 216 struct softpipe_tex_tile_cache *tc = softpipe->tex_cache[sh][i]; in update_tgsi_samplers() local
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_tile_cache.c | 49 struct softpipe_tex_tile_cache *tc; in sp_create_tex_tile_cache() local 68 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc) in sp_destroy_tex_tile_cache() 91 sp_tex_tile_cache_map_transfers(struct softpipe_tex_tile_cache *tc) in sp_tex_tile_cache_map_transfers() 99 sp_tex_tile_cache_unmap_transfers(struct softpipe_tex_tile_cache *tc) in sp_tex_tile_cache_unmap_transfers() 112 sp_tex_tile_cache_validate_texture(struct softpipe_tex_tile_cache *tc) in sp_tex_tile_cache_validate_texture() 125 sp_tex_tile_is_compat_view(struct softpipe_tex_tile_cache *tc, in sp_tex_tile_is_compat_view() 142 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc, in sp_tex_tile_cache_set_sampler_view() 189 sp_flush_tex_tile_cache(struct softpipe_tex_tile_cache *tc) in sp_flush_tex_tile_cache() 228 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc, in sp_find_cached_tile_tex()
|
D | sp_tile_cache.c | 86 struct softpipe_tile_cache *tc; in sp_create_tile_cache() local 132 sp_destroy_tile_cache(struct softpipe_tile_cache *tc) in sp_destroy_tile_cache() 156 sp_tile_cache_set_surface(struct softpipe_tile_cache *tc, in sp_tile_cache_set_surface() 192 sp_tile_cache_get_surface(struct softpipe_tile_cache *tc) in sp_tile_cache_get_surface() 199 sp_tile_cache_map_transfers(struct softpipe_tile_cache *tc) in sp_tile_cache_map_transfers() 207 sp_tile_cache_unmap_transfers(struct softpipe_tile_cache *tc) in sp_tile_cache_unmap_transfers() 325 sp_tile_cache_flush_clear(struct softpipe_tile_cache *tc) in sp_tile_cache_flush_clear() 388 sp_flush_tile(struct softpipe_tile_cache* tc, unsigned pos) in sp_flush_tile() 431 sp_flush_tile_cache(struct softpipe_tile_cache *tc) in sp_flush_tile_cache() 462 sp_alloc_tile(struct softpipe_tile_cache *tc) in sp_alloc_tile() [all …]
|
D | sp_state_derived.c | 216 struct softpipe_tex_tile_cache *tc = softpipe->tex_cache[sh][i]; in update_tgsi_samplers() local
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/ |
D | tsc.c | 11 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc) in perf_time_to_tsc() 22 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time() 33 struct perf_tsc_conversion *tc) in perf_read_tsc_conversion()
|
/external/expat/tests/ |
D | minicheck.c | 28 TCase *tc = (TCase *) calloc(1, sizeof(TCase)); in tcase_create() local 36 suite_add_tcase(Suite *suite, TCase *tc) in suite_add_tcase() 47 tcase_add_checked_fixture(TCase *tc, in tcase_add_checked_fixture() 57 tcase_add_test(TCase *tc, tcase_test_function test) in tcase_add_test() 114 TCase *tc; in srunner_run_all() local
|
/external/iproute2/tc/ |
D | Makefile | 102 tc: $(TCOBJ) $(TCLIB) target 147 tc: static-syms.o target
|
/external/clang/test/CXX/special/class.copy/ |
D | implicit-move.cpp | 17 ThrowingCopy tc; member 23 ThrowingCopy tc; member 29 ThrowingCopy tc; member 35 ThrowingCopy tc; member 41 ThrowingCopy tc; member
|
/external/qemu/target-mips/ |
D | machine.c | 6 static void save_tc(QEMUFile *f, TCState *tc) in save_tc() 153 static void load_tc(QEMUFile *f, TCState *tc) in load_tc()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_texture.c | 58 const float tc = (2 * in_st[1] - 1) * scale; in util_map_texcoords2d_onto_cubemap() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_texture.c | 58 const float tc = (2 * in_st[1] - 1) * scale; in util_map_texcoords2d_onto_cubemap() local
|
/external/clang/test/SemaCXX/ |
D | member-init.cpp | 40 struct Throw { ThrowCtor tc = 42; }; member 41 struct NoThrow { NoThrowCtor tc = 42; }; member 52 ThrowCtor tc = 123; member
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/ |
D | example.js | 6 function domContentLoaded(name, tc, config, width, height) { argument
|
/external/chromium_org/tools/gn/ |
D | label_pattern.h | 54 void set_toolchain(const Label& tc) { toolchain_ = tc; } in set_toolchain()
|
/external/libhevc/common/ |
D | ihevc_deblk_edge_filter.c | 113 WORD32 beta, tc; in ihevc_deblk_luma_vert() local 351 WORD32 beta, tc; in ihevc_hbd_deblk_luma_vert() local 588 WORD32 beta, tc; in ihevc_deblk_luma_horz() local 850 WORD32 beta, tc; in ihevc_hbd_deblk_luma_horz() local 1345 WORD32 tc; in ihevc_deblk_chroma_horz() local 1460 WORD32 tc; in ihevc_hbd_deblk_chroma_horz() local
|
/external/smack/src/org/jivesoftware/smackx/workgroup/util/ |
D | ListenerEventDispatcher.java | 91 TripletContainer tc = li.next(); in run() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fScissorTests.cpp | 63 tcu::TestContext& tc = m_context.getTestContext(); in init() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fScissorTests.cpp | 53 tcu::TestContext& tc = m_context.getTestContext(); in init() local
|
/external/ppp/pppd/ |
D | srp-entry.c | 96 struct t_conf *tc; in main() local
|
/external/chromium_org/native_client_sdk/src/examples/api/file_io/ |
D | example.js | 10 function domContentLoaded(name, tc, config, width, height) { argument
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
D | perf-time-to-tsc.c | 65 struct perf_tsc_conversion tc; in test__perf_time_to_tsc() local
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/ |
D | example.js | 8 function domContentLoaded(name, tc, config, width, height) { argument
|
/external/smack/src/org/xbill/DNS/ |
D | Flags.java | 47 flags.add(TC, "tc"); in flags.add()
|