Home
last modified time | relevance | path

Searched refs:groupIndex (Results 1 – 25 of 64) sorted by relevance

123

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapFormat13.java22 private int groupStartChar(int groupIndex) { in groupStartChar() argument
24 Offset.format13Groups.offset + groupIndex * Offset.format13Groups_structLength.offset in groupStartChar()
28 private int groupEndChar(int groupIndex) { in groupEndChar() argument
30 Offset.format13Groups.offset + groupIndex * Offset.format13Groups_structLength.offset in groupEndChar()
34 private int groupGlyph(int groupIndex) { in groupGlyph() argument
36 Offset.format13Groups.offset + groupIndex * Offset.format13Groups_structLength.offset in groupGlyph()
66 private int groupIndex = 0; field in CMapFormat13.CharacterIterator
73 nextChar = groupStartChar(groupIndex); in CharacterIterator()
74 groupEndChar = groupEndChar(groupIndex); in CharacterIterator()
83 if (groupIndex >= numberOfGroups) { in hasNext()
[all …]
DCMapFormat12.java23 private int groupStartChar(int groupIndex) { in groupStartChar() argument
25 Offset.format12Groups.offset + groupIndex * Offset.format12Groups_structLength.offset in groupStartChar()
29 private int groupEndChar(int groupIndex) { in groupEndChar() argument
31 Offset.format12Groups.offset + groupIndex * Offset.format12Groups_structLength.offset in groupEndChar()
35 private int groupStartGlyph(int groupIndex) { in groupStartGlyph() argument
37 Offset.format12Groups.offset + groupIndex * Offset.format12Groups_structLength.offset in groupStartGlyph()
67 private int groupIndex = 0; field in CMapFormat12.CharacterIterator
74 nextChar = groupStartChar(groupIndex); in CharacterIterator()
75 groupEndChar = groupEndChar(groupIndex); in CharacterIterator()
84 if (groupIndex >= numberOfGroups) { in hasNext()
[all …]
DCMapFormat8.java23 private int firstChar(int groupIndex) { in firstChar() argument
25 Offset.format8Groups.offset + groupIndex * Offset.format8Group_structLength.offset in firstChar()
29 private int endChar(int groupIndex) { in endChar() argument
31 Offset.format8Groups.offset + groupIndex * Offset.format8Group_structLength.offset in endChar()
57 private int groupIndex; field in CMapFormat8.CharacterIterator
65 groupIndex = 0; in CharacterIterator()
74 while (groupIndex < numberOfGroups) { in hasNext()
76 firstCharInGroup = firstChar(groupIndex); in hasNext()
77 endCharInGroup = endChar(groupIndex); in hasNext()
87 groupIndex++; in hasNext()
/third_party/skia/third_party/externals/spirv-tools/source/
Dext_inst.cpp172 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableNameLookup() local
173 const auto& group = table->groups[groupIndex]; in spvExtInstTableNameLookup()
194 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableValueLookup() local
195 const auto& group = table->groups[groupIndex]; in spvExtInstTableValueLookup()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dext_inst.cpp172 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableNameLookup() local
173 const auto& group = table->groups[groupIndex]; in spvExtInstTableNameLookup()
194 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableValueLookup() local
195 const auto& group = table->groups[groupIndex]; in spvExtInstTableValueLookup()
/third_party/spirv-tools/source/
Dext_inst.cpp174 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableNameLookup() local
175 const auto& group = table->groups[groupIndex]; in spvExtInstTableNameLookup()
196 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableValueLookup() local
197 const auto& group = table->groups[groupIndex]; in spvExtInstTableValueLookup()
/third_party/lzma/CPP/7zip/UI/Common/
DHashCalc.h41 void InitDigestGroup(unsigned groupIndex) in InitDigestGroup()
43 NumSums[groupIndex] = 0; in InitDigestGroup()
44 memset(Digests[groupIndex], 0, sizeof(Digests[groupIndex])); in InitDigestGroup()
47 const Byte *GetExtraData_for_Group(unsigned groupIndex) const in GetExtraData_for_Group()
49 return Digests[groupIndex] + k_HashCalc_DigestSize_Max; in GetExtraData_for_Group()
52 unsigned GetNumExtraBytes_for_Group(unsigned groupIndex) const in GetNumExtraBytes_for_Group()
54 const Byte *p = GetExtraData_for_Group(groupIndex); in GetNumExtraBytes_for_Group()
62 void AddDigest(unsigned groupIndex, const Byte *data);
DHashCalc.cpp179 void CHasherState::AddDigest(unsigned groupIndex, const Byte *data) in AddDigest() argument
181 NumSums[groupIndex]++; in AddDigest()
182 AddDigests(Digests[groupIndex], data, DigestSize); in AddDigest()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPipeline.cpp186 MaybeError PipelineBase::ValidateGetBindGroupLayout(uint32_t groupIndex) { in ValidateGetBindGroupLayout() argument
191 groupIndex >= kMaxBindGroups, in ValidateGetBindGroupLayout()
193 groupIndex, kMaxBindGroups); in ValidateGetBindGroupLayout()
201 BindGroupIndex groupIndex(groupIndexIn); in GetBindGroupLayout() local
202 if (!mLayout->GetBindGroupLayoutsMask()[groupIndex]) { in GetBindGroupLayout()
205 return Ref<BindGroupLayoutBase>(mLayout->GetBindGroupLayout(groupIndex)); in GetBindGroupLayout()
DPipeline.h64 ResultOrError<Ref<BindGroupLayoutBase>> GetBindGroupLayout(uint32_t groupIndex);
71 BindGroupLayoutBase* APIGetBindGroupLayout(uint32_t groupIndex);
DComputePassEncoder.cpp386 BindGroupIndex groupIndex(groupIndexIn); in APISetBindGroup() local
389 DAWN_TRY(ValidateSetBindGroup(groupIndex, group, dynamicOffsetCount, in APISetBindGroup()
394 RecordSetBindGroup(allocator, groupIndex, group, dynamicOffsetCount, in APISetBindGroup()
396 mCommandBufferState.SetBindGroup(groupIndex, group, dynamicOffsetCount, in APISetBindGroup()
DRenderEncoderBase.cpp391 BindGroupIndex groupIndex(groupIndexIn); in APISetBindGroup() local
394 DAWN_TRY(ValidateSetBindGroup(groupIndex, group, dynamicOffsetCount, in APISetBindGroup()
398 RecordSetBindGroup(allocator, groupIndex, group, dynamicOffsetCount, in APISetBindGroup()
400 mCommandBufferState.SetBindGroup(groupIndex, group, dynamicOffsetCount, in APISetBindGroup()
DComputePassEncoder.h47 void APISetBindGroup(uint32_t groupIndex,
DRenderEncoderBase.h57 void APISetBindGroup(uint32_t groupIndex,
/third_party/typescript/src/services/
DorganizeImports.ts110 let groupIndex = 0;
113 groupIndex++;
116 if (!groupImports[groupIndex]) {
117 groupImports[groupIndex] = [];
120 groupImports[groupIndex].push(topLevelImportDecl);
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DComputeProgram.cpp254 for(uint32_t groupIndex = batchID; groupIndex < groupCount; groupIndex += batchCount) in run() local
256 auto modulo = groupIndex; in run()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp1947 const unsigned groupIndex = Get_FilterGroup_for_Folder(filters, f, extractFilter);
1949 while (groupIndex >= groups.Size())
1952 groups[groupIndex].folderRefs.Add(rep);
2074 const unsigned groupIndex = GetGroup(filters, fm);
2075 while (groupIndex >= groups.Size())
2077 groups[groupIndex].Indices.Add(i);
2228 for (unsigned groupIndex = 0; groupIndex < filters.Size(); groupIndex++)
2230 const CFilterMode2 &filterMode = filters[groupIndex];
/third_party/typescript/src/compiler/transformers/module/
Dsystem.ts151 const groupIndex = groupIndices.get(text); constant
152 if (groupIndex !== undefined) {
154 dependencyGroups[groupIndex].externalImports.push(externalImport);
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl415 inline VkBindShaderGroupIndirectCommandNV makeBindShaderGroupIndirectCommandNV (uint32_t groupIndex) argument
418 res.groupIndex = groupIndex;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingPipelineFlagsTests.cpp405 deUint32 groupIndex = 0; in createPipeline() local
420 addShader(VK_SHADER_STAGE_RAYGEN_BIT_KHR, *m_rgenModule, groupIndex++); in createPipeline()
422 …ry)->addShader(VK_SHADER_STAGE_MISS_BIT_KHR, *m_missModule, (m_params.useLibs ? 0 : groupIndex++)); in createPipeline()
425 const deUint32 hitGroupIndex = m_params.useLibs ? 0 : groupIndex; in createPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingPipelineFlagsTests.cpp405 deUint32 groupIndex = 0; in createPipeline() local
420 addShader(VK_SHADER_STAGE_RAYGEN_BIT_KHR, *m_rgenModule, groupIndex++); in createPipeline()
422 …ry)->addShader(VK_SHADER_STAGE_MISS_BIT_KHR, *m_missModule, (m_params.useLibs ? 0 : groupIndex++)); in createPipeline()
425 const deUint32 hitGroupIndex = m_params.useLibs ? 0 : groupIndex; in createPipeline()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_device_generated_commands/
Dindirectcommands.adoc305 * pname:groupIndex specifies which shader group of the current bound
648 pipeline, bind->groupIndex);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
DvktRayQueryTraversalControlTests.cpp217 deUint32 groupIndex) in registerShaderModule() argument
227 rayTracingPipeline.addShader(shaderStage, shaderModule, groupIndex); in registerShaderModule()
DvktRayQueryCullRayFlagsTests.cpp257 deUint32 groupIndex) in registerShaderModule() argument
267 rayTracingPipeline.addShader(shaderStage, shaderModule, groupIndex); in registerShaderModule()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryTraversalControlTests.cpp217 deUint32 groupIndex) in registerShaderModule() argument
227 rayTracingPipeline.addShader(shaderStage, shaderModule, groupIndex); in registerShaderModule()

123