HomeSort by relevance Sort by last modified time
    Searched defs:GroupSize (Results 1 - 10 of 10) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocGreedy.cpp 732 const unsigned GroupSize = 8;
733 SpillPlacement::BlockConstraint BCS[GroupSize];
734 unsigned TBS[GroupSize];
742 assert(T < GroupSize && "Array overflow");
744 if (++T == GroupSize) {
751 assert(B < GroupSize && "Array overflow");
766 if (++B == GroupSize) {
    [all...]
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 128 auto GroupSize =
131 auto GroupSizeX = b.MakeCompositeExtract(UIntTy, GroupSize, {0});
134 auto GroupSizeY = b.MakeCompositeExtract(UIntTy, GroupSize, {1});
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 747 inline int WireFormatLite::GroupSize(const MessageLite& value) {
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 747 inline int WireFormatLite::GroupSize(const MessageLite& value) {
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 747 inline int WireFormatLite::GroupSize(const MessageLite& value) {
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h     [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 747 inline int WireFormatLite::GroupSize(const MessageLite& value) {
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp 643 unsigned GroupSize;
658 GroupSize = 2;
660 GroupSize = 3;
662 GroupSize = 4;
681 if (!CompatibleGroup || ++Count == GroupSize) {
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp     [all...]

Completed in 416 milliseconds