HomeSort by relevance Sort by last modified time
    Searched defs:length_id (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/val/
validate_type.cpp 110 const auto length_id = inst->GetOperandAs<uint32_t>(length_index); local
111 const auto length = _.FindDef(length_id);
114 << "OpTypeArray Length <id> '" << _.getIdName(length_id)
124 << "OpTypeArray Length <id> '" << _.getIdName(length_id)
135 << "OpTypeArray Length <id> '" << _.getIdName(length_id)
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_type.cpp 121 const auto length_id = inst->GetOperandAs<uint32_t>(length_index); local
122 const auto length = _.FindDef(length_id);
125 << "OpTypeArray Length <id> '" << _.getIdName(length_id)
135 << "OpTypeArray Length <id> '" << _.getIdName(length_id)
146 << "OpTypeArray Length <id> '" << _.getIdName(length_id)

Completed in 3841 milliseconds