Home
last modified time | relevance | path

Searched refs:const1 (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dhevc_lpf_sao_msa.c1267 v16u8 const1 = (v16u8) __msa_ldi_b(1); in hevc_sao_edge_filter_0degree_4width_msa() local
1288 diff_minus10 = __msa_bmnz_v(diff_minus10, const1, cmp_minus10); in hevc_sao_edge_filter_0degree_4width_msa()
1293 diff_minus11 = __msa_bmnz_v(diff_minus11, const1, cmp_minus10); in hevc_sao_edge_filter_0degree_4width_msa()
1324 diff_minus10 = __msa_bmnz_v(diff_minus10, const1, cmp_minus10); in hevc_sao_edge_filter_0degree_4width_msa()
1329 diff_minus11 = __msa_bmnz_v(diff_minus11, const1, cmp_minus10); in hevc_sao_edge_filter_0degree_4width_msa()
1356 v16u8 const1 = (v16u8) __msa_ldi_b(1); in hevc_sao_edge_filter_0degree_8width_msa() local
1381 diff_minus10 = __msa_bmnz_v(diff_minus10, const1, cmp_minus10); in hevc_sao_edge_filter_0degree_8width_msa()
1386 diff_minus11 = __msa_bmnz_v(diff_minus11, const1, cmp_minus10); in hevc_sao_edge_filter_0degree_8width_msa()
1418 diff_minus10 = __msa_bmnz_v(diff_minus10, const1, cmp_minus10); in hevc_sao_edge_filter_0degree_8width_msa()
1423 diff_minus11 = __msa_bmnz_v(diff_minus11, const1, cmp_minus10); in hevc_sao_edge_filter_0degree_8width_msa()
[all …]
Dsimple_idct_msa.c30 v8i16 const0, const1, const2, const3, const4, const5, const6, const7; in simple_idct_msa() local
83 const0, const1, const2, const3); in simple_idct_msa()
87 DOTP_SH4_SW(b3_r, b3_r, b3_r, b3_r, const0, const1, const2, const3, in simple_idct_msa()
91 DOTP_SH4_SW(b3_l, b3_l, b3_l, b3_l, const0, const1, const2, const3, in simple_idct_msa()
155 const0, const1, const2, const3); in simple_idct_msa()
156 DOTP_SH4_SW(b3_r, b3_r, b3_r, b3_r, const0, const1, const2, const3, in simple_idct_msa()
158 DOTP_SH4_SW(b3_l, b3_l, b3_l, b3_l, const0, const1, const2, const3, in simple_idct_msa()
193 v8i16 const0, const1, const2, const3, const4, const5, const6, const7; in simple_idct_put_msa() local
246 const0, const1, const2, const3); in simple_idct_put_msa()
250 DOTP_SH4_SW(b3_r, b3_r, b3_r, b3_r, const0, const1, const2, const3, in simple_idct_put_msa()
[all …]
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_tgsi.c130 struct ureg_src const0, struct ureg_src const1) in vs_normalize_coords() argument
135 ureg_MAD(ureg, tmp, coords, const0, const1); in vs_normalize_coords()
147 struct ureg_src const0, const1; in create_vs() local
160 const1 = ureg_DECL_constant(ureg, 1); in create_vs()
165 src = vs_normalize_coords(ureg, src, const0, const1); in create_vs()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.hpp71 void setDynamicBlendState (const float const1 = 0.0f, const float const2 = 0.0f,
DvktDynamicStateBaseClass.cpp254 void DynamicStateBaseClass::setDynamicBlendState (const float const1, const float const2, const flo… in setDynamicBlendState() argument
256 float blendConstantsants[4] = { const1, const2, const3, const4 }; in setDynamicBlendState()
DvktDynamicStateRSTests.cpp347 void setDynamicBlendState (const float const1 = 0.0f, const float const2 = 0.0f, in setDynamicBlendState() argument
350 float blendConstantsants[4] = { const1, const2, const3, const4 }; in setDynamicBlendState()
DvktDynamicStateDSTests.cpp365 void setDynamicBlendState(const float const1 = 0.0f, const float const2 = 0.0f, in setDynamicBlendState() argument
368 float blendConstantsants[4] = { const1, const2, const3, const4 }; in setDynamicBlendState()
/third_party/python/Lib/test/
Dtest_compile.py686 def check_different_constants(const1, const2): argument
688 exec("f1, f2 = lambda: %r, lambda: %r" % (const1, const2), ns)
693 self.check_constant(f1, const1)
695 self.assertEqual(repr(f1()), repr(const1))
/third_party/mesa3d/src/compiler/nir/
Dnir_instr_set.c450 const nir_const_value *const const1 = in nir_alu_srcs_negative_equal() local
453 if (const1 != NULL) { in nir_alu_srcs_negative_equal()
474 !nir_const_value_negative_equal(const1[alu1->src[src1].swizzle[i]], in nir_alu_srcs_negative_equal()
/third_party/mindspore/tests/st/pynative/
Dtest_tensor_getitem.py164 self.const1 = Tensor(np.ones((3, 4, 5, 10)), mstype.int32)
169 ret1 = x[index_0, index_1] + self.const1
200 self.const1 = Tensor(c1)
208 ret1 = tensor[0:3, index_0, ...] + self.const1
223 const1 = np.ones((3, 3, 4, 5, 5), np.float32)
228 net = TensorGetItemByMixedTensorsBasicCase(const0, const1, const2, const3, const4, const5)
237 assert np.all(out1.asnumpy() == (input_np[0:3, index_np_0, ...] + const1))
/third_party/mesa3d/src/panfrost/bifrost/
Ddisassemble.c470 uint64_t const1 = bits(words[2], 4, 32) << 4 | (uint64_t) words[3] << 32; in dump_clause() local
611 consts.raw[const_idx + 1] = const1; in dump_clause()
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp2600 uint32_t const0 = 0, const1 = 0; in combine_clamp() local
2613 const1 = val; in combine_clamp()
2625 const1 >>= 16; in combine_clamp()
2634 memcpy(&const1_f, &const1, 4); in combine_clamp()
2637 const1_f = _mesa_half_to_float(const1); in combine_clamp()
2651 lower_idx = const0 < const1 ? const0_idx : const1_idx; in combine_clamp()
2655 lower_idx = (uint16_t)const0 < (uint16_t)const1 ? const0_idx : const1_idx; in combine_clamp()
2662 const1 & 0x80000000u ? -2147483648 + (int32_t)(const1 & 0x7fffffffu) : const1; in combine_clamp()
2668 int16_t const1_i = const1 & 0x8000u ? -32768 + (int16_t)(const1 & 0x7fffu) : const1; in combine_clamp()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1603 struct ureg_src const0, const1; in r600_generate_fixed_func_tcs() local
1615 const1 = ureg_src_dimension(ureg_src_register(TGSI_FILE_CONSTANT, 1), in r600_generate_fixed_func_tcs()
1622 ureg_MOV(ureg, tessinner, const1); in r600_generate_fixed_func_tcs()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1459 LLVMValueRef const1 = lp_build_const_vec(gallivm, f32_type, 1.0); /*1.0 1.0 1.0 1.0*/ in generate_viewport() local
1467 out3 = LLVMBuildFDiv(builder, const1, out3, ""); in generate_viewport()