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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
function.h 55 inline uint32_t result_id() const { return def_inst_->result_id(); } function in class:spvtools::ir::Function
unify_const_pass.cpp 47 if (node->result_id() == 0) {
48 node->SetResultId(inst.result_id());
50 return node->result_id();
60 uint32_t result_id() const { return result_id_; } function in class:spvtools::opt::__anon799::ResultIdTrie::Node
113 if (def_use_mgr.GetAnnotations(inst.result_id()).size() != 0) {
154 if (id != inst.result_id()) {
157 def_use_mgr.ReplaceAllUsesWith(inst.result_id(), id);
instruction.h 105 uint32_t result_id() const { return result_id_; } function in class:spvtools::ir::Instruction
  /external/webrtc/webrtc/base/
macutils.cc 156 OSAID script_id, result_id; local
161 result_id = kOSANullScript;
187 &result_id);
207 if (result_id != kOSANullScript) {
208 OSADispose(component, result_id);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
name_mapper.cpp 172 const auto result_id = inst.result_id; local
189 SaveName(result_id, "void");
192 SaveName(result_id, "bool");
217 SaveName(result_id, signedness + root);
223 SaveName(result_id, "half");
226 SaveName(result_id, "float");
229 SaveName(result_id, "double");
232 SaveName(result_id, std::string("fp") + to_string(bit_width));
237 SaveName(result_id, std::string("v") + to_string(inst.words[3])
    [all...]
text.cpp 495 std::string result_id; local
500 result_id = firstWord;
501 if ('%' != result_id.front()) {
505 << result_id << "'.";
539 if (opcodeEntry->hasResult && result_id.empty()) {
568 if (type == SPV_OPERAND_TYPE_RESULT_ID && !result_id.empty()) {
574 result_id.c_str(), pInst, nullptr);
  /system/bt/bta/ag/
bta_ag_cmd.cc 122 size_t result_id; /* Local or BTA result id */ member in struct:__anon1212
173 if (code == bta_ag_result_tbl[i].result_id) return &bta_ag_result_tbl[i];
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp 1454 auto result_id = makeCompositeConstant(vectorType, members, isSpecConstant(scalar)); local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/include/spirv-tools/
libspirv.h 307 uint32_t result_id; member in struct:spv_parsed_instruction_t

Completed in 718 milliseconds