Home
last modified time | relevance | path

Searched defs:load1 (Results 1 – 25 of 63) sorted by relevance

123

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib.h92 constexpr auto load1 = vfloat8::load1; variable
107 constexpr auto load1 = vfloat4::load1; variable
122 constexpr auto load1 = vfloat4::load1; variable
154 constexpr auto load1 = vfloat4::load1; variable
Dastcenc_vecmathlib_none_4.h129 static ASTCENC_SIMD_INLINE vfloat4 load1(const float* p) in load1() function
273 static ASTCENC_SIMD_INLINE vint4 load1(const int* p) in load1() function
Dastcenc_vecmathlib_neon_4.h123 static ASTCENC_SIMD_INLINE vfloat4 load1(const float* p) in load1() function
268 static ASTCENC_SIMD_INLINE vint4 load1(const int* p) in load1() function
Dastcenc_vecmathlib_sse_4.h131 static ASTCENC_SIMD_INLINE vfloat4 load1(const float* p) in load1() function
290 static ASTCENC_SIMD_INLINE vint4 load1(const int* p) in load1() function
Dastcenc_vecmathlib_avx2_8.h122 static ASTCENC_SIMD_INLINE vfloat8 load1(const float* p) in load1() function
238 static ASTCENC_SIMD_INLINE vint8 load1(const int* p) in load1() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_64bit.cpp317 LowerSplit64BitVar::merge_64bit_loads(nir_def *load1, in merge_64bit_loads()
382 auto load1 = in split_load_deref_array() local
467 auto *load1 = nir_load_deref(b, deref1); in split_load_deref_var() local
513 LowerSplit64BitVar::split_double_load(nir_intrinsic_instr *load1) in split_double_load()
/aosp_15_r20/external/libvpx/vpx_dsp/mips/
H A Dconvolve2_vert_dspr2.c30 uint32_t load1, load2; in convolve_bi_vert_4_dspr2() local
120 uint32_t load1, load2; in convolve_bi_vert_64_dspr2() local
H A Dconvolve2_avg_dspr2.c30 uint32_t load1, load2; in convolve_bi_avg_vert_4_dspr2() local
129 uint32_t load1, load2; in convolve_bi_avg_vert_64_dspr2() local
H A Dconvolve8_vert_dspr2.c30 uint32_t load1, load2, load3, load4; in convolve_vert_4_dspr2() local
178 uint32_t load1, load2, load3, load4; in convolve_vert_64_dspr2() local
H A Dconvolve8_avg_dspr2.c31 uint32_t load1, load2, load3, load4; in convolve_avg_vert_4_dspr2() local
187 uint32_t load1, load2, load3, load4; in convolve_avg_vert_64_dspr2() local
H A Ditrans16_dspr2.c25 int load1, load2, load3, load4, load5, load6, load7, load8; in idct16_rows_dspr2() local
400 int load1, load2, load3, load4, load5, load6, load7, load8; in idct16_cols_add_blk_dspr2() local
H A Ditrans32_cols_dspr2.c32 int load1, load2, load3, load4; in vpx_idct32_cols_add_blk_dspr2() local
H A Ditrans32_dspr2.c36 int load1, load2, load3, load4; in idct32_rows_dspr2() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_split_64bit_vec3_and_vec4.c88 merge_to_vec3_or_vec4(nir_builder *b, nir_def *load1, in merge_to_vec3_or_vec4()
184 nir_def *load1 = nir_build_load_deref(b, 2, 64, &deref1->def, 0); in split_load_deref() local
H A Dnir_instr_set.c643 nir_load_const_instr *load1 = nir_instr_as_load_const(instr1); in nir_instrs_equal() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/
H A DProcessCpuTracker.java325 public void onLoadChanged(float load1, float load5, float load15) { in onLoadChanged()
426 float load1 = loadAverages[0]; in updateLocked() local
/aosp_15_r20/frameworks/base/core/proto/android/os/
H A Dcpu_usage.proto31 optional float load1 = 1; field
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_query.c458 nir_def *load1 = nir_load_ssbo(&b, 4, 32, src_buf, input_base, .align_mul = 32); in build_tfb_query_shader() local
686 nir_def *load1 = nir_load_ssbo(&b, 2, 32, src_buf, input_base, .align_mul = 32); in build_pg_query_shader() local
818 nir_def *load1 = nir_load_ssbo(&b, 2, 32, src_buf, input_base, .align_mul = 32); in build_ms_prim_gen_query_shader() local
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp605 Int load1, load2; in getBlockSum() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dvalue_table_test.cpp725 Instruction* load1 = context->get_def_use_mgr()->GetDef(17); in TEST_F() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Dvalue_table_test.cpp725 Instruction* load1 = context->get_def_use_mgr()->GetDef(17); in TEST_F() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Dvalue_table_test.cpp725 Instruction* load1 = context->get_def_use_mgr()->GetDef(17); in TEST_F() local
/aosp_15_r20/art/compiler/optimizing/
H A Dload_store_elimination_test.cc269 HInstruction* load1 = MakeArrayGet(entry_block_, array_, c1, DataType::Type::kInt32); in TEST_F() local
352 HInstruction* load1 = MakeArrayGet(entry_block_, array_, i_, DataType::Type::kInt32); in TEST_F() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/os/
Dcpu_usage.pb.h1011 inline float CpuUsageProto_Load::load1() const { in load1() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/os/
Dcpu_usage.pb.h954 inline float CpuUsageProto_Load::load1() const { in load1() function

123