Home
last modified time | relevance | path

Searched refs:cbd (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
Dd3d11spikysphere.cpp133 D3D11_BUFFER_DESC cbd; in init() local
134 cbd.ByteWidth = (sizeof(cb_frame_t) + 15) & ~15; in init()
135 cbd.Usage = D3D11_USAGE_DYNAMIC; in init()
136 cbd.BindFlags = D3D11_BIND_CONSTANT_BUFFER; in init()
137 cbd.CPUAccessFlags = D3D11_CPU_ACCESS_WRITE; in init()
138 cbd.MiscFlags = 0; in init()
139 cbd.StructureByteStride = 0; in init()
141 ensure(dev->CreateBuffer(&cbd, NULL, &cb_frame)); in init()
/external/libnl/python/netlink/
Dcapi.i595 struct pynl_callback *cbd = arg; in nl_recv_msg_handler() local
602 if (!cbd) { in nl_recv_msg_handler()
609 if (cbd->cbf && PyMethod_Check(cbd->cbf)) { in nl_recv_msg_handler()
610 PyObject *selfobj = PyMethod_Self(cbd->cbf); in nl_recv_msg_handler()
611 cbparobj = Py_BuildValue("(OOO)", selfobj ? selfobj : cbd->cba, in nl_recv_msg_handler()
612 msgobj, cbd->cba); in nl_recv_msg_handler()
613 funcobj = PyMethod_Function(cbd->cbf); in nl_recv_msg_handler()
617 cbparobj = Py_BuildValue("(OO)", msgobj, cbd->cba); in nl_recv_msg_handler()
618 funcobj = cbd->cbf; in nl_recv_msg_handler()
636 struct pynl_callback *cbd = arg; in nl_recv_err_handler() local
[all …]
/external/libnl/python/examples/
Diface.py68 cbd = test_class() variable
72 nl.py_nl_cb_err(rx_cb, nl.NL_CB_CUSTOM, error_handler, cbd);
73 nl.py_nl_cb_set(rx_cb, nl.NL_CB_FINISH, nl.NL_CB_CUSTOM, finish_handler, cbd);
74 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd);
75 nl.py_nl_cb_set(rx_cb, nl.NL_CB_VALID, nl.NL_CB_CUSTOM, msg_handler, cbd);
87 while cbd.done > 0 and not err < 0:
Dwiphy.py117 cbd = test_class() variable
121 nl.py_nl_cb_err(rx_cb, nl.NL_CB_CUSTOM, error_handler, cbd);
122 nl.py_nl_cb_set(rx_cb, nl.NL_CB_FINISH, nl.NL_CB_CUSTOM, finish_handler, cbd);
123 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd);
124 nl.py_nl_cb_set(rx_cb, nl.NL_CB_VALID, nl.NL_CB_CUSTOM, msg_handler, cbd);
136 while cbd.done > 0 and not err < 0:
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
Dd3d11gears.cpp282 void draw_one(ID3D11DeviceContext* ctx, cbuf_t& cbd, const float4x4& modelview, float angle) in draw_one()
290 cbd.modelview = m2; in draw_one()
291 cbd.diffuse = gears[i].color; in draw_one()
292 cbd.specular = gears[i].color; in draw_one()
293 cbd.specular_power = 5.0f; in draw_one()
295 ctx->UpdateSubresource(cb, 0, 0, &cbd, 0, 0); in draw_one()
411 cbuf_t cbd; in draw() local
413 cbd.projection = proj; in draw()
414 cbd.light = lightpos; in draw()
439 draw_one(ctx, cbd, m, get_angle(time)); in draw()
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/
Dstruct_1.ll8 ; RUN: grep cbd %t1.s | count 3
19 ; RUN: grep cbd %t2.s | count 3
Dtrunc.ll18 ; RUN: grep cbd %t1.s | count 4
Dvecinsert.ll2 ; RUN: grep cbd %t1.s | count 5
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Ddump_syms_regtest64.sym3593 9cbd 2 503 9904
/external/guice/lib/build/
Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
Dnull_read_av.sym1890 6cbd 3 1163 23
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
Doverflow.sym428 2cbd 5 474 17
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUInstrInfo.td266 "cbd\t$rT, $src", ShuffleOp,
/external/elfutils/tests/
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
/external/google-breakpad/src/processor/testdata/
Dmodule0.out8123 4cbd 1 944 5627
10093 8cbd 18 1750 6034
17322 19cbd 1 65 3937
19488 21cbd 29 485 440
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym8123 4cbd 1 944 5627
10093 8cbd 18 1750 6034
17322 19cbd 1 65 3937
19488 21cbd 29 485 440
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym5807 STACK CFI 80cbd $rbp: .cfa -48 + ^ $rbx: .cfa -56 + ^
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym55036 PUBLIC 30cbd 0 _ZN7testing8internal11CmpHelperEQIciEENS_15AssertionResultEPKcS4_RKT_RKT0_