/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | operand.cpp | 61 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableNameLookup() 62 const auto& group = table->types[typeIndex]; in spvOperandTableNameLookup() 102 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableValueLookup() 103 const auto& group = table->types[typeIndex]; in spvOperandTableValueLookup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | operand.cpp | 61 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableNameLookup() 62 const auto& group = table->types[typeIndex]; in spvOperandTableNameLookup() 102 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableValueLookup() 103 const auto& group = table->types[typeIndex]; in spvOperandTableValueLookup()
|
/third_party/spirv-tools/source/ |
H A D | operand.cpp | 59 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableNameLookup() 60 const auto& group = table->types[typeIndex]; in spvOperandTableNameLookup() 92 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvOperandTableValueLookup() 93 const auto& group = table->types[typeIndex]; in spvOperandTableValueLookup()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A 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] in decrResource() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderMacroTests.cpp | 135 for (std::size_t typeIndex = 0; typeIndex < shaderTypes.size(); ++typeIndex) in init() 137 glu::ShaderType shaderType = shaderTypes[typeIndex]; in init()
|
H A D | glcShaderConstExprTests.cpp | 225 for (std::size_t typeIndex = 0; typeIndex < shaderTypes.size(); ++typeIndex) in createTestCasesForAllShaderTypes() 227 glu::ShaderType shaderType = shaderTypes[typeIndex]; in createTestCasesForAllShaderTypes()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkMemory.cpp | 24 static bool FindMemoryType(GrVkGpu *gpu, uint32_t typeFilter, VkMemoryPropertyFlags properties, uint32_t &typeIndex) in FindMemoryType() argument 35 typeIndex = i; in FindMemoryType() 99 uint32_t typeIndex = 0; local 100 bool hasFound = FindMemoryType(gpu, memReqs.memoryTypeBits, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, typeIndex); 121 allocateInfo.memoryTypeIndex = typeIndex;
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | BitSetIteratorPerf.cpp | 62 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/ |
H A D | vktApiGetMemoryCommitment.cpp | 61 for (deUint32 typeIndex = 0u; typeIndex < pMemoryProperties.memoryTypeCount; ++typeIndex) in getMemoryTypeIndices() 63 if ((pMemoryProperties.memoryTypes[typeIndex].propertyFlags & propertyFlag) == propertyFlag) in getMemoryTypeIndices() 64 indices.push_back(typeIndex); in getMemoryTypeIndices()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiGetMemoryCommitment.cpp | 61 for (deUint32 typeIndex = 0u; typeIndex < pMemoryProperties.memoryTypeCount; ++typeIndex) in getMemoryTypeIndices() 63 if ((pMemoryProperties.memoryTypes[typeIndex].propertyFlags & propertyFlag) == propertyFlag) in getMemoryTypeIndices() 64 indices.push_back(typeIndex); in getMemoryTypeIndices()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsTransientAttachmentTests.cpp | 128 for (deUint32 typeIndex = 0u; typeIndex < pMemoryProperties.memoryTypeCount; ++typeIndex) in getMemoryTypeIndices() 130 if ((pMemoryProperties.memoryTypes[typeIndex].propertyFlags & propertyFlag) == propertyFlag) in getMemoryTypeIndices() 131 indices.push_back(typeIndex); in getMemoryTypeIndices()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsTransientAttachmentTests.cpp | 128 for (deUint32 typeIndex = 0u; typeIndex < pMemoryProperties.memoryTypeCount; ++typeIndex) in getMemoryTypeIndices() 130 if ((pMemoryProperties.memoryTypes[typeIndex].propertyFlags & propertyFlag) == propertyFlag) in getMemoryTypeIndices() 131 indices.push_back(typeIndex); in getMemoryTypeIndices()
|
/third_party/icu/icu4c/source/common/ |
H A 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/ |
H A 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/skia/third_party/externals/icu/source/common/ |
H A 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/lib/ |
H A D | v8.js | 341 const typeIndex = this.readUint32(); 342 const ctor = arrayBufferViewIndexToType(typeIndex);
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | MessageDescriptor.cs | 69 internal MessageDescriptor(DescriptorProto proto, FileDescriptor file, MessageDescriptor parent, int typeIndex, GeneratedClrTypeInfo generatedCodeInfo) in MessageDescriptor() argument 70 : base(file, file.ComputeFullName(parent, proto.Name), typeIndex) in MessageDescriptor()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ResourcesHLSL.cpp | 919 for (unsigned int typeIndex = 0; typeIndex < fieldCount; typeIndex++) in uniformBlockMembersString() 921 const TField &field = *interfaceBlock.fields()[typeIndex]; in uniformBlockMembersString() 940 typeIndex == fieldCount - 1, false); in uniformBlockMembersString()
|
/third_party/skia/src/gpu/ |
H A 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/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.cpp | 410 for (uint32_t typeIndex = 0; typeIndex < mMemoryProperties.memoryTypeCount; ++typeIndex) in hasLazilyAllocatedMemory() 412 const VkMemoryType &memoryType = mMemoryProperties.memoryTypes[typeIndex]; in hasLazilyAllocatedMemory()
|
/third_party/skia/tests/ |
H A D | VkHardwareBufferTest.cpp | 728 uint32_t typeIndex = 0; in importHardwareBuffer() local 739 typeIndex = i; in importHardwareBuffer() 765 typeIndex, // memoryTypeIndex in importHardwareBuffer()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_capability_test.cpp | 2027 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvCoreOperandTableNameLookup() 2028 const auto& group = table->types[typeIndex]; in spvCoreOperandTableNameLookup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_capability_test.cpp | 2027 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvCoreOperandTableNameLookup() 2028 const auto& group = table->types[typeIndex]; in spvCoreOperandTableNameLookup()
|
/third_party/spirv-tools/test/val/ |
H A D | val_capability_test.cpp | 2027 for (uint64_t typeIndex = 0; typeIndex < table->count; ++typeIndex) { in spvCoreOperandTableNameLookup() 2028 const auto& group = table->types[typeIndex]; in spvCoreOperandTableNameLookup()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.cpp | 987 uint32_t *typeIndex) in memory_type_from_properties() 998 *typeIndex = i; in memory_type_from_properties() 984 memory_type_from_properties(struct sample_info &info, uint32_t typeBits, VkFlags requirements_mask, uint32_t *typeIndex) memory_type_from_properties() argument
|