/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/comp/ |
D | bitcast-16bit-2.invalid.comp | 18 f16vec4 const0; 24 outputs[ident].xy = unpackInt2x16(inputs[ident].x) + float16BitsToInt16(const0.xy); 25 …outputs[ident].zw = i16vec2(unpackUint2x16(uint(inputs[ident].y)) - float16BitsToUint16(const0.zw)…
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/ |
D | bitcast-16bit-2.invalid.comp | 18 f16vec4 const0; 24 outputs[ident].xy = unpackInt2x16(inputs[ident].x) + float16BitsToInt16(const0.xy); 25 …outputs[ident].zw = i16vec2(unpackUint2x16(uint(inputs[ident].y)) - float16BitsToUint16(const0.zw)…
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/comp/ |
D | bitcast-16bit-2.invalid.comp | 18 half4 const0; 26 …ort2 _47 = as_type<short2>(((device int*)&_29.inputs[ident])[0u]) + as_type<short2>(_40.const0.xy); 28 …2(as_type<ushort2>(uint(((device int*)&_29.inputs[ident])[1u])) - as_type<ushort2>(_40.const0.zw));
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/ |
D | bitcast-16bit-2.invalid.comp | 30 f16vec4 const0; 36 i16vec2 _47 = unpackInt2x16(_29.inputs[ident].x) + float16BitsToInt16(_40.const0.xy); 38 …vec2 _66 = i16vec2(unpackUint2x16(uint(_29.inputs[ident].y)) - float16BitsToUint16(_40.const0.zw));
|
/third_party/ffmpeg/libavcodec/mips/ |
D | simple_idct_msa.c | 30 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/drivers/r300/compiler/tests/ |
D | radeon_compiler_optimize_tests.c | 59 float const0[4] = {2.0f, 0.0f, 0.0f, 0.0f}; in test_runner_rc_optimize() local 63 rc_constants_add_immediate_vec4(&c.Program.Constants, const0); in test_runner_rc_optimize()
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_tgsi.c | 130 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 159 const0 = ureg_DECL_constant(ureg, 0); in create_vs() 165 src = vs_normalize_coords(ureg, src, const0, const1); in create_vs()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | upsampling_msa.c | 38 const v4i32 const0 = (v4i32)__msa_fill_w(cnst * 256); \ 40 MUL4(in0, const0, in1, const0, in2, const0, in3, const0, \ 46 const v4i32 const0 = (v4i32)__msa_fill_w(cnst * 256); \ 48 MUL2(in0, const0, in1, const0, temp0, temp1); \
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | upsampling_msa.c | 38 const v4i32 const0 = (v4i32)__msa_fill_w(cnst * 256); \ 40 MUL4(in0, const0, in1, const0, in2, const0, in3, const0, \ 46 const v4i32 const0 = (v4i32)__msa_fill_w(cnst * 256); \ 48 MUL2(in0, const0, in1, const0, temp0, temp1); \
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | disassemble.c | 469 …uint64_t const0 = bits(words[0], 8, 32) << 4 | (uint64_t) words[1] << 28 | bits(words[2], 0, 4) <<… in dump_clause() local 502 consts.raw[0] = const0; in dump_clause() 524 consts.raw[0] = const0; in dump_clause() 610 consts.raw[const_idx] = const0; in dump_clause()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 2956 uint32_t const0 = 0, const1 = 0; in combine_clamp() local 2973 const0 = val; in combine_clamp() 2985 memcpy(&const0_f, &const0, 4); in combine_clamp() 2988 const0_f = _mesa_half_to_float(const0); in combine_clamp() 3003 lower_idx = const0 < const1 ? const0_idx : const1_idx; in combine_clamp() 3008 lower_idx = (uint16_t)const0 < (uint16_t)const1 ? const0_idx : const1_idx; in combine_clamp() 3013 const0 & 0x80000000u ? -2147483648 + (int32_t)(const0 & 0x7fffffffu) : const0; in combine_clamp() 3021 int16_t const0_i = const0 & 0x8000u ? -32768 + (int16_t)(const0 & 0x7fffu) : const0; in combine_clamp()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs_linear.c | 94 __m128i const0; member
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 3701 LLVMValueRef const0 = lp_build_const_int_vec(gallivm, int_type, in lp_build_is_inf_or_nan() local 3708 ret = LLVMBuildAnd(builder, ret, const0, ""); in lp_build_is_inf_or_nan() 3710 ret, const0); in lp_build_is_inf_or_nan()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 1667 struct ureg_src const0, const1; in r600_generate_fixed_func_tcs() local 1677 const0 = ureg_src_dimension(ureg_src_register(TGSI_FILE_CONSTANT, 0), in r600_generate_fixed_func_tcs() 1685 ureg_MOV(ureg, tessouter, const0); in r600_generate_fixed_func_tcs()
|