Home
last modified time | relevance | path

Searched refs:typeIndex (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/
H A Doperand.cpp61 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 Doperand.cpp61 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 Doperand.cpp59 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 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] in decrResource()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderMacroTests.cpp135 for (std::size_t typeIndex = 0; typeIndex < shaderTypes.size(); ++typeIndex) in init()
137 glu::ShaderType shaderType = shaderTypes[typeIndex]; in init()
H A DglcShaderConstExprTests.cpp225 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 DGrVkMemory.cpp24 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 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/
H A DvktApiGetMemoryCommitment.cpp61 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 DvktApiGetMemoryCommitment.cpp61 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 DvktFragmentOperationsTransientAttachmentTests.cpp128 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 DvktFragmentOperationsTransientAttachmentTests.cpp128 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 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/
H A 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/skia/third_party/externals/icu/source/common/
H A 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/lib/
H A Dv8.js341 const typeIndex = this.readUint32();
342 const ctor = arrayBufferViewIndexToType(typeIndex);
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMessageDescriptor.cs69 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 DResourcesHLSL.cpp919 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 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/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp410 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 DVkHardwareBufferTest.cpp728 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 Dval_capability_test.cpp2027 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 Dval_capability_test.cpp2027 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 Dval_capability_test.cpp2027 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 Dvulkan_command_buffer_utils.cpp987 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

Completed in 33 milliseconds

12