Home
last modified time | relevance | path

Searched refs:kInvalid (Results 1 – 25 of 52) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.h81 static constexpr uint32_t kInvalid = std::numeric_limits<uint32_t>::max();
84 uint32_t buffer = kInvalid;
85 uint32_t offset = kInvalid;
86 uint32_t stride = kInvalid;
89 uint32_t arraySize = kInvalid;
90 uint32_t columnCount = kInvalid;
91 uint32_t rowCount = kInvalid;
92 uint32_t arrayIndex = kInvalid;
105 static constexpr uint32_t kInvalid = std::numeric_limits<uint32_t>::max();
108 uint32_t descriptorSet = kInvalid;
[all …]
Dserial_utils.h45 constexpr Serial() : mValue(kInvalid) {} in Serial()
53 return mValue != kInvalid && mValue == other.mValue;
57 return mValue != kInvalid && mValue == static_cast<uint64_t>(value);
61 return mValue == kInvalid || mValue != other.mValue;
72 constexpr bool valid() const { return mValue != kInvalid; } in valid()
79 static constexpr uint64_t kInvalid = 0; variable
Dglslang_wrapper_utils.cpp135 ASSERT(info.descriptorSet == ShaderInterfaceVariableInfo::kInvalid); in AddLocationInfo()
136 ASSERT(info.binding == ShaderInterfaceVariableInfo::kInvalid); in AddLocationInfo()
137 ASSERT(info.location == ShaderInterfaceVariableInfo::kInvalid); in AddLocationInfo()
138 ASSERT(info.component == ShaderInterfaceVariableInfo::kInvalid); in AddLocationInfo()
186 ASSERT(xfb->buffer == ShaderInterfaceVariableXfbInfo::kInvalid); in SetXfbInfo()
187 ASSERT(xfb->offset == ShaderInterfaceVariableXfbInfo::kInvalid); in SetXfbInfo()
188 ASSERT(xfb->stride == ShaderInterfaceVariableXfbInfo::kInvalid); in SetXfbInfo()
190 if (arrayIndex != ShaderInterfaceVariableXfbInfo::kInvalid) in SetXfbInfo()
289 ShaderInterfaceVariableInfo::kInvalid, componentCount, locationCount); in AssignAttributeLocations()
315 location, ShaderInterfaceVariableInfo::kInvalid, 0, 0); in AssignSecondaryOutputLocations()
[all …]
/third_party/skia/third_party/externals/tint/src/resolver/
Dbitcast_validation_test.cc57 static constexpr Type kInvalid[] = { variable
131 testing::Combine(testing::ValuesIn(kInvalid),
136 testing::Combine(testing::ValuesIn(kInvalid),
141 testing::Combine(testing::ValuesIn(kInvalid),
146 testing::Combine(testing::ValuesIn(kInvalid),
171 testing::ValuesIn(kInvalid)));
176 testing::ValuesIn(kInvalid)));
181 testing::ValuesIn(kInvalid)));
186 testing::ValuesIn(kInvalid)));
/third_party/abseil-cpp/absl/random/internal/
Dtraits_test.cc105 constexpr bool kInvalid = false; in TEST() local
119 CheckWideningConvertsTo<uint64_t, double, kInvalid>(); in TEST()
120 CheckWideningConvertsTo<double, float, kInvalid>(); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dtraits_test.cc105 constexpr bool kInvalid = false; in TEST() local
119 CheckWideningConvertsTo<uint64_t, double, kInvalid>(); in TEST()
120 CheckWideningConvertsTo<double, float, kInvalid>(); in TEST()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DResourceMemoryAllocation.cpp32 ASSERT(mInfo.mMethod != AllocationMethod::kInvalid); in GetResourceHeap()
37 ASSERT(mInfo.mMethod != AllocationMethod::kInvalid); in GetOffset()
DResourceMemoryAllocation.h38 kInvalid enumerator
49 AllocationMethod mMethod = AllocationMethod::kInvalid;
/third_party/skia/experimental/graphite/src/geom/
DTransform_graphite.h40 kInvalid, enumerator
61 bool valid() const { return fType != Type::kInvalid; } in valid()
DTransform.cpp33 fType = Type::kInvalid; in Transform()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h71 constexpr Serial() : mValue(kInvalid) {} in Serial()
77 return mValue != kInvalid && mValue == other.mValue;
81 return mValue != kInvalid && mValue == static_cast<uint64_t>(value);
85 return mValue == kInvalid || mValue != other.mValue;
102 static constexpr uint64_t kInvalid = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInst.h36 kInvalid, ///< Uninitialized. enumerator
43 MachineOperandType Kind = kInvalid;
56 bool isValid() const { return Kind != kInvalid; } in isValid()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/
Dgraph_partitioner.h32 kInvalid enumerator
37 NodeInfo() : topo_index_(0), type_(NodeType::kInvalid), graph_id_(""), final_(false) {} in NodeInfo()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResourceAllocatorManagerD3D12.cpp205 if (subAllocation.GetInfo().mMethod != AllocationMethod::kInvalid) { in AllocateMemory()
214 if (directAllocation.GetInfo().mMethod != AllocationMethod::kInvalid) { in AllocateMemory()
233 if (allocation.GetInfo().mMethod == AllocationMethod::kInvalid) { in DeallocateMemory()
311 if (allocation.GetInfo().mMethod == AllocationMethod::kInvalid) { in CreatePlacedResource()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBuddyMemoryAllocatorTests.cpp80 ASSERT_EQ(invalidAllocation.GetInfo().mMethod, AllocationMethod::kInvalid); in TEST()
91 ASSERT_EQ(invalidAllocation.GetInfo().mMethod, AllocationMethod::kInvalid); in TEST()
113 ASSERT_EQ(invalidAllocation.GetInfo().mMethod, AllocationMethod::kInvalid); in TEST()
117 ASSERT_EQ(invalidAllocation.GetInfo().mMethod, AllocationMethod::kInvalid); in TEST()
380 ASSERT_EQ(invalidAllocation.GetInfo().mMethod, AllocationMethod::kInvalid); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeHeader.h41 kInvalid = 0, // KUnknownType. enumerator
128 ID = (PossibleID > kTag_MAX ? kInvalid : static_cast<Tag>(PossibleID)); in DecodeTypedID()
/third_party/flutter/skia/src/core/
DSkFontDescriptor.cpp14 kInvalid = 0x00, enumerator
55 if (!stream->readPackedUInt(&i)) { return kInvalid; } in read_id()
/third_party/skia/src/core/
DSkFontDescriptor.cpp13 kInvalid = 0x00, enumerator
53 if (!stream->readPackedUInt(&i)) { return kInvalid; } in read_id()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.h858 constexpr Type##Serial() : mSerial(kInvalid) {} \
863 ASSERT(mSerial != kInvalid); \
864 ASSERT(other.mSerial != kInvalid); \
869 ASSERT(mSerial != kInvalid); \
870 ASSERT(other.mSerial != kInvalid); \
874 constexpr bool valid() const { return mSerial != kInvalid; } \
878 static constexpr uint32_t kInvalid = 0; \
880 static constexpr Type##Serial kInvalid##Type##Serial = Type##Serial();
/third_party/skia/third_party/externals/tint/src/ast/
Dstorage_class.cc22 case StorageClass::kInvalid: in ToString()
Dstorage_class.h25 kInvalid = -1, enumerator
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dmutator.h47 kInvalid enumerator
/third_party/flutter/skia/tools/gpu/
DGpuTimer.h58 kInvalid, //<! the timer query is invalid. enumerator
/third_party/skia/tools/gpu/
DGpuTimer.h57 kInvalid, //<! the timer query is invalid. enumerator
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DResourceMemoryAllocatorVk.cpp156 if (subAllocation.GetInfo().mMethod != AllocationMethod::kInvalid) { in Allocate()
187 case AllocationMethod::kInvalid: in Deallocate()

123