Home
last modified time | relevance | path

Searched refs:extOffset (Results 1 – 14 of 14) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dcomposite.cpp29 const Instruction* insInst, const uint32_t extOffset) { in ExtInsMatch() argument
30 uint32_t numIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsMatch()
33 if (extIndices[i + extOffset] != insInst->GetSingleWordInOperand(i + 2)) in ExtInsMatch()
39 const Instruction* insInst, const uint32_t extOffset) { in ExtInsConflict() argument
40 if (extIndices.size() - extOffset == insInst->NumInOperands() - 2) in ExtInsConflict()
42 uint32_t extNumIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsConflict()
46 if (extIndices[i + extOffset] != insInst->GetSingleWordInOperand(i + 2)) in ExtInsConflict()
Ddead_insert_elim_pass.cpp68 uint32_t extOffset, std::unordered_set<uint32_t>* visited_phis) { in MarkInsertChain() argument
108 } else if (ExtInsMatch(*pExtIndices, insInst, extOffset)) { in MarkInsertChain()
116 } else if (ExtInsConflict(*pExtIndices, insInst, extOffset)) { in MarkInsertChain()
121 if (pExtIndices->size() - extOffset > numInsertIndices) { in MarkInsertChain()
125 extOffset + numInsertIndices, &obj_visited_phis); in MarkInsertChain()
158 MarkInsertChain(pi, pExtIndices, extOffset, visited_phis); in MarkInsertChain()
Dcomposite.h38 const Instruction* insInst, const uint32_t extOffset);
46 const Instruction* insInst, const uint32_t extOffset);
Ddead_insert_elim_pass.h63 std::vector<uint32_t>* extIndices, uint32_t extOffset,
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcomposite.cpp29 const Instruction* insInst, const uint32_t extOffset) { in ExtInsMatch() argument
30 uint32_t numIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsMatch()
33 if (extIndices[i + extOffset] != insInst->GetSingleWordInOperand(i + 2)) in ExtInsMatch()
39 const Instruction* insInst, const uint32_t extOffset) { in ExtInsConflict() argument
40 if (extIndices.size() - extOffset == insInst->NumInOperands() - 2) in ExtInsConflict()
42 uint32_t extNumIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsConflict()
46 if (extIndices[i + extOffset] != insInst->GetSingleWordInOperand(i + 2)) in ExtInsConflict()
Ddead_insert_elim_pass.cpp68 uint32_t extOffset, std::unordered_set<uint32_t>* visited_phis) { in MarkInsertChain() argument
108 } else if (ExtInsMatch(*pExtIndices, insInst, extOffset)) { in MarkInsertChain()
116 } else if (ExtInsConflict(*pExtIndices, insInst, extOffset)) { in MarkInsertChain()
121 if (pExtIndices->size() - extOffset > numInsertIndices) { in MarkInsertChain()
125 extOffset + numInsertIndices, &obj_visited_phis); in MarkInsertChain()
158 MarkInsertChain(pi, pExtIndices, extOffset, visited_phis); in MarkInsertChain()
Dcomposite.h38 const Instruction* insInst, const uint32_t extOffset);
46 const Instruction* insInst, const uint32_t extOffset);
Ddead_insert_elim_pass.h63 std::vector<uint32_t>* extIndices, uint32_t extOffset,
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcomposite.cpp29 const Instruction* insInst, const uint32_t extOffset) { in ExtInsMatch() argument
30 uint32_t numIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsMatch()
33 if (extIndices[i + extOffset] != insInst->GetSingleWordInOperand(i + 2)) in ExtInsMatch()
39 const Instruction* insInst, const uint32_t extOffset) { in ExtInsConflict() argument
40 if (extIndices.size() - extOffset == insInst->NumInOperands() - 2) in ExtInsConflict()
42 uint32_t extNumIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsConflict()
46 if (extIndices[i + extOffset] != insInst->GetSingleWordInOperand(i + 2)) in ExtInsConflict()
Ddead_insert_elim_pass.cpp68 uint32_t extOffset, std::unordered_set<uint32_t>* visited_phis) { in MarkInsertChain() argument
108 } else if (ExtInsMatch(*pExtIndices, insInst, extOffset)) { in MarkInsertChain()
116 } else if (ExtInsConflict(*pExtIndices, insInst, extOffset)) { in MarkInsertChain()
121 if (pExtIndices->size() - extOffset > numInsertIndices) { in MarkInsertChain()
125 extOffset + numInsertIndices, &obj_visited_phis); in MarkInsertChain()
158 MarkInsertChain(pi, pExtIndices, extOffset, visited_phis); in MarkInsertChain()
Dcomposite.h38 const Instruction* insInst, const uint32_t extOffset);
46 const Instruction* insInst, const uint32_t extOffset);
Ddead_insert_elim_pass.h63 std::vector<uint32_t>* extIndices, uint32_t extOffset,
/external/icu/icu4c/source/common/
Ducnv_bld.cpp1352 int32_t extOffset; in ucnv_swap() local
1461 extOffset=(int32_t)(mbcsHeader.flags>>8); in ucnv_swap()
1505 if(extOffset==0) { in ucnv_swap()
1515 if(length>=0 && length<(extOffset+UCNV_EXT_INDEXES_MIN_LENGTH*4)) { in ucnv_swap()
1522 inExtIndexes=(const int32_t *)(inBytes+extOffset); in ucnv_swap()
1523 size=extOffset+udata_readInt32(ds, inExtIndexes[UCNV_EXT_SIZE]); in ucnv_swap()
1630 if(extOffset!=0) { in ucnv_swap()
1632 inBytes+=extOffset; in ucnv_swap()
1633 outBytes+=extOffset; in ucnv_swap()
/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp488 int32_t extOffset; in ucnv_enumDependencies() local
513 extOffset=(int32_t)(mbcsHeaderFlags>>8); in ucnv_enumDependencies()
525 if(length<(extOffset+UCNV_EXT_INDEXES_MIN_LENGTH*4)) { in ucnv_enumDependencies()