/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_subgroups.c | 37 nir_def *comp; in lower_subgroups_64bit_split_intrinsic() local 294 nir_def *val = intrin->src[0].ssa; in lower_shuffle() local 564 nir_def *val = nir_ballot(b, options->ballot_components, options->ballot_bit_size, src); in lower_boolean_reduce() local 760 build_ballot_imm_ishl(nir_builder *b, int64_t val, nir_def *shift, in build_ballot_imm_ishl() 1027 nir_def *val; in lower_subgroups_instr() local
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/ |
D | tools.jar | ... .CharsetEncoder encoder
final synthetic java.io.OutputStreamWriter val$bw
final synthetic com.sun.codemodel. ... |
D | jconsole.jar | ... .JPanel {
final synthetic javax.swing.JLabel val$textLabel
final synthetic sun.tools.jconsole. ... |
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/lib/ |
D | tools.jar | ... .CharsetEncoder encoder
final synthetic java.io.OutputStreamWriter val$bw
final synthetic com.sun.codemodel. ... |
D | jconsole.jar | ... .JPanel {
final synthetic javax.swing.JLabel val$textLabel
final synthetic sun.tools.jconsole. ... |
/aosp_15_r20/frameworks/av/media/codec2/tests/ |
H A D | C2SampleComponent_test.cpp | 396 std::shared_ptr<C2ComponentInterface> comp = myComp; in TEST_F() local 424 uint32_t val[] = {1, 3, 5, 7}; in TEST_F() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | slist.hpp | 472 void assign(size_type n, const T& val) in assign() 1290 void merge(slist& x, StrictWeakOrdering comp) in merge() 1312 void merge(BOOST_RV_REF(slist) x, StrictWeakOrdering comp) in merge() 1337 void sort(StrictWeakOrdering comp) in sort()
|
/aosp_15_r20/external/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 450 struct vtn_value *val = vtn_untyped_value(b, value_id); in _vtn_fail_value_type_mismatch() local 462 struct vtn_value *val = vtn_untyped_value(b, value_id); in _vtn_fail_value_not_pointer() local 473 struct vtn_ssa_value *val = vtn_zalloc(b, struct vtn_ssa_value); in vtn_undef_ssa_value() local 506 struct vtn_ssa_value *val = vtn_zalloc(b, struct vtn_ssa_value); in vtn_const_ssa_value() local 546 struct vtn_value *val = vtn_untyped_value(b, value_id); in vtn_ssa_value() local 579 struct vtn_value *val; in vtn_push_ssa_value() local 817 struct vtn_value *val = vtn_push_value(b, w[1], vtn_value_type_extension); in vtn_handle_extension() local 845 struct vtn_value *val = vtn_value(b, w[3], vtn_value_type_extension); in vtn_handle_extension() local 948 struct vtn_value *val = vtn_untyped_value(b, target); in vtn_handle_decoration() local 981 struct vtn_value *val = vtn_untyped_value(b, target); in vtn_handle_decoration() local [all …]
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Wim/ |
H A D | WimHandlerOut.cpp | 155 const int comp = Compare_HardLink_MetaItems(mi, metaItems[index]); in AddToHardLinkList() local 233 const int comp = CompareFileNames(name, items[Dirs[mid].MetaIndex].Name); in FindDir() local 791 UInt64 val = ConvertStringToUInt64(path, &end); in Z7_COM7F_IMF() local 1017 UInt64 val = ConvertStringToUInt64(path, &end); in Z7_COM7F_IMF() local
|
/aosp_15_r20/external/deqp-deps/amber/src/ |
D | verifier.cc | 98 const auto comp = command->GetComparator(); in CheckActualValue() local 100 const T val = value.IsInteger() ? static_cast<T>(value.AsUint64()) in CheckActualValue() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | folding_rules.cpp | 103 bool IsValidResult(T val) { in IsValidResult() 133 std::vector<uint32_t> ExtractInts(uint64_t val) { in ExtractInts() 176 for (const auto* comp : vec_constant->GetComponents()) { in GetWordsFromNumericScalarOrVectorConstant() local 256 for (auto& comp : c->AsVectorConstant()->GetComponents()) { in NegateVectorConstant() local 337 for (auto& comp : vector_const->GetComponents()) { in ReciprocalFDiv() local 536 for (auto& comp : vec_const->GetComponents()) in HasZero() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | folding_rules.cpp | 103 bool IsValidResult(T val) { in IsValidResult() 127 std::vector<uint32_t> ExtractInts(uint64_t val) { in ExtractInts() 170 for (const auto* comp : vec_constant->GetComponents()) { in GetWordsFromNumericScalarOrVectorConstant() local 244 for (auto& comp : c->AsVectorConstant()->GetComponents()) { in NegateVectorConstant() local 320 for (auto& comp : vector_const->GetComponents()) { in ReciprocalFDiv() local 508 for (auto& comp : vec_const->GetComponents()) in HasZero() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 103 bool IsValidResult(T val) { in IsValidResult() 127 std::vector<uint32_t> ExtractInts(uint64_t val) { in ExtractInts() 170 for (const auto* comp : vec_constant->GetComponents()) { in GetWordsFromNumericScalarOrVectorConstant() local 244 for (auto& comp : c->AsVectorConstant()->GetComponents()) { in NegateVectorConstant() local 320 for (auto& comp : vector_const->GetComponents()) { in ReciprocalFDiv() local 508 for (auto& comp : vec_const->GetComponents()) in HasZero() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_valuefactory.cpp | 288 ValueFactory::src64(const nir_alu_src& alu_src, int chan, int comp) in src64() 300 auto val = ssa_src(*src.ssa, chan); in src() local 963 auto& comp = result.component(i); in prepare_live_range_map() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_acceleration_structure.c | 461 uint32_t val = *(const uint32_t *)vertex_data; in lvp_build_acceleration_structure() local 471 for (unsigned comp = 0; comp < 3; comp++) { in lvp_build_acceleration_structure() local
|
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/valhall/ |
H A D | va_pack.c | 129 unsigned val = (idx.value & BITFIELD_MASK(5)); in va_pack_fau_64() local 605 unsigned comp = src.swizzle - BI_SWIZZLE_B0000; in va_pack_alu() local
|
/aosp_15_r20/frameworks/av/media/libmediametrics/include/media/ |
H A D | MediaMetricsItem.h | 242 static inline bool startsWith(const std::string& s, const std::string& comp) { in startsWith() 332 static status_t insert(const T& val, char **bufferpptr, char *bufferptrmax) { in insert() 344 status_t insert(const std::string& val, char **bufferpptr, char *bufferptrmax) { in insert() 355 status_t insert(const std::pair<int64_t, int64_t>& val, in insert() argument 372 static status_t insert(const char *val, char **bufferpptr, char *bufferptrmax) { in insert() 489 static status_t extract(T *val, const char **bufferpptr, const char *bufferptrmax) { in extract() 501 status_t extract(std::string *val, const char **bufferpptr, const char *bufferptrmax) { in extract() 516 status_t extract(std::pair<int64_t, int64_t> *val, in extract() argument
|
/aosp_15_r20/external/deqp-deps/amber/src/vkscript/ |
D | command_parser.cc | 542 uint32_t val = token->AsUint32(); in ProcessSSBO() local 691 uint32_t val = token->AsUint32(); in ProcessUniform() local 2041 uint32_t val = token->AsUint32(); in ProcessProbeSSBO() local 2103 ProbeSSBOCommand::Comparator comp = ProbeSSBOCommand::Comparator::kEqual; in ProcessProbeSSBO() local
|
/aosp_15_r20/external/jline/ |
HD | jline-1.0.jar | ... , java.util.List)
jline.Completor comp
jline.Completor sub
String[] args
String arg ... |
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | nir_to_dxil.c | 730 emit_threadid_call(struct ntd_context *ctx, const struct dxil_value *comp) in emit_threadid_call() 751 const struct dxil_value *comp) in emit_threadidingroup_call() 792 emit_groupid_call(struct ntd_context *ctx, const struct dxil_value *comp) in emit_groupid_call() 2310 uint64_t val = nir_scalar_as_uint( in emit_shift() local 2672 emit_b2f16(struct ntd_context *ctx, nir_alu_instr *alu, const struct dxil_value *val) in emit_b2f16() 2688 emit_b2f32(struct ntd_context *ctx, nir_alu_instr *alu, const struct dxil_value *val) in emit_b2f32() 2704 emit_b2f64(struct ntd_context *ctx, nir_alu_instr *alu, const struct dxil_value *val) in emit_b2f64() 2721 emit_f16tof32(struct ntd_context *ctx, nir_alu_instr *alu, const struct dxil_value *val, bool shift) in emit_f16tof32() 2952 intmax_t val = bit_size == 1 ? 1 : -1; in emit_alu() local 3472 const struct dxil_value *val = in emit_load_ssbo() local [all …]
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 289 as_vgpr(Builder& bld, Temp val) in as_vgpr() 298 as_vgpr(isel_context* ctx, Temp val) in as_vgpr() 569 bool_to_vector_condition(isel_context* ctx, Temp val, Temp dst = Temp(0, s2)) in bool_to_vector_condition() 583 bool_to_scalar_condition(isel_context* ctx, Temp val, Temp dst = Temp(0, s1)) in bool_to_scalar_condition() 1138 emit_scaled_op(isel_context* ctx, Builder& bld, Definition dst, Temp val, aco_opcode vop, in emit_scaled_op() 1194 emit_rcp(isel_context* ctx, Builder& bld, Definition dst, Temp val) in emit_rcp() 1200 emit_rsq(isel_context* ctx, Builder& bld, Definition dst, Temp val) in emit_rsq() 1206 emit_sqrt(isel_context* ctx, Builder& bld, Definition dst, Temp val) in emit_sqrt() 1213 emit_log2(isel_context* ctx, Builder& bld, Definition dst, Temp val) in emit_log2() 1219 emit_trunc_f64(isel_context* ctx, Builder& bld, Definition dst, Temp val) in emit_trunc_f64() [all …]
|
/aosp_15_r20/external/libdrm/tests/util/ |
H A D | pattern.c | 93 static inline uint32_t shiftcolor8(const struct util_color_component *comp, in shiftcolor8() 106 static inline uint32_t shiftcolor10(const struct util_color_component *comp, in shiftcolor10() 119 static inline uint64_t shiftcolor16(const struct util_color_component *comp, in shiftcolor16() 885 static inline int clamp(int val, int min, int max) in clamp()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_fs_nir.cpp | 3398 brw_reg val = ntb.system_values[SYSTEM_VALUE_INVOCATION_ID]; in fs_nir_emit_gs_intrinsic() local 4044 unsigned channel, unsigned comp) in brw_interp_reg() 4083 brw_per_primitive_reg(const fs_builder &bld, int location, unsigned comp) in brw_per_primitive_reg() 4157 brw_reg val = ntb.system_values[sv]; in fs_nir_emit_fs_intrinsic() local 4279 unsigned comp = nir_intrinsic_component(instr); in fs_nir_emit_fs_intrinsic() local 4318 const unsigned comp = nir_intrinsic_component(instr); in fs_nir_emit_fs_intrinsic() local 4532 brw_reg val = ntb.system_values[SYSTEM_VALUE_WORKGROUP_ID]; in fs_nir_emit_cs_intrinsic() local 5746 brw_reg comp; in emit_urb_indirect_reads() local 7051 const unsigned comp = cluster * cluster_size + (cluster_size - 1); in fs_nir_emit_intrinsic() local
|
/aosp_15_r20/external/squashfs-tools/squashfs-tools/ |
H A D | action.c | 1479 int val; in parse_empty_args() local 1616 static struct dir_ent *lookup_comp(char *comp, struct dir_info *dest) in lookup_comp() 1633 char *comp, *path = pathname; in eval_move() local 2687 char *comp, *path = pathname; in follow_path() local
|
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/ |
H A D | nir_to_vir.c | 2036 struct qreg val, in vir_VPM_WRITE_indirect() 2047 vir_VPM_WRITE(struct v3d_compile *c, struct qreg val, uint32_t vpm_index) in vir_VPM_WRITE() 2354 unsigned comp = loc_frac % 4; in ntq_setup_gs_inputs() local 2811 int comp = nir_intrinsic_component(instr) + i; in ntq_emit_load_input() local 2877 struct qreg val = ntq_get_src(c, instr->src[0], 0); in emit_store_output_gs() local 2904 struct qreg val = ntq_get_src(c, instr->src[0], 0); in emit_store_output_vs() local
|