/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | operand.cpp | 81 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableNameLookup() local 82 const auto& group = table->types[typeIndex]; in spvOperandTableNameLookup() 104 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableValueLookup() local 105 const auto& group = table->types[typeIndex]; in spvOperandTableValueLookup()
|
D | validate_id.cpp | 104 auto typeIndex = 1; in isValid() local 105 auto type = module_.FindDef(inst->words[typeIndex]); in isValid() 107 DIAG(typeIndex) << "OpMemberName Type <id> '" << inst->words[typeIndex] in isValid() 481 auto typeIndex = 3; in isValid() local 482 auto type = module_.FindDef(inst->words[typeIndex]); in isValid() 484 DIAG(typeIndex) << "OpTypePointer Type <id> '" << inst->words[typeIndex] in isValid()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | operand.cpp | 61 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableNameLookup() local 62 const auto& group = table->types[typeIndex]; in spvOperandTableNameLookup() 102 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableValueLookup() local 103 const auto& group = table->types[typeIndex]; in spvOperandTableValueLookup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | operand.cpp | 61 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableNameLookup() local 62 const auto& group = table->types[typeIndex]; in spvOperandTableNameLookup() 102 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableValueLookup() local 103 const auto& group = table->types[typeIndex]; in spvOperandTableValueLookup()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | ResourceManager11.cpp | 419 size_t typeIndex = ResourceTypeIndex(resourceType); in incrResource() local 421 mAllocatedResourceCounts[typeIndex]++; in incrResource() 422 mAllocatedResourceDeviceMemory[typeIndex] += memorySize; in incrResource() 425 ASSERT(mAllocatedResourceCounts[typeIndex] > 0); in incrResource() 426 ASSERT(mAllocatedResourceDeviceMemory[typeIndex] >= memorySize); in incrResource() 431 size_t typeIndex = ResourceTypeIndex(resourceType); in decrResource() local 433 ASSERT(mAllocatedResourceCounts[typeIndex] > 0); in decrResource() 434 mAllocatedResourceCounts[typeIndex]--; in decrResource() 435 ASSERT(mAllocatedResourceDeviceMemory[typeIndex] >= memorySize); in decrResource() 436 mAllocatedResourceDeviceMemory[typeIndex] -= memorySize; in decrResource()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | ResourceManager11.cpp | 419 size_t typeIndex = ResourceTypeIndex(resourceType); in incrResource() local 421 mAllocatedResourceCounts[typeIndex]++; in incrResource() 422 mAllocatedResourceDeviceMemory[typeIndex] += memorySize; in incrResource() 425 ASSERT(mAllocatedResourceCounts[typeIndex] > 0); in incrResource() 426 ASSERT(mAllocatedResourceDeviceMemory[typeIndex] >= memorySize); in incrResource() 431 size_t typeIndex = ResourceTypeIndex(resourceType); in decrResource() local 433 ASSERT(mAllocatedResourceCounts[typeIndex] > 0); in decrResource() 434 mAllocatedResourceCounts[typeIndex]--; in decrResource() 435 ASSERT(mAllocatedResourceDeviceMemory[typeIndex] >= memorySize); in decrResource() 436 mAllocatedResourceDeviceMemory[typeIndex] -= memorySize; in decrResource()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | BitSetIteratorPerf.cpp | 62 static std::string GetName(int typeIndex) in GetName() argument 64 return kTestTypeNames[typeIndex]; in GetName()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | MessagePattern.java | 991 int typeIndex=index=skipWhiteSpace(index+1); in parseArg() local 995 int length=index-typeIndex; in parseArg() 1011 if(isChoice(typeIndex)) { in parseArg() 1013 } else if(isPlural(typeIndex)) { in parseArg() 1015 } else if(isSelect(typeIndex)) { in parseArg() 1019 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) { in parseArg() 1026 addPart(Part.Type.ARG_TYPE, typeIndex, length, 0); in parseArg()
|
/third_party/node/lib/ |
D | v8.js | 301 const typeIndex = this.readUint32(); 302 const ctor = arrayBufferViewTypes[typeIndex];
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | messagepattern.cpp | 594 int32_t typeIndex=index=skipWhiteSpace(index+1); in parseArg() local 598 int32_t length=index-typeIndex; in parseArg() 618 if(isChoice(typeIndex)) { in parseArg() 620 } else if(isPlural(typeIndex)) { in parseArg() 622 } else if(isSelect(typeIndex)) { in parseArg() 626 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) { in parseArg() 633 addPart(UMSGPAT_PART_TYPE_ARG_TYPE, typeIndex, length, 0, errorCode); in parseArg()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | messagepattern.cpp | 594 int32_t typeIndex=index=skipWhiteSpace(index+1); in parseArg() local 598 int32_t length=index-typeIndex; in parseArg() 618 if(isChoice(typeIndex)) { in parseArg() 620 } else if(isPlural(typeIndex)) { in parseArg() 622 } else if(isSelect(typeIndex)) { in parseArg() 626 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) { in parseArg() 633 addPart(UMSGPAT_PART_TYPE_ARG_TYPE, typeIndex, length, 0, errorCode); in parseArg()
|
/third_party/node/deps/icu-small/source/common/ |
D | messagepattern.cpp | 594 int32_t typeIndex=index=skipWhiteSpace(index+1); in parseArg() local 598 int32_t length=index-typeIndex; in parseArg() 618 if(isChoice(typeIndex)) { in parseArg() 620 } else if(isPlural(typeIndex)) { in parseArg() 622 } else if(isSelect(typeIndex)) { in parseArg() 626 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) { in parseArg() 633 addPart(UMSGPAT_PART_TYPE_ARG_TYPE, typeIndex, length, 0, errorCode); in parseArg()
|
/third_party/icu/icu4c/source/common/ |
D | messagepattern.cpp | 594 int32_t typeIndex=index=skipWhiteSpace(index+1); in parseArg() local 598 int32_t length=index-typeIndex; in parseArg() 618 if(isChoice(typeIndex)) { in parseArg() 620 } else if(isPlural(typeIndex)) { in parseArg() 622 } else if(isSelect(typeIndex)) { in parseArg() 626 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) { in parseArg() 633 addPart(UMSGPAT_PART_TYPE_ARG_TYPE, typeIndex, length, 0, errorCode); in parseArg()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MessageDescriptor.cs | 69 …scriptorProto proto, FileDescriptor file, MessageDescriptor parent, int typeIndex, GeneratedClrTyp… in MessageDescriptor() argument 70 : base(file, file.ComputeFullName(parent, proto.Name), typeIndex) in MessageDescriptor()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkmemory.h | 102 … guint32 * typeIndex);
|
D | vkmemory.c | 256 guint32 * typeIndex) in gst_vulkan_memory_find_memory_type_index_with_type_properties() argument 266 *typeIndex = i; in gst_vulkan_memory_find_memory_type_index_with_type_properties()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ResourcesHLSL.cpp | 919 for (unsigned int typeIndex = 0; typeIndex < fieldCount; typeIndex++) in uniformBlockMembersString() local 921 const TField &field = *interfaceBlock.fields()[typeIndex]; in uniformBlockMembersString() 940 typeIndex == fieldCount - 1, false); in uniformBlockMembersString()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ResourcesHLSL.cpp | 754 for (unsigned int typeIndex = 0; typeIndex < interfaceBlock.fields().size(); typeIndex++) in uniformBlockMembersString() local 756 const TField &field = *interfaceBlock.fields()[typeIndex]; in uniformBlockMembersString()
|
/third_party/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 418 uint32_t typeIndex = 0; in make_vk_backend_texture() local 428 typeIndex = i; in make_vk_backend_texture() 453 typeIndex, // memoryTypeIndex in make_vk_backend_texture()
|
/third_party/flutter/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 414 uint32_t typeIndex = 0; in make_vk_backend_texture() local 425 typeIndex = i; in make_vk_backend_texture() 451 typeIndex, // memoryTypeIndex in make_vk_backend_texture()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 410 for (uint32_t typeIndex = 0; typeIndex < mMemoryProperties.memoryTypeCount; ++typeIndex) in hasLazilyAllocatedMemory() local 412 const VkMemoryType &memoryType = mMemoryProperties.memoryTypes[typeIndex]; in hasLazilyAllocatedMemory()
|
/third_party/skia/tests/ |
D | VkHardwareBufferTest.cpp | 728 uint32_t typeIndex = 0; in importHardwareBuffer() local 739 typeIndex = i; in importHardwareBuffer() 765 typeIndex, // memoryTypeIndex in importHardwareBuffer()
|
/third_party/flutter/skia/tests/ |
D | VkHardwareBufferTest.cpp | 724 uint32_t typeIndex = 0; in importHardwareBuffer() local 735 typeIndex = i; in importHardwareBuffer() 761 typeIndex, // memoryTypeIndex in importHardwareBuffer()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_capability_test.cpp | 2027 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvCoreOperandTableNameLookup() local 2028 const auto& group = table->types[typeIndex]; in spvCoreOperandTableNameLookup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_capability_test.cpp | 2027 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvCoreOperandTableNameLookup() local 2028 const auto& group = table->types[typeIndex]; in spvCoreOperandTableNameLookup()
|