Home
last modified time | relevance | path

Searched +defs:val +defs:components (Results 1 – 25 of 943) sorted by relevance

12345678910>>...38

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.cpp256 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
279 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
283 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
287 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
462 uint32_t ConstantManager::GetFloatConstId(float val) { in GetFloatConstId()
467 const Constant* ConstantManager::GetFloatConst(float val) { in GetFloatConst()
474 uint32_t ConstantManager::GetDoubleConstId(double val) { in GetDoubleConstId()
479 const Constant* ConstantManager::GetDoubleConst(double val) { in GetDoubleConst()
486 uint32_t ConstantManager::GetSIntConstId(int32_t val) { in GetSIntConstId()
492 const Constant* ConstantManager::GetIntConst(uint64_t val, int32_t bitWidth, in GetIntConst()
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.cpp256 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
279 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
283 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
287 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
462 uint32_t ConstantManager::GetFloatConstId(float val) { in GetFloatConstId()
467 const Constant* ConstantManager::GetFloatConst(float val) { in GetFloatConst()
474 uint32_t ConstantManager::GetDoubleConstId(double val) { in GetDoubleConstId()
479 const Constant* ConstantManager::GetDoubleConst(double val) { in GetDoubleConst()
486 uint32_t ConstantManager::GetSIntConstId(int32_t val) { in GetSIntConstId()
492 const Constant* ConstantManager::GetIntConst(uint64_t val, int32_t bitWidth, in GetIntConst()
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dconstants.cpp256 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
279 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
283 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
287 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
462 uint32_t ConstantManager::GetFloatConstId(float val) { in GetFloatConstId()
467 const Constant* ConstantManager::GetFloatConst(float val) { in GetFloatConst()
474 uint32_t ConstantManager::GetDoubleConstId(double val) { in GetDoubleConstId()
479 const Constant* ConstantManager::GetDoubleConst(double val) { in GetDoubleConst()
486 uint32_t ConstantManager::GetSIntConstId(int32_t val) { in GetSIntConstId()
492 const Constant* ConstantManager::GetIntConst(uint64_t val, int32_t bitWidth, in GetIntConst()
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp180 unsigned bit_size, unsigned components, unsigned access) in create_indirect_load()
240 unsigned bit_size, unsigned components, unsigned wrmask, unsigned access) in create_indirect_store()
280 unsigned bit_size, unsigned components, unsigned access) in create_load()
288 unsigned bit_size, unsigned components, unsigned wrmask, unsigned access) in create_store()
294 nir_deref_instr *deref, uint32_t id, unsigned bit_size, unsigned components) in create_shared_load()
304 unsigned bit_size, unsigned components, unsigned wrmask) in create_shared_store()
716 nir_def *val = store->src[0].ssa; in TEST_F() local
739 nir_def *val = store->src[0].ssa; in TEST_F() local
763 nir_def *val = store->src[0].ssa; in TEST_F() local
927 nir_def *val = loads[0x3]->src.ssa; in TEST_F() local
[all …]
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_64b.c63 nir_def *val = intr->src[0].ssa; in lower_64b_intrinsics() local
107 nir_def *components[num_comp]; in lower_64b_intrinsics() local
168 nir_def *components[num_comp]; in lower_64b_undef() local
254 nir_def *components[num_comp]; in lower_64b_global() local
257 nir_def *val = nir_load_global_ir3( in lower_64b_global() local
H A Dir3_lower_spill.c37 set_base_reg(struct ir3_instruction *mem, unsigned val) in set_base_reg()
75 unsigned components = spill->srcs[2]->uim_val; in handle_oob_offset_spill() local
88 unsigned components = reload->srcs[2]->uim_val; in handle_oob_offset_reload() local
116 unsigned components = MIN2(orig_components - comp, 4); in split_spill() local
152 unsigned components = MIN2(orig_components - comp, 4); in split_reload() local
/aosp_15_r20/hardware/google/aemu/base/
DPathUtils.cpp253 std::string PathUtils::recompose(const std::vector<String>& components, in recompose()
266 [](size_t val, const String& next) { in recompose()
289 std::string PathUtils::recompose(const std::vector<std::string>& components, in recompose()
296 void PathUtils::simplifyComponents(std::vector<String>* components) { in simplifyComponents()
323 void PathUtils::simplifyComponents(std::vector<std::string>* components) { in simplifyComponents()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_blend_equation_advanced.c38 swizzle(nir_builder *b, nir_def *src, int swizzle, int components) in swizzle()
368 nir_def *val = NULL; in calc_blend_result() local
457 …nir_def *val = nir_fadd(b, nir_fadd(b, nir_load_var(b, p0), nir_load_var(b, p1)), nir_load_var(b, … in calc_blend_result() local
529 const int components = in gl_nir_lower_blend_equation_advanced() local
573 nir_def *val = swizzle(&b, nir_load_var(&b, result_dest), i, 1); in gl_nir_lower_blend_equation_advanced() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/distribution/fitting/
H A DMultivariateNormalMixtureExpectationMaximization.java174 final List<Pair<Double, MultivariateNormalDistribution>> components in fit() local
330 final List<Pair<Double, MultivariateNormalDistribution>> components = in estimate() local
353 final double val = sortedData[i].getRow()[j]; in estimate() local
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDstruts2-core-2.2.1.jar ... org/apache/struts2/views/velocity/components/ org/apache/struts2/components/ org ...
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_clip_disable.c85 nir_def *components[4]; in lower_clip_plane_store() local
149 nir_def *val; in lower_clip_plane_store_io() local
160 nir_def *val = nir_bcsel(b, nir_ieq_imm(b, src_offset->ssa, 0), first, second); in lower_clip_plane_store_io() local
H A Dnir_lower_clip.c99 nir_def **val, bool use_clipdist_array) in store_clipdist_output()
125 nir_def **val) in load_clipdist_input()
164 nir_def *components[4] = {NULL}; in find_output() local
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/
H A DConstBinder.java108 ImmutableList<RecordComponentInfo> components = bindRecordComponents(base.components()); in bind() local
175 ImmutableList<RecordComponentInfo> components) { in bindRecordComponents()
232 Const val = requireNonNull(annotation.values().get("value")); in bindTarget() local
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/bytecode/
H A DBytecodeBoundClass.java495 public ImmutableList<RecordComponentInfo> components() { in components() method in BytecodeBoundClass
530 ElementValue val = annotation.elementValuePairs().get("value"); in bindRetention() local
546 ElementValue val = annotation.elementValuePairs().get("value"); in bindTarget() local
573 ElementValue val = annotation.elementValuePairs().get("value"); in bindRepeatable() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DUUID.java335 String[] components = name.split("-"); in fromStringJava8() local
530 private static String digits(long val, int digits) { in digits()
584 public int compareTo(UUID val) { in compareTo()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DUUID.java335 String[] components = name.split("-"); in fromStringJava8() local
530 private static String digits(long val, int digits) { in digits()
584 public int compareTo(UUID val) { in compareTo()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DUUID.java335 String[] components = name.split("-"); in fromStringJava8() local
530 private static String digits(long val, int digits) { in digits()
584 public int compareTo(UUID val) { in compareTo()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp278 glw::GLsizei components = m_test_configuration.get_n_in_components(); in createTextures() local
464 glw::GLfloat val = (glw::GLfloat)m_test_configuration.get_init_border_color(); in iterate() local
471 glw::GLuint val = (glw::GLuint)m_test_configuration.get_init_border_color(); in iterate() local
478 glw::GLint val = (glw::GLint)m_test_configuration.get_init_border_color(); in iterate() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1480 uint32_t components[NIR_MAX_VEC_COMPONENTS] = {0}; in get_alu_src_raw() local
1625 SpvId components[NIR_MAX_VEC_COMPONENTS]; in get_fvec_constant() local
1645 SpvId components[NIR_MAX_VEC_COMPONENTS]; in get_ivec_constant() local
2093 SpvId components[] = {src[0], src[1]}; in emit_alu() local
2098 SpvId components[NIR_MAX_VEC_COMPONENTS]; in emit_alu() local
2123 SpvId components[NIR_MAX_VEC_COMPONENTS]; in emit_alu() local
2144 SpvId components[NIR_MAX_VEC_COMPONENTS]; in emit_alu() local
2175 SpvId components[NIR_MAX_VEC_COMPONENTS]; in emit_load_const() local
2286 … SpvId val = spirv_builder_emit_composite_extract(&ctx->builder, member_type, src, &i, 1); in emit_store_deref() local
2366 SpvId val = src; in emit_store_shared() local
[all …]
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineBuilder.cpp641 void Builder::push_constant_i(int32_t val, int count) { in push_constant_i()
1072 static int pack_nybbles(SkSpan<const int8_t> components) { in pack_nybbles()
1084 static void unpack_nybbles_to_offsets(uint32_t components, SkSpan<T> offsets) { in unpack_nybbles_to_offsets()
1092 static int max_packed_nybble(uint32_t components, size_t numComponents) { in max_packed_nybble()
1102 SkSpan<const int8_t> components, in swizzle_copy_stack_to_slots()
1120 SkSpan<const int8_t> components, in swizzle_copy_stack_to_slots_indirect()
1139 void Builder::swizzle(int consumedSlots, SkSpan<const int8_t> components) { in swizzle()
1661 static void* context_bit_pun(intptr_t val) { in context_bit_pun()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
H A Dchlo_ops.cc37 Value getConstantLikeMaxFiniteValue(OpBuilder& b, Location loc, Value val) { in getConstantLikeMaxFiniteValue()
43 Value getConstantLikeInfValue(OpBuilder& b, Location loc, Value val, in getConstantLikeInfValue()
51 Value val) { in getConstantLikeSmallestFiniteValue()
58 Value val) { in getConstantLike()
424 ShapedTypeComponents& components = inferredReturnShapes.emplace_back( in inferReturnTypeComponents() local
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/metadata/
H A Dmetadata_test.cpp46 uint8_t val = 1; in SetUp() local
55 PartialMetadataSet components; in AddComponents() local
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/guetzli/
H A Dguetzli_entry_points.cc94 inline uint8_t BlendOnBlack(const uint8_t val, const uint8_t alpha) { in BlendOnBlack()
152 const int components = png_get_channels(png_ptr, info_ptr); in ReadPNG() local
/aosp_15_r20/external/flatbuffers/src/
H A Didl_parser.cpp99 static bool atot_scalar(const char *s, T *val, bool_constant<false>) { in atot_scalar()
104 static bool atot_scalar(const char *s, T *val, bool_constant<true>) { in atot_scalar()
112 static CheckedError atot(const char *s, Parser &parser, T *val) { in atot()
123 Offset<void> *val) { in atot()
132 const auto &components = current_namespace.components; in LookupTableByName() local
281 static inline void SingleValueRepack(Value &e, T val) { in SingleValueRepack()
289 static void SingleValueRepack(Value &e, float val) { in SingleValueRepack()
292 static void SingleValueRepack(Value &e, double val) { in SingleValueRepack()
474 CheckedError Parser::ParseHexNum(int nibbles, uint64_t *val) { in ParseHexNum()
581 uint64_t val; in Next() local
[all …]
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c188 static boolean parse_uint( const char **pcur, uint *val ) in parse_uint()
202 static boolean parse_int( const char **pcur, int *val ) in parse_int()
239 static boolean parse_float( const char **pcur, float *val ) in parse_float()
431 static boolean parse_label( struct translate_ctx *ctx, uint *val ) in parse_label()
884 int components) in parse_optional_swizzle()

12345678910>>...38