HomeSort by relevance Sort by last modified time
    Searched refs:Combine (Results 51 - 75 of 125) sorted by null

1 23 4 5

  /external/mesa3d/src/mesa/main/
attrib.c 807 unit->Combine.ModeRGB);
809 unit->Combine.ModeA);
815 unit->Combine.SourceRGB[i]);
817 unit->Combine.SourceA[i]);
819 unit->Combine.OperandRGB[i]);
821 unit->Combine.OperandA[i]);
825 1 << unit->Combine.ScaleShiftRGB);
827 1 << unit->Combine.ScaleShiftA);
    [all...]
  /external/vixl/src/aarch64/
operands-aarch64.cc 134 list.Combine(Register(30, kXRegSize));
142 list.Combine(CPURegList(CPURegister::kVRegister, size, 16, 31));
operands-aarch64.h 559 // Combine another CPURegList into this one. Registers that already exist in
562 void Combine(const CPURegList& other) {
579 // Variants of Combine and Remove which take a single register.
580 void Combine(const CPURegister& other) {
583 Combine(other.GetCode());
592 // Variants of Combine and Remove which take a single register by its code;
594 void Combine(int code) {
  /external/libbrillo/brillo/
mime_utils.cc 107 std::string mime::Combine(const std::string& type,
url_utils.cc 66 std::string url::Combine(const std::string& url, const std::string& subpath) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_unittest.cc 24 using ::testing::Combine;
671 Combine(Values(1, 2), Values(0, 1)));
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
lca.go 115 // Combine the right two precomputed values to get the answer.
  /prebuilts/go/darwin-x86/src/debug/macho/
fat.go 80 // Combine the Cpu and SubCpu (both uint32) into a uint64 to make sure
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
lca.go 115 // Combine the right two precomputed values to get the answer.
  /prebuilts/go/linux-x86/src/debug/macho/
fat.go 80 // Combine the Cpu and SubCpu (both uint32) into a uint64 to make sure
  /art/compiler/utils/arm64/
jni_macro_assembler_arm64.cc 696 core_reg_list.Combine(reg_x(reg.AsXRegister()).GetCode());
699 fp_reg_list.Combine(reg_d(reg.AsDRegister()).GetCode());
753 core_reg_list.Combine(reg_x(reg.AsXRegister()).GetCode());
756 fp_reg_list.Combine(reg_d(reg.AsDRegister()).GetCode());
    [all...]
  /external/v8/src/arm64/
assembler-arm64-inl.h 151 inline void CPURegList::Combine(const CPURegList& other) {
167 inline void CPURegList::Combine(const CPURegister& other) {
170 Combine(other.code());
185 inline void CPURegList::Combine(int code) {
    [all...]
deoptimizer-arm64.cc 105 saved_registers.Combine(fp);
  /external/webrtc/webrtc/system_wrappers/source/
data_log.cc 283 std::string DataLog::Combine(const std::string& table_name, int table_id) {
  /external/webrtc/webrtc/base/
sslstreamadapter_unittest.cc 28 using ::testing::Combine;
    [all...]
  /external/vixl/src/aarch32/
instructions-aarch32.h 477 void Combine(const RegisterList& other) { list_ |= other.GetList(); }
478 void Combine(const Register& reg) { list_ |= RegisterToList(reg); }
572 void Combine(const VRegisterList& other) { list_ |= other.GetList(); }
573 void Combine(const VRegister& reg) { list_ |= RegisterToList(reg); }
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/googletest/googletest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 89 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/v8/testing/gtest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]

Completed in 704 milliseconds

1 23 4 5