Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_bank_conflicts.cpp754 struct permutation { struct
755 permutation() : v(NULL), size(0) {} in permutation() argument
757 permutation(unsigned n) : in permutation() function
760 permutation(const permutation &p) : in permutation() argument
766 ~permutation() in ~permutation()
772 operator=(permutation p) in operator =()
779 unsigned *v;
780 unsigned size;
/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/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/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/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/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()
Dmpegvideo_enc.c4447 void ff_block_permute(int16_t *block, uint8_t *permutation, in ff_block_permute()
/third_party/skia/tests/
DOpChainTest.cpp195 int permutation[kNumOps]; variable
/third_party/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1787 repeated uint32 permutation = 3; field
1800 repeated uint32 permutation = 2; field
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1787 repeated uint32 permutation = 3; field
1800 repeated uint32 permutation = 2; field
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1787 repeated uint32 permutation = 3; field
1800 repeated uint32 permutation = 2; field
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp2898 for (int permutation = 0; permutation < (1 << test_array_dimensions); permutation++) in test_shader_compilation() local
3094 for (int permutation = 0; permutation < (1 << test_array_dimensions); permutation++) in test_shader_compilation() local
3147 for (int permutation = 0; permutation < (1 << test_array_dimensions); permutation++) in test_shader_compilation() local
3198 for (int permutation = 0; permutation < (1 << test_array_dimensions); permutation++) in test_shader_compilation() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp9356 ShaderPermutation permutation = in getShaderPermutation() local
9444 ShaderPermutation permutation = getShaderPermutation(idx); in createModuleTests() local
16148 tcu::UVec4 permutation; in setArgCompCount() local
16232 const tcu::UVec4& permutation (m_permutations[permutationNdx]); in calc() local
16670 tcu::UVec4 permutation; in setArgCompCount() local
16759 const tcu::UVec4& permutation (m_permutations[permutationNdx]); in calc() local

12