Home
last modified time | relevance | path

Searched refs:typeIndex (Results 1 – 25 of 35) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Doperand.cpp81 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()
Dvalidate_id.cpp104 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/swiftshader/third_party/SPIRV-Tools/source/
Doperand.cpp61 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/spirv-tools/source/
Doperand.cpp61 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/spirv-tools/source/
Doperand.cpp61 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/vk-gl-cts/external/openglcts/modules/common/
DglcShaderMacroTests.cpp135 for (std::size_t typeIndex = 0; typeIndex < shaderTypes.size(); ++typeIndex) in init() local
137 glu::ShaderType shaderType = shaderTypes[typeIndex]; in init()
DglcShaderConstExprTests.cpp225 for (std::size_t typeIndex = 0; typeIndex < shaderTypes.size(); ++typeIndex) in createTestCasesForAllShaderTypes() local
227 glu::ShaderType shaderType = shaderTypes[typeIndex]; in createTestCasesForAllShaderTypes()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DResourceManager11.cpp419 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/
DResourceManager11.cpp419 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/
DBitSetIteratorPerf.cpp62 static std::string GetName(int typeIndex) in GetName() argument
64 return kTestTypeNames[typeIndex]; in GetName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiGetMemoryCommitment.cpp61 for (deUint32 typeIndex = 0u; typeIndex < pMemoryProperties.memoryTypeCount; ++typeIndex) in getMemoryTypeIndices() local
63 if ((pMemoryProperties.memoryTypes[typeIndex].propertyFlags & propertyFlag) == propertyFlag) in getMemoryTypeIndices()
64 indices.push_back(typeIndex); in getMemoryTypeIndices()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePattern.java1062 int typeIndex=index=skipWhiteSpace(index+1); in parseArg() local
1066 int length=index-typeIndex; in parseArg()
1082 if(isChoice(typeIndex)) { in parseArg()
1084 } else if(isPlural(typeIndex)) { in parseArg()
1086 } else if(isSelect(typeIndex)) { in parseArg()
1090 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) { in parseArg()
1097 addPart(Part.Type.ARG_TYPE, typeIndex, length, 0); in parseArg()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessagePattern.java991 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/
Dv8.js301 const typeIndex = this.readUint32();
302 const ctor = arrayBufferViewTypes[typeIndex];
/third_party/skia/third_party/externals/icu/source/common/
Dmessagepattern.cpp594 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/
Dmessagepattern.cpp594 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/
Dmessagepattern.cpp594 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/
Dmessagepattern.cpp594 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/
DMessageDescriptor.cs69 …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/skia/third_party/externals/angle2/src/compiler/translator/
DResourcesHLSL.cpp919 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/
DResourcesHLSL.cpp754 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/
DGrAHardwareBufferUtils.cpp418 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/
DGrAHardwareBufferUtils.cpp414 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/
Dvk_utils.cpp410 for (uint32_t typeIndex = 0; typeIndex < mMemoryProperties.memoryTypeCount; ++typeIndex) in hasLazilyAllocatedMemory() local
412 const VkMemoryType &memoryType = mMemoryProperties.memoryTypes[typeIndex]; in hasLazilyAllocatedMemory()
/third_party/flutter/skia/tests/
DVkHardwareBufferTest.cpp724 uint32_t typeIndex = 0; in importHardwareBuffer() local
735 typeIndex = i; in importHardwareBuffer()
761 typeIndex, // memoryTypeIndex in importHardwareBuffer()

12