Home
last modified time | relevance | path

Searched defs:bld (Results 1 - 25 of 104) sorted by relevance

12345

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_helper.h38 BuildUtil bld; member in nv50_ir::LoweringHelper
H A Dnv50_ir_lowering_gv100.h36 BuildUtil bld; member in nv50_ir::GV100LoweringPass
H A Dnv50_ir_lowering_nvc0.h75 BuildUtil bld; member in nv50_ir::NVC0LegalizeSSA
187 BuildUtil bld; member in nv50_ir::NVC0LoweringPass
/third_party/openssl/demos/pkey/
H A DEVP_PKEY_DSA_paramfromdata.c27 OSSL_PARAM_BLD *bld = NULL; in main() local
/third_party/mesa3d/src/compiler/nir/tests/
H A Dssa_def_bits_used_tests.cpp47 struct nir_builder bld; member in ssa_def_bits_used_test
[all...]
H A Dcomparison_pre_tests.cpp48 struct nir_builder bld; member in comparison_pre_test
[all...]
H A Ddce_tests.cpp32 nir_builder bld; member in nir_opt_dce_test
[all...]
H A Dopt_if_tests.cpp32 nir_builder bld; member in nir_opt_if_test
[all...]
H A Dlower_returns_tests.cpp32 nir_builder bld; member in nir_opt_lower_returns_test
[all...]
H A Dnegative_equal_tests.cpp72 struct nir_builder bld; member in alu_srcs_negative_equal_test
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c58 struct lp_build_context bld; in lp_build_alpha_test() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos_array.c59 struct lp_build_context bld; in lp_build_fetch_rgba_aos_array() local
H A Dlp_bld_bitarit.c41 lp_build_or(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) in lp_build_or() argument
67 lp_build_xor(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) in lp_build_xor() argument
95 lp_build_and(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) lp_build_and() argument
124 lp_build_andnot(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) lp_build_andnot() argument
151 lp_build_not(struct lp_build_context *bld, LLVMValueRef a) lp_build_not() argument
174 lp_build_shl(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) lp_build_shl() argument
198 lp_build_shr(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) lp_build_shr() argument
224 lp_build_shl_imm(struct lp_build_context *bld, LLVMValueRef a, unsigned imm) lp_build_shl_imm() argument
237 lp_build_shr_imm(struct lp_build_context *bld, LLVMValueRef a, unsigned imm) lp_build_shr_imm() argument
245 lp_build_popcount(struct lp_build_context *bld, LLVMValueRef a) lp_build_popcount() argument
257 lp_build_bitfield_reverse(struct lp_build_context *bld, LLVMValueRef a) lp_build_bitfield_reverse() argument
269 lp_build_cttz(struct lp_build_context *bld, LLVMValueRef a) lp_build_cttz() argument
284 lp_build_ctlz(struct lp_build_context *bld, LLVMValueRef a) lp_build_ctlz() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_remove_phis.c156 nir_builder bld; in nir_opt_remove_phis_impl() local
H A Dnir_opt_comparison_pre.c137 rewrite_compare_instruction(nir_builder *bld, nir_alu_instr *orig_cmp, in rewrite_compare_instruction() argument
204 comparison_pre_block(nir_block *block, struct block_queue *bq, nir_builder *bld) comparison_pre_block() argument
351 nir_builder bld; nir_opt_comparison_pre_impl() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_form_hard_clauses.cpp42 emit_clause(Builder& bld, unsigned num_instrs, aco_ptr<Instruction>* instrs) in emit_clause() argument
/third_party/node/deps/openssl/openssl/crypto/
H A Dparam_build_set.c33 int ossl_param_build_set_long(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, in ossl_param_build_set_long() argument
44 int ossl_param_build_set_utf8_string(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, in ossl_param_build_set_utf8_string() argument
55 int ossl_param_build_set_octet_string(OSSL_PARAM_BLD *bld, OSSL_PARA argument
69 ossl_param_build_set_bn_pad(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, const char *key, const BIGNUM *bn, size_t sz) ossl_param_build_set_bn_pad() argument
84 ossl_param_build_set_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, const char *key, const BIGNUM *bn) ossl_param_build_set_bn() argument
96 ossl_param_build_set_multi_key_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *params, const char *names[], STACK_OF(BIGNUM_const) *stk) ossl_param_build_set_multi_key_bn() argument
[all...]
/third_party/openssl/crypto/
H A Dparam_build_set.c33 int ossl_param_build_set_long(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, in ossl_param_build_set_long() argument
44 int ossl_param_build_set_utf8_string(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, in ossl_param_build_set_utf8_string() argument
55 int ossl_param_build_set_octet_string(OSSL_PARAM_BLD *bld, OSSL_PARA argument
69 ossl_param_build_set_bn_pad(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, const char *key, const BIGNUM *bn, size_t sz) ossl_param_build_set_bn_pad() argument
84 ossl_param_build_set_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, const char *key, const BIGNUM *bn) ossl_param_build_set_bn() argument
96 ossl_param_build_set_multi_key_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *params, const char *names[], STACK_OF(BIGNUM_const) *stk) ossl_param_build_set_multi_key_bn() argument
[all...]
/third_party/icu/tools/release/c/
H A Duconfigtest.sh179 bld() function
/third_party/mesa3d/src/intel/compiler/
H A Dtest_fs_saturate_propagation.cpp115 const fs_builder &bld = v->bld; in TEST_F() local
150 const fs_builder &bld = v->bld; in TEST_F() local
188 const fs_builder &bld in TEST_F() local
223 const fs_builder &bld = v->bld; TEST_F() local
257 const fs_builder &bld = v->bld; TEST_F() local
295 const fs_builder &bld = v->bld; TEST_F() local
333 const fs_builder &bld = v->bld; TEST_F() local
371 const fs_builder &bld = v->bld; TEST_F() local
412 const fs_builder &bld = v->bld; TEST_F() local
457 const fs_builder &bld = v->bld; TEST_F() local
499 const fs_builder &bld = v->bld; TEST_F() local
542 const fs_builder &bld = v->bld; TEST_F() local
577 const fs_builder &bld = v->bld; TEST_F() local
616 const fs_builder &bld = v->bld; TEST_F() local
657 const fs_builder &bld = v->bld; TEST_F() local
697 const fs_builder &bld = v->bld; TEST_F() local
740 const fs_builder &bld = v->bld; TEST_F() local
774 const fs_builder &bld = v->bld; TEST_F() local
[all...]
H A Dbrw_fs_cse.cpp205 create_copy_instr(const fs_builder &bld, fs_inst *inst, fs_reg src, bool negate) in create_copy_instr() argument
H A Dtest_fs_scoreboard.cpp99 emit_SEND(const fs_builder &bld, const fs_reg &dst, in emit_SEND() argument
141 const fs_builder &bld = v->bld; in TEST_F() local
168 const fs_builder &bld = v->bld; in TEST_F() local
194 const fs_builder &bld = v->bld; TEST_F() local
221 const fs_builder &bld = v->bld; TEST_F() local
254 const fs_builder &bld = v->bld; TEST_F() local
280 const fs_builder &bld = v->bld; TEST_F() local
306 const fs_builder &bld = v->bld; TEST_F() local
332 const fs_builder &bld = v->bld; TEST_F() local
361 const fs_builder &bld = v->bld; TEST_F() local
392 const fs_builder &bld = v->bld; TEST_F() local
418 const fs_builder &bld = v->bld; TEST_F() local
444 const fs_builder &bld = v->bld; TEST_F() local
474 const fs_builder &bld = v->bld; TEST_F() local
505 const fs_builder &bld = v->bld; TEST_F() local
541 const fs_builder &bld = v->bld; TEST_F() local
579 const fs_builder &bld = v->bld; TEST_F() local
609 const fs_builder &bld = v->bld; TEST_F() local
642 const fs_builder &bld = v->bld; TEST_F() local
675 const fs_builder &bld = v->bld; TEST_F() local
708 const fs_builder &bld = v->bld; TEST_F() local
746 const fs_builder &bld = v->bld; TEST_F() local
791 const fs_builder &bld = v->bld; TEST_F() local
836 const fs_builder &bld = v->bld; TEST_F() local
884 const fs_builder &bld = v->bld; TEST_F() local
[all...]
H A Dtest_fs_copy_propagation.cpp114 const fs_builder &bld = v->bld; in TEST_F() local
156 const fs_builder &bld = v->bld; in TEST_F() local
H A Dtest_vec4_dead_code_eliminate.cpp136 const vec4_builder bld = vec4_builder(v).at_end(); in TEST_F() local
H A Dbrw_vec4_surface_builder.cpp35 emit_stride(const vec4_builder &bld, const src_reg &src, unsigned size, in emit_stride() argument
61 emit_insert(const vec4_builder &bld, const src_reg &src, in emit_insert() argument
92 emit_send(const vec4_builder &bld, enum opcode op, in emit_send() argument
144 emit_untyped_read(const vec4_builder &bld, const src_reg &surface, const src_reg &addr, unsigned dims, unsigned size, brw_predicate pred) emit_untyped_read() argument
161 emit_untyped_write(const vec4_builder &bld, const src_reg &surface, const src_reg &addr, const src_reg &src, unsigned dims, unsigned size, brw_predicate pred) emit_untyped_write() argument
181 emit_untyped_atomic(const vec4_builder &bld, const src_reg &surface, const src_reg &addr, const src_reg &src0, const src_reg &src1, unsigned dims, unsigned rsize, unsigned op, brw_predicate pred) emit_untyped_atomic() argument
[all...]

Completed in 13 milliseconds

12345