HomeSort by relevance Sort by last modified time
    Searched refs:getIdName (Results 1 - 6 of 6) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_cfg.cpp 225 << "First block " << _.getIdName(target) << " of funciton "
226 << _.getIdName(_.current_function().id()) << " is targeted by block "
227 << _.getIdName(_.current_function().current_block()->id());
235 << "Block " << _.getIdName(merge_block)
328 << "Back-edges (" << _.getIdName(back_edge_block) << " -> "
329 << _.getIdName(header_block)
338 << "Loop header " << _.getIdName(header_block)
353 << ConstructErrorString(construct, _.getIdName(header->id()),
354 _.getIdName(merge->id()));
360 << ConstructErrorString(construct, _.getIdName(header->id())
    [all...]
validate_ssa.cpp 128 << _.getIdName(*operand_ptr)
validate.cpp 199 bind(&ValidationState_t::getIdName, vstate, _1));
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
ValidationState.h 98 std::string getIdName(uint32_t id) const;
100 /// Like getIdName but does not display the id if the \p id has a name
ValidationState.cpp 221 string ValidationState_t::getIdName(uint32_t id) const {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
ViewInflater.java 873 public String getIdName(int id) {
900 result.put("id", getIdName(v.getId()));
    [all...]

Completed in 58 milliseconds