Home
last modified time | relevance | path

Searched defs:const1 (Results 1 – 12 of 12) 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
1356 v16u8 const1 = (v16u8) __msa_ldi_b(1); in hevc_sao_edge_filter_0degree_8width_msa() local
1452 v16u8 const1 = (v16u8) __msa_ldi_b(1); in hevc_sao_edge_filter_0degree_16multiple_msa() local
1566 v16u8 const1 = (v16u8) __msa_ldi_b(1); in hevc_sao_edge_filter_90degree_4width_msa() local
1671 v16u8 const1 = (v16u8) __msa_ldi_b(1); in hevc_sao_edge_filter_90degree_8width_msa() local
1777 v16u8 const1 = (v16u8) __msa_ldi_b(1); in hevc_sao_edge_filter_90degree_16multiple_msa() local
1876 v16u8 const1 = (v16u8) __msa_ldi_b(1); in hevc_sao_edge_filter_45degree_4width_msa() local
1989 v16u8 const1 = (v16u8) __msa_ldi_b(1); in hevc_sao_edge_filter_45degree_8width_msa() local
2108 v16u8 const1 = (v16u8) __msa_ldi_b(1); in hevc_sao_edge_filter_45degree_16multiple_msa() local
2225 v16u8 const1 = (v16u8) __msa_ldi_b(1); in hevc_sao_edge_filter_135degree_4width_msa() local
[all …]
Dsimple_idct_msa.c30 v8i16 const0, const1, const2, const3, const4, const5, const6, const7; in simple_idct_msa() local
193 v8i16 const0, const1, const2, const3, const4, const5, const6, const7; in simple_idct_put_msa() local
369 v8i16 const0, const1, const2, const3, const4, const5, const6, const7; in simple_idct_add_msa() local
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_tgsi.c130 struct ureg_src const0, struct ureg_src const1) in vs_normalize_coords()
147 struct ureg_src const0, const1; in create_vs() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp254 void DynamicStateBaseClass::setDynamicBlendState (const float const1, const float const2, const flo… in setDynamicBlendState()
DvktDynamicStateDSTests.cpp365 void setDynamicBlendState(const float const1 = 0.0f, const float const2 = 0.0f, in setDynamicBlendState()
DvktDynamicStateRSTests.cpp347 void setDynamicBlendState (const float const1 = 0.0f, const float const2 = 0.0f, in setDynamicBlendState()
/third_party/mesa3d/src/compiler/nir/
Dnir_instr_set.c450 const nir_const_value *const const1 = in nir_alu_srcs_negative_equal() local
/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
/third_party/python/Lib/test/
Dtest_compile.py686 def check_different_constants(const1, const2): argument
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1603 struct ureg_src const0, const1; in r600_generate_fixed_func_tcs() local
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp2600 uint32_t const0 = 0, const1 = 0; in combine_clamp() local
/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