Searched refs:fsi (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
D | sw_scale.c | 65 int fsi, osi, isi, i, j; in check_yuv2yuvX() local 100 for(fsi = 0; fsi < FILTER_SIZES; ++fsi){ in check_yuv2yuvX() 101 src = av_malloc(sizeof(int16_t*) * filter_sizes[fsi]); in check_yuv2yuvX() 102 vFilterData = av_malloc((filter_sizes[fsi] + 2) * sizeof(union VFilterData)); in check_yuv2yuvX() 103 memset(vFilterData, 0, (filter_sizes[fsi] + 2) * sizeof(union VFilterData)); in check_yuv2yuvX() 104 for(i = 0; i < filter_sizes[fsi]; ++i){ in check_yuv2yuvX() 110 if (check_func(ctx->yuv2planeX, "yuv2yuvX_%d_%d_%d", filter_sizes[fsi], osi, dstW)){ in check_yuv2yuvX() 118 … ref_function(&filter_coeff[0], filter_sizes[fsi], src, dst0, dstW - osi, dither, osi); in check_yuv2yuvX() 121 … call_new((const int16_t*)vFilterData, filter_sizes[fsi], src, dst1, dstW - osi, dither, osi); in check_yuv2yuvX() 125 … bench_new((const int16_t*)vFilterData, filter_sizes[fsi], src, dst1, dstW - osi, dither, osi); in check_yuv2yuvX() [all …]
|
/third_party/libffi/src/riscv/ |
D | ffi.c | 214 float_struct_info fsi = struct_passed_as_elements(cb, type); in marshal() local 215 if (fsi.as_elements) { in marshal() 216 marshal_atom(cb, fsi.type1, data); in marshal() 217 if (fsi.offset2) in marshal() 218 marshal_atom(cb, fsi.type2, ((char*)data) + fsi.offset2); in marshal() 260 float_struct_info fsi = struct_passed_as_elements(cb, type); in unmarshal() local 261 if (fsi.as_elements) { in unmarshal() 262 unmarshal_atom(cb, fsi.type1, data); in unmarshal() 263 if (fsi.offset2) in unmarshal() 264 unmarshal_atom(cb, fsi.type2, ((char*)data) + fsi.offset2); in unmarshal() [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_program.c | 98 const struct ir3_info *vsi, *fsi; in fd3_program_emit() local 113 fsi = &fp->info; in fd3_program_emit() 308 A3XX_SP_FS_CTRL_REG0_HALFREGFOOTPRINT(fsi->max_half_reg + 1) | in fd3_program_emit() 309 A3XX_SP_FS_CTRL_REG0_FULLREGFOOTPRINT(fsi->max_reg + 1) | in fd3_program_emit()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | convert_test.cc | 361 for (size_t fsi = 0; fsi < (1ull << ArraySize(kFlags)); ++fsi) { in AllFlagCombinations() local 364 if (fsi & (1ull << fi)) in AllFlagCombinations() 404 for (size_t fsi = 0; fsi < flag_sets.size(); ++fsi) { in TYPED_TEST_P() local 405 const std::string &flag_set = flag_sets[fsi]; in TYPED_TEST_P()
|
/third_party/glslang/Test/baseResults/ |
D | spv.fsi.frag.out | 1 spv.fsi.frag
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrMVE.td | 3425 class MVE_VCVT_fix<string suffix, bit fsi, bit U, bit op, 3440 let Inst{9} = fsi;
|