/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_pipeline.c | 97 const VkShaderModuleCreateInfo *minfo = in vk_pipeline_shader_stage_to_nir() local 99 if (unlikely(minfo == NULL)) { in vk_pipeline_shader_stage_to_nir() 103 spirv_data = minfo->pCode; in vk_pipeline_shader_stage_to_nir() 104 spirv_size = minfo->codeSize; in vk_pipeline_shader_stage_to_nir() 162 const VkShaderModuleCreateInfo *minfo = in vk_pipeline_hash_shader_stage() local 178 } else if (minfo) { in vk_pipeline_hash_shader_stage() 181 _mesa_sha1_compute(minfo->pCode, minfo->codeSize, spirv_sha1); in vk_pipeline_hash_shader_stage()
|
/third_party/gptfdisk/ |
H A D | diskio-unix.cc | 162 struct dk_minfo minfo; in GetBlockSize() local 175 err = ioctl(fd, DKIOCGMEDIAINFO, &minfo); in GetBlockSize() 177 blockSize = minfo.dki_lbsize; in GetBlockSize() 441 struct dk_minfo minfo; in DiskSize() local 460 *err = ioctl(fd, DKIOCGMEDIAINFO, &minfo); in DiskSize() 462 sectors = minfo.dki_capacity; in DiskSize()
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | Effects.cpp | 192 const auto minfo = this->onMakeMask(); in onSync() local 194 fMaskEffectNode->setVisible(minfo.fVisible); in onSync() 195 fMaskEffectNode->setShader(std::move(minfo.fMaskShader)); in onSync()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tzgnames.cpp | 163 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getGenericNameType() local 164 if (minfo != NULL) { in getGenericNameType() 165 return static_cast<UTimeZoneGenericNameType>(minfo->gnameInfo->type); in getGenericNameType() 172 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index); in getMatchLength() local 173 if (minfo != NULL) { in getMatchLength() 174 return minfo->matchLength; in getMatchLength() 181 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getTimeZoneID() local 182 if (minfo != NULL && minfo->gnameInfo->tzID != NULL) { in getTimeZoneID() 183 tzID.setTo(true, minfo in getTimeZoneID() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tzgnames.cpp | 163 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getGenericNameType() local 164 if (minfo != nullptr) { in getGenericNameType() 165 return static_cast<UTimeZoneGenericNameType>(minfo->gnameInfo->type); in getGenericNameType() 172 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index); in getMatchLength() local 173 if (minfo != nullptr) { in getMatchLength() 174 return minfo->matchLength; in getMatchLength() 181 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getTimeZoneID() local 182 if (minfo != nullptr && minfo->gnameInfo->tzID != nullptr) { in getTimeZoneID() 183 tzID.setTo(true, minfo in getTimeZoneID() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tzgnames.cpp | 163 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getGenericNameType() local 164 if (minfo != NULL) { in getGenericNameType() 165 return static_cast<UTimeZoneGenericNameType>(minfo->gnameInfo->type); in getGenericNameType() 172 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index); in getMatchLength() local 173 if (minfo != NULL) { in getMatchLength() 174 return minfo->matchLength; in getMatchLength() 181 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getTimeZoneID() local 182 if (minfo != NULL && minfo->gnameInfo->tzID != NULL) { in getTimeZoneID() 183 tzID.setTo(TRUE, minfo in getTimeZoneID() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TZDBTimeZoneNames.java | 317 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength); in handlePrefixMatch() 321 _matches.add(minfo); in handlePrefixMatch()
|
H A D | TimeZoneNamesImpl.java | 538 MatchInfo minfo; in handlePrefixMatch() 540 minfo = new MatchInfo(ninfo.type, ninfo.tzID, null, matchLength); in handlePrefixMatch() 543 minfo = new MatchInfo(ninfo.type, null, ninfo.mzID, matchLength); in handlePrefixMatch() 548 _matches.add(minfo); in handlePrefixMatch()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TZDBTimeZoneNames.java | 319 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength); in handlePrefixMatch() 323 _matches.add(minfo); in handlePrefixMatch()
|
H A D | TimeZoneNamesImpl.java | 540 MatchInfo minfo; in handlePrefixMatch() 542 minfo = new MatchInfo(ninfo.type, ninfo.tzID, null, matchLength); in handlePrefixMatch() 545 minfo = new MatchInfo(ninfo.type, null, ninfo.mzID, matchLength); in handlePrefixMatch() 550 _matches.add(minfo); in handlePrefixMatch()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_cmd_buffer.c | 6985 uint32_t drawCount, const VkMultiDrawIndexedInfoEXT *minfo, in radv_emit_draw_packets_indexed() 7001 vk_foreach_multi_draw_indexed(draw, i, minfo, drawCount, stride) { in radv_emit_draw_packets_indexed() 7025 vk_foreach_multi_draw_indexed(draw, i, minfo, drawCount, stride) { in radv_emit_draw_packets_indexed() 7064 const VkMultiDrawIndexedInfoEXT *last = (const VkMultiDrawIndexedInfoEXT*)(((const uint8_t*)minfo) + (drawCount - 1) * stride); in radv_emit_draw_packets_indexed() 7072 vk_foreach_multi_draw_indexed(draw, i, minfo, drawCount, stride) { in radv_emit_draw_packets_indexed() 7093 vk_foreach_multi_draw_indexed(draw, i, minfo, drawCount, stride) { in radv_emit_draw_packets_indexed() 7126 uint32_t drawCount, const VkMultiDrawInfoEXT *minfo, in radv_emit_direct_draw_packets() 7134 vk_foreach_multi_draw(draw, i, minfo, drawCount, stride) { in radv_emit_direct_draw_packets() 7990 const VkMultiDrawInfoEXT minfo = { firstVertex, vertexCount }; in radv_CmdDraw() local 7991 radv_emit_direct_draw_packets(cmd_buffer, &info, 1, &minfo, in radv_CmdDraw() 6983 radv_emit_draw_packets_indexed(struct radv_cmd_buffer *cmd_buffer, const struct radv_draw_info *info, uint32_t drawCount, const VkMultiDrawIndexedInfoEXT *minfo, uint32_t stride, const int32_t *vertexOffset) radv_emit_draw_packets_indexed() argument 7125 radv_emit_direct_draw_packets(struct radv_cmd_buffer *cmd_buffer, const struct radv_draw_info *info, uint32_t drawCount, const VkMultiDrawInfoEXT *minfo, uint32_t use_opaque, uint32_t stride) radv_emit_direct_draw_packets() argument 8034 const VkMultiDrawIndexedInfoEXT minfo = { firstIndex, indexCount, vertexOffset }; radv_CmdDrawIndexed() local 8049 const VkMultiDrawIndexedInfoEXT *minfo = pIndexInfo; radv_CmdDrawMultiIndexedEXT() local 10332 struct VkMultiDrawInfoEXT minfo = { 0, 0 }; radv_CmdDrawIndirectByteCountEXT() local [all...] |
H A D | radv_pipeline.c | 4441 const VkShaderModuleCreateInfo *minfo = in radv_pipeline_stage_init() local 4446 if (sinfo->module == VK_NULL_HANDLE && !minfo && !iinfo) in radv_pipeline_stage_init() 4466 } else if (minfo) { in radv_pipeline_stage_init() 4467 out_stage->spirv.data = (const char *) minfo->pCode; in radv_pipeline_stage_init() 4468 out_stage->spirv.size = minfo->codeSize; in radv_pipeline_stage_init()
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 10622 // HandleMetadata acknowledges image metadata. minfo.flavor will be one of: 10628 // minfo.metadata__fourcc() will typically match one of the 10635 HandleMetadata(const wuffs_base__more_information& minfo, 44167 wuffs_base__more_information minfo = wuffs_base__empty_more_information(); HandleMetadata() local 44718 HandleMetadata(const wuffs_base__more_information& minfo, wuffs_base__slice_u8 raw) HandleMetadata() argument 44887 DIHM1(void* self, const wuffs_base__more_information* minfo, wuffs_base__slice_u8 raw) DIHM1() argument 44958 wuffs_base__more_information minfo = wuffs_base__empty_more_information(); DecodeImage0() local [all...] |
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 39843 wuffs_base__more_information minfo = wuffs_base__empty_more_information(); DecodeImage0() local [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |