Home
last modified time | relevance | path

Searched defs:permutation (Results 1 – 25 of 36) sorted by relevance

12

/third_party/mesa3d/src/intel/compiler/elk/
Delk_fs_bank_conflicts.cpp738 struct permutation { struct
739 permutation() : v(NULL), size(0) {} in permutation() function
741 permutation(unsigned n) : in permutation() argument
744 permutation(const permutation &p) : in permutation() function
750 ~permutation() in ~permutation()
756 operator=(permutation p) in operator =()
763 unsigned *v;
764 unsigned size;
/third_party/mesa3d/src/intel/compiler/
Dbrw_opt_bank_conflicts.cpp734 struct permutation { struct
735 permutation() : v(NULL), size(0) {} in permutation() function
737 permutation(unsigned n) : in permutation() argument
740 permutation(const permutation &p) : in permutation() argument
746 ~permutation() in ~permutation()
752 operator=(permutation p) in operator =()
759 unsigned *v;
760 unsigned size;
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_permute_phi_operands.cpp29 uint32_t result_id, const std::vector<uint32_t>& permutation) { in TransformationPermutePhiOperands()
55 std::vector<uint32_t> permutation(message_.permutation().begin(), in IsApplicable() local
Dtransformation_permute_function_parameters.cpp32 const std::vector<uint32_t>& permutation) { in TransformationPermuteFunctionParameters()
55 std::vector<uint32_t> permutation(message_.permutation().begin(), in IsApplicable() local
Dfuzzer_pass_permute_function_parameters.cpp59 std::vector<uint32_t> permutation(arg_size); in Apply() local
Dfuzzer_pass_permute_phi_operands.cpp54 std::vector<uint32_t> permutation(inst.NumInOperands() / 2); in Apply() local
/third_party/spirv-tools/source/fuzz/
Dtransformation_permute_phi_operands.cpp29 uint32_t result_id, const std::vector<uint32_t>& permutation) { in TransformationPermutePhiOperands()
55 std::vector<uint32_t> permutation(message_.permutation().begin(), in IsApplicable() local
Dtransformation_permute_function_parameters.cpp32 const std::vector<uint32_t>& permutation) { in TransformationPermuteFunctionParameters()
55 std::vector<uint32_t> permutation(message_.permutation().begin(), in IsApplicable() local
Dfuzzer_pass_permute_function_parameters.cpp59 std::vector<uint32_t> permutation(arg_size); in Apply() local
Dfuzzer_pass_permute_phi_operands.cpp54 std::vector<uint32_t> permutation(inst.NumInOperands() / 2); in Apply() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_permute_phi_operands.cpp29 uint32_t result_id, const std::vector<uint32_t>& permutation) { in TransformationPermutePhiOperands()
55 std::vector<uint32_t> permutation(message_.permutation().begin(), in IsApplicable() local
Dtransformation_permute_function_parameters.cpp32 const std::vector<uint32_t>& permutation) { in TransformationPermuteFunctionParameters()
55 std::vector<uint32_t> permutation(message_.permutation().begin(), in IsApplicable() local
Dfuzzer_pass_permute_function_parameters.cpp59 std::vector<uint32_t> permutation(arg_size); in Apply() local
Dfuzzer_pass_permute_phi_operands.cpp54 std::vector<uint32_t> permutation(inst.NumInOperands() / 2); in Apply() local
/third_party/ffmpeg/libavfilter/x86/
Dvf_spp.c30 int qp, const uint8_t *permutation) in hardthresh_mmx()
100 int qp, const uint8_t *permutation) in softthresh_mmx()
/third_party/rust/crates/nom/src/branch/
Dmod.rs58 fn permutation(&mut self, input: I) -> IResult<I, O, E>; in permutation() method
106 pub fn permutation<I: Clone, O, E: ParseError<I>, List: Permutation<I, O, E>>( in permutation() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dlu.cc124 Eigen::PermutationMatrix<-1, -1, Tidx> permutation = lu.permutationP().transpose(); in LuCompute() local
147 Eigen::PermutationMatrix<-1, -1, Tidx> permutation = lu.permutationP().transpose(); in LuCompute() local
Dsparse_cross.cc240 std::vector<int64_t> permutation(next_permutation_); in Next() local
457 const auto permutation = product_iterator.Next(); in SparseCrossCompute() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dsparse_reorder_cpu_kernal.cc136 std::vector<size_t> permutation(reorder.size()); in LaunchKernel() local
Dsparse_cross_cpu_kernel.cc173 std::vector<int64_t> permutation(next_permutation_); in Next() local
353 const auto permutation = product_iterator.Next(); in SparseCrossCann() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSwizzleTest.cpp51 swizzlePermutation permutation; in SwizzleTest() local
171 for (const auto &permutation : mPermutations) in runTest2D() local
/third_party/ffmpeg/libavfilter/
Dvf_spp.c122 int qp, const uint8_t *permutation) in hardthresh_c()
143 int qp, const uint8_t *permutation) in softthresh_c()
/third_party/ffmpeg/libavcodec/
Didctdsp.c30 av_cold void ff_init_scantable(const uint8_t *permutation, ScanTable *st, in ff_init_scantable()
/third_party/rust/rust/compiler/rustc_hir_typeck/src/fn_ctxt/
Darg_matrix.rs242 let mut permutation: Vec<Option<Option<usize>>> = vec![None; mat.len()]; in find_issue() localVariable
/third_party/skia/m133/tests/
DOpChainTest.cpp237 int permutation[kNumOps]; variable

12