/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 47 struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in r600_bytecode_get_num_operands() 143 void r600_bytecode_init(struct r600_bytecode *bc, in r600_bytecode_init() 168 int r600_bytecode_add_cf(struct r600_bytecode *bc) in r600_bytecode_add_cf() 191 int r600_bytecode_add_output(struct r600_bytecode *bc, in r600_bytecode_add_output() 239 static int is_alu_once_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_once_inst() 244 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_reduction_inst() 250 static int is_alu_mova_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_mova_inst() 255 static int alu_uses_rel(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in alu_uses_rel() 277 static int alu_uses_lds(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in alu_uses_lds() 290 static int is_alu_64bit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_64bit_inst() [all …]
|
D | eg_asm.c | 31 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) in eg_bytecode_cf_build() 148 int egcm_load_index_reg(struct r600_bytecode *bc, unsigned id, bool inside_alu_clause) in egcm_load_index_reg() 197 int eg_bytecode_gds_build(struct r600_bytecode *bc, struct r600_bytecode_gds *gds, unsigned id) in eg_bytecode_gds_build() 220 int eg_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in eg_bytecode_alu_build()
|
D | r700_asm.c | 36 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) in r700_bytecode_alu_build() 79 void r700_bytecode_alu_read(struct r600_bytecode *bc, in r700_bytecode_alu_read()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_builder.cpp | 142 const bc_cf &bc = n->bc; in build_cf() local 202 const bc_cf &bc = n->bc; in build_cf_alu() local 259 const bc_cf &bc = n->bc; in build_cf_exp() local 333 const bc_cf &bc = n->bc; in build_cf_mem() local 371 const bc_alu &bc = n->bc; in build_alu() local 498 const bc_fetch &bc = n->bc; in build_fetch_tex() local 562 const bc_fetch &bc = n->bc; in build_fetch_vtx() local
|
D | sb_bc_decoder.cpp | 31 int bc_decoder::decode_cf(unsigned &i, bc_cf& bc) { in decode_cf() 109 int bc_decoder::decode_cf_alu(unsigned & i, bc_cf& bc) { in decode_cf_alu() 175 int bc_decoder::decode_cf_exp(unsigned & i, bc_cf& bc) { in decode_cf_exp() 229 int bc_decoder::decode_cf_mem(unsigned & i, bc_cf& bc) { in decode_cf_mem() 290 int bc_decoder::decode_alu(unsigned & i, bc_alu& bc) { in decode_alu() 404 int bc_decoder::decode_fetch(unsigned & i, bc_fetch& bc) { in decode_fetch() 492 int bc_decoder::decode_fetch_gds(unsigned & i, bc_fetch& bc) { in decode_fetch_gds() 524 int bc_decoder::decode_fetch_vtx(unsigned & i, bc_fetch& bc) { in decode_fetch_vtx()
|
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/ |
D | p1.cpp | 10 B<T>::C bc; // ok, B<T> is the current instantiation. member 15 B<B<T>>::C bc; // ok, B<B<T>> is the current instantiation. member 20 B<B<T>>::C bc; // expected-error {{missing 'typename'}} member
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 17 static B_PREDICTION_MODE read_bmode(vp8_reader *bc, const vp8_prob *p) { in read_bmode() 23 static MB_PREDICTION_MODE read_ymode(vp8_reader *bc, const vp8_prob *p) { in read_ymode() 29 static MB_PREDICTION_MODE read_kf_ymode(vp8_reader *bc, const vp8_prob *p) { in read_kf_ymode() 35 static MB_PREDICTION_MODE read_uv_mode(vp8_reader *bc, const vp8_prob *p) { in read_uv_mode() 42 vp8_reader *const bc = &pbi->mbc[8]; in read_kf_modes() local 96 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc) { in read_mvcontexts() 123 vp8_reader *const bc = &pbi->mbc[8]; in mb_mode_mv_init() local 187 static void decode_split_mv(vp8_reader *const bc, MODE_INFO *mi, in decode_split_mv() 285 vp8_reader *const bc = &pbi->mbc[8]; in read_mb_modes_mv() local
|
/external/libcxx/test/std/containers/unord/unord.set/ |
D | bucket.pass.cpp | 43 size_t bc = c.bucket_count(); in main() local 62 size_t bc = c.bucket_count(); in main() local
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | bucket.pass.cpp | 43 size_t bc = c.bucket_count(); in main() local 63 size_t bc = c.bucket_count(); in main() local
|
/external/libcxx/test/std/containers/unord/unord.multimap/ |
D | bucket.pass.cpp | 44 size_t bc = c.bucket_count(); in main() local 64 size_t bc = c.bucket_count(); in main() local
|
/external/libcxx/test/std/containers/unord/unord.map/ |
D | bucket.pass.cpp | 44 size_t bc = c.bucket_count(); in main() local 64 size_t bc = c.bucket_count(); in main() local
|
/external/clang/test/SemaCXX/ |
D | overload-call-copycon.cpp | 34 void test_copycon2(A a, const A ac, B b, B const bc, B volatile bv) { in test_copycon2() 45 void test_copycon3(B b, const B bc) { in test_copycon3()
|
/external/testng/src/test/java/test/verify/ |
D | Verify3SampleTest.java | 10 public void bc() { in bc() method in Verify3SampleTest
|
/external/libgsm/src/ |
D | gsm_print.c | 18 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; variable
|
D | gsm_decode.c | 16 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; variable
|
D | gsm_encode.c | 15 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; variable
|
/external/testng/src/test/java/test/superclass/ |
D | Base1.java | 8 public void bc() { in bc() method in Base1
|
D | Base2.java | 10 public void bc() { in bc() method in Base2
|
/external/testng/src/test/java/test/ |
D | BaseLogTest.java | 17 public void bc() { in bc() method in BaseLogTest
|
/external/skia/src/shaders/gradients/ |
D | SkGradientBitmapCache.h | 41 AutoValidate(const SkGradientBitmapCache* bc) : fBC(bc) { bc->validate(); } in AutoValidate()
|
/external/syslinux/com32/modules/ |
D | cptime.c | 116 void print_cp_result_long(char *fn, size_t bcnt, clock_t bc, clock_t ec, size_t bufsz, char do_verb… in print_cp_result_long() 129 void print_cp_result_simple(char *fn, size_t bcnt, clock_t bc, clock_t ec, size_t bufsz, char do_ve… in print_cp_result_simple() 149 clock_t bc, ec; in time_copy() local
|
/external/testng/src/test/java/test/attributes/ |
D | AttributeTest.java | 14 public void bc(ITestContext ctx) { in bc() method in AttributeTest
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | LineImpl.java | 55 final int bc = branches.getCoveredCount(); in getInstance() local 84 public Fix(final int im, final int ic, final int bm, final int bc) { in Fix()
|
/external/testng/src/test/java/test/factory/ |
D | FactoryInterleavingSampleA.java | 25 public void bc() { in bc() method in FactoryInterleavingSampleA
|
/external/testng/src/test/java/test/hook/ |
D | ConfigurableSuccessWithListenerTest.java | 35 public void bc() { in bc() method in ConfigurableSuccessWithListenerTest
|