/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.h | 81 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 …]
|
D | serial_utils.h | 45 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
|
D | glslang_wrapper_utils.cpp | 135 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/ |
D | bitcast_validation_test.cc | 57 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/ |
D | traits_test.cc | 105 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/ |
D | traits_test.cc | 105 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/ |
D | ResourceMemoryAllocation.cpp | 32 ASSERT(mInfo.mMethod != AllocationMethod::kInvalid); in GetResourceHeap() 37 ASSERT(mInfo.mMethod != AllocationMethod::kInvalid); in GetOffset()
|
D | ResourceMemoryAllocation.h | 38 kInvalid enumerator 49 AllocationMethod mMethod = AllocationMethod::kInvalid;
|
/third_party/skia/experimental/graphite/src/geom/ |
D | Transform_graphite.h | 40 kInvalid, enumerator 61 bool valid() const { return fType != Type::kInvalid; } in valid()
|
D | Transform.cpp | 33 fType = Type::kInvalid; in Transform()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | renderer_utils.h | 71 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/ |
D | MCInst.h | 36 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/ |
D | graph_partitioner.h | 32 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/ |
D | ResourceAllocatorManagerD3D12.cpp | 205 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/ |
D | BuddyMemoryAllocatorTests.cpp | 80 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/ |
D | NaClBitcodeHeader.h | 41 kInvalid = 0, // KUnknownType. enumerator 128 ID = (PossibleID > kTag_MAX ? kInvalid : static_cast<Tag>(PossibleID)); in DecodeTypedID()
|
/third_party/flutter/skia/src/core/ |
D | SkFontDescriptor.cpp | 14 kInvalid = 0x00, enumerator 55 if (!stream->readPackedUInt(&i)) { return kInvalid; } in read_id()
|
/third_party/skia/src/core/ |
D | SkFontDescriptor.cpp | 13 kInvalid = 0x00, enumerator 53 if (!stream->readPackedUInt(&i)) { return kInvalid; } in read_id()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_utils.h | 858 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/ |
D | storage_class.cc | 22 case StorageClass::kInvalid: in ToString()
|
D | storage_class.h | 25 kInvalid = -1, enumerator
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
D | mutator.h | 47 kInvalid enumerator
|
/third_party/flutter/skia/tools/gpu/ |
D | GpuTimer.h | 58 kInvalid, //<! the timer query is invalid. enumerator
|
/third_party/skia/tools/gpu/ |
D | GpuTimer.h | 57 kInvalid, //<! the timer query is invalid. enumerator
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | ResourceMemoryAllocatorVk.cpp | 156 if (subAllocation.GetInfo().mMethod != AllocationMethod::kInvalid) { in Allocate() 187 case AllocationMethod::kInvalid: in Deallocate()
|