Home
last modified time | relevance | path

Searched defs:dc (Results 1 – 25 of 262) sorted by relevance

1234567891011

/external/skia/src/gpu/ganesh/
DGrMeshBuffers.cpp34 sk_sp<Base> GrMeshBuffer<Base, Type>::Make(GrDirectContext* dc, const void* data, size_t size) { in Make()
57 bool GrMeshBuffer<Base, Type>::onUpdate(GrDirectContext* dc, in onUpdate()
105 sk_sp<SkMesh::IndexBuffer> MakeIndexBuffer(GrDirectContext* dc, const void* data, size_t size) { in MakeIndexBuffer()
113 sk_sp<SkMesh::IndexBuffer> CopyIndexBuffer(GrDirectContext* dc, sk_sp<SkMesh::IndexBuffer> src) { in CopyIndexBuffer()
128 sk_sp<SkMesh::VertexBuffer> MakeVertexBuffer(GrDirectContext* dc, const void* data, size_t size) { in MakeVertexBuffer()
135 sk_sp<SkMesh::VertexBuffer> CopyVertexBuffer(GrDirectContext* dc, sk_sp<SkMesh::VertexBuffer> src) { in CopyVertexBuffer()
/external/llvm/test/MC/AArch64/
Darm64-diags.s337 dc zva label
339 dc ivac label
341 dc isw label
343 dc cvac label
345 dc csw label
347 dc cvau label
349 dc civac label
351 dc cisw label
/external/vboot_reference/firmware/2lib/
D2sha_utility.c59 vb2_error_t vb2_digest_init(struct vb2_digest_context *dc, bool allow_hwcrypto, in vb2_digest_init()
108 vb2_error_t vb2_digest_extend(struct vb2_digest_context *dc, const uint8_t *buf, in vb2_digest_extend()
138 vb2_error_t vb2_digest_finalize(struct vb2_digest_context *dc, uint8_t *digest, in vb2_digest_finalize()
174 struct vb2_digest_context dc; in vb2_hash_calculate() local
D2api.c199 struct vb2_digest_context *dc = (struct vb2_digest_context *) in vb2api_extend_hash() local
274 struct vb2_digest_context *dc; in vb2api_init_hash() local
341 struct vb2_digest_context *dc = (struct vb2_digest_context *) in vb2api_check_hash_get_digest() local
/external/libaom/aom_dsp/x86/
Dhighbd_intrapred_sse2.c257 const __m128i *dc) { in dc_store_4x4()
270 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, two), 2); in aom_highbd_dc_left_predictor_4x4_sse2() local
281 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, two), 2); in aom_highbd_dc_top_predictor_4x4_sse2() local
290 const __m128i dc = _mm_cvtsi32_si128(1 << (bd - 1)); in aom_highbd_dc_128_predictor_4x4_sse2() local
301 const __m128i *dc) { in dc_store_4x8()
324 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3); in aom_highbd_dc_left_predictor_4x8_sse2() local
335 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, two), 2); in aom_highbd_dc_top_predictor_4x8_sse2() local
344 const __m128i dc = _mm_cvtsi32_si128(1 << (bd - 1)); in aom_highbd_dc_128_predictor_4x8_sse2() local
355 const __m128i *dc) { in dc_store_8xh()
371 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3); in dc_top_predictor_8xh() local
[all …]
/external/vboot_reference/tests/
Dvb2_sha_tests.c36 struct vb2_digest_context dc; in sha1_tests() local
80 struct vb2_digest_context dc; in sha256_tests() local
123 struct vb2_digest_context dc; in sha512_tests() local
137 struct vb2_digest_context dc; in misc_tests() local
Dvb2_api_tests.c205 vb2_error_t vb2_digest_init(struct vb2_digest_context *dc, bool allow_hwcrypto, in vb2_digest_init()
217 vb2_error_t vb2_digest_extend(struct vb2_digest_context *dc, const uint8_t *buf, in vb2_digest_extend()
226 vb2_error_t vb2_digest_finalize(struct vb2_digest_context *dc, uint8_t *digest, in vb2_digest_finalize()
714 struct vb2_digest_context *dc; in extend_hash_tests() local
/external/libvpx/vpx_dsp/arm/
Didct8x8_1_add_neon.c16 static INLINE uint8x8_t create_dcd(const int16_t dc) { in create_dcd()
45 const uint8x8_t dc = create_dcd(a1); in vpx_idct8x8_1_add_neon() local
55 const uint8x8_t dc = create_dcd(-a1); in vpx_idct8x8_1_add_neon() local
Didct16x16_1_add_neon.c41 const uint8x16_t dc = create_dcq(a1); in vpx_idct16x16_1_add_neon() local
59 const uint8x16_t dc = create_dcq(-a1); in vpx_idct16x16_1_add_neon() local
Didct32x32_1_add_neon.c48 const uint8x16_t dc = create_dcq(a1); in vpx_idct32x32_1_add_neon() local
53 const uint8x16_t dc = create_dcq(-a1); in vpx_idct32x32_1_add_neon() local
/external/mesa3d/src/glx/windows/
Dwindows_drawable.c42 void window_releasedc(windowsDrawable *d, HDC dc) in window_releasedc()
64 void pixmap_releasedc(windowsDrawable *d, HDC dc) in pixmap_releasedc()
86 void pbuffer_releasedc(windowsDrawable *d, HDC dc) in pbuffer_releasedc()
/external/libvpx/vpx_dsp/x86/
Dhighbd_intrapred_intrin_sse2.c172 const __m128i *dc) { in dc_store_4x4()
185 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, two), 2); in vpx_highbd_dc_left_predictor_4x4_sse2() local
196 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, two), 2); in vpx_highbd_dc_top_predictor_4x4_sse2() local
205 const __m128i dc = _mm_cvtsi32_si128(1 << (bd - 1)); in vpx_highbd_dc_128_predictor_4x4_sse2() local
225 const __m128i *dc) { in dc_store_8x8()
239 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3); in vpx_highbd_dc_left_predictor_8x8_sse2() local
250 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3); in vpx_highbd_dc_top_predictor_8x8_sse2() local
259 const __m128i dc = _mm_cvtsi32_si128(1 << (bd - 1)); in vpx_highbd_dc_128_predictor_8x8_sse2() local
276 const __m128i *dc) { in dc_store_16x16()
291 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, eight), 4); in vpx_highbd_dc_left_predictor_16x16_sse2() local
[all …]
/external/clang/test/Sema/
Doverloadable-complex.c4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
/external/clang/test/SemaCXX/
Dcomplex-overload.cpp4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp31 auto dc = wglGetCurrentDC(); in context_restorer() local
113 HDC dc; in WinGLTestContext() local
192 HDC dc; in onPlatformMakeCurrent() local
DSkWGL_win.cpp18 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { in hasExtension()
125 HDC dc, in selectFormat()
308 static void get_pixel_formats_to_try(HDC dc, const SkWGLExtensions& extensions, in get_pixel_formats_to_try()
355 static HGLRC create_gl_context(HDC dc, const SkWGLExtensions& extensions, in create_gl_context()
421 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, in SkCreateWGLContext()
486 HDC dc = extensions.getPbufferDC(pbuf); in Create() local
507 SkWGLPbufferContext::SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc) in SkWGLPbufferContext()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dynamic_indexing.c69 struct dIndexing_transform_context *dc = dIndexing_transform_context(ctx); in dIndexing_decl() local
109 struct dIndexing_transform_context *dc = dIndexing_transform_context(ctx); in remove_dynamic_indexes() local
284 struct dIndexing_transform_context *dc = dIndexing_transform_context(ctx); in dIndexing_inst() local
/external/coreboot/tests/lib/
Dcbfs-verification-test.c61 vb2_error_t vb2_digest_init(struct vb2_digest_context *dc, bool allow_hwcrypto, in vb2_digest_init()
72 vb2_error_t vb2_digest_extend(struct vb2_digest_context *dc, const uint8_t *buf, uint32_t size) in vb2_digest_extend()
79 vb2_error_t vb2_digest_finalize(struct vb2_digest_context *dc, uint8_t *digest, uint32_t size) in vb2_digest_finalize()
/external/skia/tools/window/win/
DGLWindowContext_win.cpp62 HDC dc = GetDC(fHWND); in onInitializeContext() local
137 HDC dc = GetDC((HWND)fHWND); in onSwapBuffers() local
/external/libaom/av1/common/arm/
Dcfl_neon.c413 int16x4_t dc) { in predict_w4()
422 int16x8_t dc) { in predict_w8()
431 int16x8_t dc) { in predict_w16()
447 int16x8_t dc) { in predict_w32()
476 const int16x4_t dc = vdup_n_s16(*dst); in cfl_predict_lbd_neon() local
485 const int16x8_t dc = vdupq_n_s16(*dst); in cfl_predict_lbd_neon() local
552 const int16x4_t dc = vdup_n_s16(*dst); in cfl_predict_hbd_neon() local
562 const int16x8_t dc = vdupq_n_s16(*dst); in cfl_predict_hbd_neon() local
/external/webrtc/pc/
Ddata_channel_unittest.cc127 rtc::scoped_refptr<SctpDataChannel> dc = in TEST_F() local
322 rtc::scoped_refptr<SctpDataChannel> dc = in TEST_F() local
336 rtc::scoped_refptr<SctpDataChannel> dc = in TEST_F() local
367 rtc::scoped_refptr<SctpDataChannel> dc = in TEST_F() local
471 rtc::scoped_refptr<SctpDataChannel> dc = in TEST_F() local
535 rtc::scoped_refptr<SctpDataChannel> dc = in TEST_F() local
/external/sdv/vsomeip/third_party/boost/function_types/test/custom_ccs/
Dmember_ccs_exact.cpp24 typedef ft::default_cc dc; typedef
Dnonmember_ccs_exact.cpp26 typedef ft::default_cc dc; typedef
/external/bc/vs/tests/
Dtests_dc.bat4 set dc=%~dp0\dc.exe variable
/external/clang/test/CodeGen/
Dcomplex-builtints.c28 volatile double _Complex dc = 1.0 + 2.0i; in main() local

1234567891011