| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_builder.h | 89 fs_builder bld = *this; in at() local 117 fs_builder bld = *this; in group() local 156 fs_builder bld in exec_all() local 168 fs_builder bld = *this; annotate() local [all...] |
| H A D | brw_fs_nir.cpp | 622 emit_find_msb_using_lzd(const fs_builder &bld, const fs_reg &result, const fs_reg &src, bool is_signed) emit_find_msb_using_lzd() argument 691 prepare_alu_destination_and_sources(const fs_builder &bld, nir_alu_instr *instr, fs_reg *op, bool need_dest) prepare_alu_destination_and_sources() argument 757 resolve_inot_sources(const fs_builder &bld, nir_alu_instr *instr, fs_reg *op) resolve_inot_sources() argument 776 try_emit_b2fi_of_inot(const fs_builder &bld, fs_reg result, nir_alu_instr *instr) try_emit_b2fi_of_inot() argument 820 emit_fsign(const fs_builder &bld, const nir_alu_instr *instr, fs_reg result, fs_reg *op, unsigned fsign_src) emit_fsign() argument 970 nir_emit_alu(const fs_builder &bld, nir_alu_instr *instr, bool need_dest) nir_emit_alu() argument [all...] |
| H A D | brw_fs_reg_allocate.cpp | 746 fs_reg_alloc::emit_unspill(const fs_builder &bld, in emit_unspill() argument 815 emit_spill(const fs_builder &bld, struct shader_stats *stats, fs_reg src, uint32_t spill_offset, unsigned count) emit_spill() argument [all...] |
| H A D | brw_fs.h | 76 offset(const fs_reg ®, const brw::fs_builder &bld, unsigned delta) in offset() argument 432 brw::fs_builder bld; global() member in fs_visitor 586 fetch_payload_reg(const brw::fs_builder &bld, uint8_t regs[2], brw_reg_type type = BRW_REGISTER_TYPE_F) fetch_payload_reg() argument 612 fetch_barycentric_reg(const brw::fs_builder &bld, uint8_t regs[2]) fetch_barycentric_reg() argument [all...] |
| H A D | brw_lower_logical_sends.cpp | 34 lower_urb_read_logical_send(const fs_builder &bld, fs_inst *inst) in lower_urb_read_logical_send() argument 79 lower_urb_write_logical_send(const fs_builder &bld, fs_inst *inst) in lower_urb_write_logical_send() argument 132 setup_color_payload(const fs_builder &bld, cons argument 151 lower_fb_write_logical_send(const fs_builder &bld, fs_inst *inst, const struct brw_wm_prog_data *prog_data, const brw_wm_prog_key *key, const fs_visitor::thread_payload &payload) lower_fb_write_logical_send() argument 413 lower_fb_read_logical_send(const fs_builder &bld, fs_inst *inst) lower_fb_read_logical_send() argument 467 lower_sampler_logical_send_gfx4(const fs_builder &bld, fs_inst *inst, opcode op, const fs_reg &coordinate, const fs_reg &shadow_c, const fs_reg &lod, const fs_reg &lod2, const fs_reg &surface, const fs_reg &sampler, unsigned coord_components, unsigned grad_components) lower_sampler_logical_send_gfx4() argument 574 lower_sampler_logical_send_gfx5(const fs_builder &bld, fs_inst *inst, opcode op, const fs_reg &coordinate, const fs_reg &shadow_c, const fs_reg &lod, const fs_reg &lod2, const fs_reg &sample_index, const fs_reg &surface, const fs_reg &sampler, unsigned coord_components, unsigned grad_components) lower_sampler_logical_send_gfx5() argument 744 emit_load_payload_with_padding(const fs_builder &bld, const fs_reg &dst, const fs_reg *src, unsigned sources, unsigned header_size, unsigned requested_alignment_sz) emit_load_payload_with_padding() argument 783 lower_sampler_logical_send_gfx7(const fs_builder &bld, fs_inst *inst, opcode op, const fs_reg &coordinate, const fs_reg &shadow_c, fs_reg lod, const fs_reg &lod2, const fs_reg &min_lod, const fs_reg &sample_index, const fs_reg &mcs, const fs_reg &surface, const fs_reg &sampler, const fs_reg &surface_handle, const fs_reg &sampler_handle, const fs_reg &tg4_offset, unsigned payload_type_bit_size, unsigned coord_components, unsigned grad_components) lower_sampler_logical_send_gfx7() argument 1243 lower_sampler_logical_send(const fs_builder &bld, fs_inst *inst, opcode op) lower_sampler_logical_send() argument 1295 emit_predicate_on_vector_mask(const fs_builder &bld, fs_inst *inst) emit_predicate_on_vector_mask() argument 1326 setup_surface_descriptors(const fs_builder &bld, fs_inst *inst, uint32_t desc, const fs_reg &surface, const fs_reg &surface_handle) setup_surface_descriptors() argument 1359 lower_surface_logical_send(const fs_builder &bld, fs_inst *inst) lower_surface_logical_send() argument 1672 lower_lsc_surface_logical_send(const fs_builder &bld, fs_inst *inst) lower_lsc_surface_logical_send() argument 1833 lower_surface_block_logical_send(const fs_builder &bld, fs_inst *inst) lower_surface_block_logical_send() argument 1902 emit_a64_oword_block_header(const fs_builder &bld, const fs_reg &addr) emit_a64_oword_block_header() argument 1929 emit_fragment_mask(const fs_builder &bld, fs_inst *inst) emit_fragment_mask() argument 1949 lower_lsc_a64_logical_send(const fs_builder &bld, fs_inst *inst) lower_lsc_a64_logical_send() argument 2059 lower_a64_logical_send(const fs_builder &bld, fs_inst *inst) lower_a64_logical_send() argument 2215 lower_lsc_varying_pull_constant_logical_send(const fs_builder &bld, fs_inst *inst) lower_lsc_varying_pull_constant_logical_send() argument 2294 lower_varying_pull_constant_logical_send(const fs_builder &bld, fs_inst *inst) lower_varying_pull_constant_logical_send() argument 2386 lower_math_logical_send(const fs_builder &bld, fs_inst *inst) lower_math_logical_send() argument 2416 lower_btd_logical_send(const fs_builder &bld, fs_inst *inst) lower_btd_logical_send() argument 2486 lower_trace_ray_logical_send(const fs_builder &bld, fs_inst *inst) lower_trace_ray_logical_send() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs_linear_llvm.c | 129 llvm_fragment_body(struct lp_build_context *bld, in llvm_fragment_body() argument 90 emit_fetch_texel_linear(const struct lp_build_sampler_aos *base, struct lp_build_context *bld, enum tgsi_texture_type target, unsigned unit, LLVMValueRef coords, const struct lp_derivatives derivs, enum lp_build_tex_modifier modifier) emit_fetch_texel_linear() argument 332 struct lp_build_context bld; llvmpipe_fs_variant_linear_llvm() local [all...] |
| H A D | lp_test_arit.c | 358 struct lp_build_context bld; in build_unary_test_func() local
|
| H A D | lp_bld_interp.c | 157 calc_centroid_offsets(struct lp_build_interp_soa_context *bld, in calc_centroid_offsets() argument 215 coeffs_init_simple(struct lp_build_interp_soa_context *bld, in coeffs_init_simple() argument 284 attribs_update_simple(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, LLVMValueRef loop_iter, LLVMValueRef mask_store, LLVMValueRef sample_id, int start, int end) attribs_update_simple() argument 437 lp_build_interp_soa_indirect(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, unsigned attrib, unsigned chan, LLVMValueRef indir_index, LLVMValueRef pixoffx, LLVMValueRef pixoffy) lp_build_interp_soa_indirect() argument 508 lp_build_interp_soa(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, LLVMValueRef loop_iter, LLVMValueRef mask_store, unsigned attrib, unsigned chan, enum tgsi_interpolate_loc loc, LLVMValueRef indir_index, LLVMValueRef offsets[2]) lp_build_interp_soa() argument 656 pos_init(struct lp_build_interp_soa_context *bld, LLVMValueRef x0, LLVMValueRef y0) pos_init() argument 672 lp_build_interp_soa_init(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, unsigned num_inputs, const struct lp_shader_input *inputs, boolean pixel_center_integer, unsigned coverage_samples, LLVMValueRef sample_pos_array, LLVMValueRef num_loop, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef a0_ptr, LLVMValueRef dadx_ptr, LLVMValueRef dady_ptr, LLVMValueRef x0, LLVMValueRef y0) lp_build_interp_soa_init() argument 793 lp_build_interp_soa_update_inputs_dyn(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, LLVMValueRef quad_start_index, LLVMValueRef mask_store, LLVMValueRef sample_id) lp_build_interp_soa_update_inputs_dyn() argument 803 lp_build_interp_soa_update_pos_dyn(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, LLVMValueRef quad_start_index, LLVMValueRef sample_id) lp_build_interp_soa_update_pos_dyn() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | localebuildertest.cpp | 57 void LocaleBuilderTest::Verify(LocaleBuilder& bld, const char* expected, const char* msg) { in Verify() argument 188 LocaleBuilder bld; in TestLocaleBuilder() local 315 LocaleBuilder bld; TestLocaleBuilderBasic() local 430 LocaleBuilder bld; TestSetLanguageWellFormed() local 497 LocaleBuilder bld; TestSetLanguageIllFormed() local 525 LocaleBuilder bld; TestSetScriptWellFormed() local 595 LocaleBuilder bld; TestSetScriptIllFormed() local 624 LocaleBuilder bld; TestSetRegionWellFormed() local 694 LocaleBuilder bld; TestSetRegionIllFormed() local 768 LocaleBuilder bld; TestSetVariantWellFormed() local 874 LocaleBuilder bld; TestSetVariantIllFormed() local 898 LocaleBuilder bld; TestSetUnicodeLocaleKeywordWellFormed() local 922 LocaleBuilder bld; TestSetUnicodeLocaleKeywordIllFormedKey() local 945 LocaleBuilder bld; TestSetUnicodeLocaleKeywordIllFormedValue() local 956 LocaleBuilder bld; TestAddRemoveUnicodeLocaleAttribute() local 1114 LocaleBuilder bld; TestAddRemoveUnicodeLocaleAttributeWellFormed() local 1158 LocaleBuilder bld; TestAddUnicodeLocaleAttributeIllFormed() local 1169 LocaleBuilder bld; TestSetExtensionU() local 1244 LocaleBuilder bld; TestSetExtensionValidateUWellFormed() local 1284 LocaleBuilder bld; TestSetExtensionValidateUIllFormed() local 1295 LocaleBuilder bld; TestSetExtensionT() local 1380 LocaleBuilder bld; TestSetExtensionValidateTWellFormed() local 1428 LocaleBuilder bld; TestSetExtensionValidateTIllFormed() local 1439 LocaleBuilder bld; TestSetExtensionPU() local 1487 LocaleBuilder bld; TestSetExtensionValidatePUWellFormed() local 1508 LocaleBuilder bld; TestSetExtensionValidatePUIllFormed() local 1519 LocaleBuilder bld; TestSetExtensionOthers() local 1576 LocaleBuilder bld; TestSetExtensionValidateOthersWellFormed() local 1591 LocaleBuilder bld; TestSetExtensionValidateOthersWellFormed() local 1629 LocaleBuilder bld; TestSetExtensionValidateOthersIllFormed() local 1673 LocaleBuilder bld; TestPosixCases() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_swizzle.c | 80 lp_build_broadcast_scalar(struct lp_build_context *bld, in lp_build_broadcast_scalar() argument 150 lp_build_swizzle_scalar_aos(struct lp_build_context *bld, in lp_build_swizzle_scalar_aos() argument 345 lp_build_swizzle_aos(struct lp_build_context *bld, LLVMValueRef a, const unsigned char swizzles[4]) lp_build_swizzle_aos() argument 558 lp_build_swizzle_soa_channel(struct lp_build_context *bld, const LLVMValueRef *unswizzled, enum pipe_swizzle swizzle) lp_build_swizzle_soa_channel() argument 588 lp_build_swizzle_soa(struct lp_build_context *bld, const LLVMValueRef *unswizzled, const unsigned char swizzles[4], LLVMValueRef *swizzled) lp_build_swizzle_soa() argument 608 lp_build_swizzle_soa_inplace(struct lp_build_context *bld, LLVMValueRef *values, const unsigned char swizzles[4]) lp_build_swizzle_soa_inplace() argument [all...] |
| H A D | lp_bld_tgsi_aos.c | 75 struct lp_build_tgsi_aos_context *bld = lp_aos_context(bld_base); in swizzle_aos() local 92 swizzle_scalar_aos(struct lp_build_tgsi_aos_context *bld, LLVMValueRef a, unsigned chan) swizzle_scalar_aos() argument 108 struct lp_build_tgsi_aos_context * bld = lp_aos_context(bld_base); emit_fetch_constant() local 179 struct lp_build_tgsi_aos_context * bld = lp_aos_context(bld_base); emit_fetch_immediate() local 192 struct lp_build_tgsi_aos_context * bld = lp_aos_context(bld_base); emit_fetch_input() local 206 struct lp_build_tgsi_aos_context * bld = lp_aos_context(bld_base); emit_fetch_temporary() local 222 lp_emit_store_aos( struct lp_build_tgsi_aos_context *bld, const struct tgsi_full_instruction *inst, unsigned index, LLVMValueRef value) lp_emit_store_aos() argument 305 emit_tex(struct lp_build_tgsi_aos_context *bld, const struct tgsi_full_instruction *inst, enum lp_build_tex_modifier modifier) emit_tex() argument 341 emit_sample(struct lp_build_tgsi_aos_context *bld, const struct tgsi_full_instruction *inst, enum lp_build_tex_modifier modifier) emit_sample() argument 372 lp_emit_declaration_aos( struct lp_build_tgsi_aos_context *bld, const struct tgsi_full_declaration *decl) lp_emit_declaration_aos() argument 429 lp_emit_instruction_aos( struct lp_build_tgsi_aos_context *bld, const struct tgsi_full_instruction *inst, const struct tgsi_opcode_info *info, int *pc) lp_emit_instruction_aos() argument 869 struct lp_build_tgsi_aos_context bld; lp_build_tgsi_aos() local [all...] |
| H A D | lp_bld_conv.c | 613 struct lp_build_context bld; in lp_build_conv() local 726 struct lp_build_context bld; in lp_build_conv() local 820 struct lp_build_context bld; lp_build_conv() local 882 struct lp_build_context bld; lp_build_conv() local 914 struct lp_build_context bld; lp_build_conv() local 1005 struct lp_build_context bld; lp_build_conv() local 1020 struct lp_build_context bld; lp_build_conv() local [all...] |
| H A D | lp_bld_format_aos.c | 164 struct lp_build_context bld; in scale_bits_up() local 485 struct lp_build_context bld; in lp_build_fetch_rgba_aos() local 66 lp_build_format_swizzle_aos(const struct util_format_description *desc, struct lp_build_context *bld, LLVMValueRef unswizzled) lp_build_format_swizzle_aos() argument [all...] |
| H A D | lp_bld_pack.c | 803 struct lp_build_context bld; in lp_build_packs2() local
|
| H A D | lp_bld_nir_aos.c | 45 struct lp_build_nir_aos_context *bld = lp_nir_aos_context(bld_base); in swizzle_aos() local 95 struct lp_build_nir_aos_context *bld = init_var_slots() local 130 struct lp_build_nir_aos_context *bld = emit_load_var() local 152 struct lp_build_nir_aos_context *bld = emit_store_var() local 225 struct lp_build_nir_aos_context *bld = emit_load_ubo() local 282 struct lp_build_nir_aos_context *bld = emit_tex() local 301 struct lp_build_nir_aos_context *bld = lp_nir_aos_context(bld_base); emit_load_const() local 331 struct lp_build_nir_aos_context bld; lp_build_nir_aos() local [all...] |
| H A D | lp_bld_format_soa.c | 121 lp_build_extract_soa_chan(struct lp_build_context *bld, in lp_build_extract_soa_chan() argument 82 lp_build_format_swizzle_soa(const struct util_format_description *format_desc, struct lp_build_context *bld, const LLVMValueRef unswizzled[4], LLVMValueRef swizzled_out[4]) lp_build_format_swizzle_soa() argument 309 struct lp_build_context bld; lp_build_unpack_rgba_soa() local 498 struct lp_build_context bld; lp_build_fetch_rgba_soa() local 756 struct lp_build_context bld; lp_build_fetch_rgba_soa() local 881 lp_build_insert_soa_chan(struct lp_build_context *bld, unsigned blockbits, struct util_format_channel_description chan_desc, LLVMValueRef *output, LLVMValueRef rgba) lp_build_insert_soa_chan() argument 989 struct lp_build_context bld; lp_build_pack_rgba_soa() local 1060 struct lp_build_context bld; lp_build_store_rgba_soa() local [all...] |
| /third_party/node/deps/openssl/openssl/providers/fips/ |
| H A D | self_test_kats.c | 149 static int add_params(OSSL_PARAM_BLD *bld, const ST_KAT_PARAM *params, in add_params() argument 204 OSSL_PARAM_BLD *bld = NULL; in self_test_kdf() local 372 OSSL_PARAM_BLD *bld = NULL; self_test_ka() local 444 OSSL_PARAM_BLD *bld = NULL; self_test_sign() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/rsa/ |
| H A D | rsa_backend.c | 171 ossl_rsa_pss_params_30_todata(const RSA_PSS_PARAMS_30 *pss, OSSL_PARAM_BLD *bld, OSSL_PARAM params[]) ossl_rsa_pss_params_30_todata() argument [all...] |
| /third_party/openssl/crypto/rsa/ |
| H A D | rsa_backend.c | 183 ossl_rsa_pss_params_30_todata(const RSA_PSS_PARAMS_30 *pss, OSSL_PARAM_BLD *bld, OSSL_PARAM params[]) ossl_rsa_pss_params_30_todata() argument [all...] |
| /third_party/openssl/providers/fips/ |
| H A D | self_test_kats.c | 149 static int add_params(OSSL_PARAM_BLD *bld, const ST_KAT_PARAM *params, in add_params() argument 204 OSSL_PARAM_BLD *bld = NULL; in self_test_kdf() local 372 OSSL_PARAM_BLD *bld = NULL; self_test_ka() local 444 OSSL_PARAM_BLD *bld = NULL; self_test_sign() local [all...] |
| /third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
| H A D | dsa_kmgmt.c | 98 static int dsa_key_todata(DSA *dsa, OSSL_PARAM_BLD *bld, OSSL_PARAM params[], in dsa_key_todata() argument
|
| /third_party/node/deps/openssl/openssl/crypto/store/ |
| H A D | store_lib.c | 321 OSSL_PARAM_BLD *bld; in OSSL_STORE_find() local [all...] |
| /third_party/openssl/providers/implementations/keymgmt/ |
| H A D | dsa_kmgmt.c | 98 static int dsa_key_todata(DSA *dsa, OSSL_PARAM_BLD *bld, OSSL_PARAM params[], in dsa_key_todata() argument
|
| /third_party/openssl/crypto/store/ |
| H A D | store_lib.c | 321 OSSL_PARAM_BLD *bld; in OSSL_STORE_find() local [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 170 emit_wqm(Builder& bld, Temp src, Temp dst = Temp(0, s1), bool program_needs_wqm = false) emit_wqm() argument 188 emit_bpermute(isel_context* ctx, Builder& bld, Temp index, Temp data) emit_bpermute() argument 234 emit_masked_swizzle(isel_context* ctx, Builder& bld, Temp src, unsigned mask) emit_masked_swizzle() argument 272 as_vgpr(Builder& bld, Temp val) as_vgpr() argument 642 convert_int(isel_context* ctx, Builder& bld, Temp src, unsigned src_bits, unsigned dst_bits, bool sign_extend, Temp dst = Temp()) convert_int() argument [all...] |