/third_party/ltp/tools/sparse/sparse-src/ |
H A D | builtin.c | 514 static struct symbol_op atomic_op = { variable 638 { "__atomic_add_fetch", NULL, 0, { vol_ptr, &dyntype, &int_ctype }, .op = &atomic_op }, 640 { "__atomic_and_fetch", NULL, 0, { vol_ptr, &dyntype, &int_ctype }, .op = &atomic_op }, 642 { "__atomic_compare_exchange", &bool_ctype, 0, { vol_ptr, &ptr_ctype, &ptr_ctype, &bool_ctype, &int_ctype, &int_ctype }, .op = &atomic_op }, 643 { "__atomic_compare_exchange_n", &bool_ctype, 0, { vol_ptr, &ptr_ctype, &dyntype, &bool_ctype, &int_ctype, &int_ctype }, .op = &atomic_op }, 644 { "__atomic_exchange", &void_ctype, 0, { vol_ptr, &ptr_ctype, &ptr_ctype, &int_ctype }, .op = &atomic_op }, 645 { "__atomic_exchange_n", NULL, 0, { vol_ptr, &dyntype, &int_ctype }, .op = &atomic_op }, 646 { "__atomic_fetch_add", NULL, 0, { vol_ptr, &dyntype, &int_ctype }, .op = &atomic_op }, 647 { "__atomic_fetch_and", NULL, 0, { vol_ptr, &dyntype, &int_ctype }, .op = &atomic_op }, 648 { "__atomic_fetch_nand",NULL, 0, { vol_ptr, &dyntype, &int_ctype }, .op = &atomic_op }, [all...] |
H A D | parse.c | 186 static struct symbol_op atomic_op = { variable 485 N("_Atomic", &atomic_op, .mods = MOD_ATOMIC),
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_eu.h | 653 unsigned atomic_op, in brw_dp_untyped_atomic_desc() 670 SET_BITS(atomic_op, 3, 0) | in brw_dp_untyped_atomic_desc() 680 unsigned atomic_op, in brw_dp_untyped_atomic_float_desc() 690 SET_BITS(atomic_op, 1, 0) | in brw_dp_untyped_atomic_float_desc() 926 unsigned atomic_op, in brw_dp_a64_untyped_atomic_desc() 939 SET_BITS(atomic_op, 3, 0) | in brw_dp_a64_untyped_atomic_desc() 951 unsigned atomic_op, in brw_dp_a64_untyped_atomic_float_desc() 965 SET_BITS(atomic_op, 1, 0) | in brw_dp_a64_untyped_atomic_float_desc() 976 unsigned atomic_op, in brw_dp_typed_atomic_desc() 998 SET_BITS(atomic_op, in brw_dp_typed_atomic_desc() 651 brw_dp_untyped_atomic_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned atomic_op, bool response_expected) brw_dp_untyped_atomic_desc() argument 678 brw_dp_untyped_atomic_float_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned atomic_op, bool response_expected) brw_dp_untyped_atomic_float_desc() argument 923 brw_dp_a64_untyped_atomic_desc(const struct intel_device_info *devinfo, ASSERTED unsigned exec_size, unsigned bit_size, unsigned atomic_op, bool response_expected) brw_dp_a64_untyped_atomic_desc() argument 948 brw_dp_a64_untyped_atomic_float_desc(const struct intel_device_info *devinfo, ASSERTED unsigned exec_size, unsigned bit_size, unsigned atomic_op, bool response_expected) brw_dp_a64_untyped_atomic_float_desc() argument 973 brw_dp_typed_atomic_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned exec_group, unsigned atomic_op, bool response_expected) brw_dp_typed_atomic_desc() argument [all...] |
H A D | brw_eu_emit.c | 3143 unsigned atomic_op, in brw_untyped_atomic() 3161 brw_dp_untyped_atomic_desc(devinfo, exec_size, atomic_op, in brw_untyped_atomic() 3139 brw_untyped_atomic(struct brw_codegen *p, struct brw_reg dst, struct brw_reg payload, struct brw_reg surface, unsigned atomic_op, unsigned msg_length, bool response_expected, bool header_present) brw_untyped_atomic() argument
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_hlsl.cpp | 4398 const char *atomic_op = nullptr; in emit_atomic() local 4409 atomic_op = "InterlockedAdd"; in emit_atomic() 4414 atomic_op = "InterlockedAdd"; in emit_atomic() 4419 atomic_op = "InterlockedAdd"; in emit_atomic() 4424 atomic_op = "InterlockedAdd"; in emit_atomic() 4430 atomic_op = "InterlockedMin"; in emit_atomic() 4435 atomic_op = "InterlockedMax"; in emit_atomic() 4439 atomic_op = "InterlockedAnd"; in emit_atomic() 4443 atomic_op = "InterlockedOr"; in emit_atomic() 4447 atomic_op in emit_atomic() [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | nir_to_dxil.c | 781 enum dxil_atomic_op atomic_op, in emit_atomic_binop() 793 dxil_module_get_int32_const(&ctx->mod, atomic_op); in emit_atomic_binop() 779 emit_atomic_binop(struct ntd_context *ctx, const struct dxil_value *handle, enum dxil_atomic_op atomic_op, const struct dxil_value *coord[3], const struct dxil_value *value) emit_atomic_binop() argument
|