/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/ |
name_mapper.cpp | 111 const auto result_id = inst.result_id; local 117 SaveName(result_id, "void"); 120 SaveName(result_id, "bool"); 145 SaveName(result_id, signedness + root); 151 SaveName(result_id, "half"); 154 SaveName(result_id, "float"); 157 SaveName(result_id, "double"); 160 SaveName(result_id, std::string("fp") + to_string(bit_width)); 165 SaveName(result_id, std::string("v") + to_string(inst.words[3]) [all...] |
validate_layout.cpp | 93 _.RegisterFunction(inst->result_id, inst->type_id, control_mask, 112 inst->result_id, inst->type_id));
|
binary.cpp | 436 inst->result_id = word; 439 if (_.id_to_type_id.find(inst->result_id) != _.id_to_type_id.end()) 440 return diagnostic(SPV_ERROR_INVALID_ID) << "Id " << inst->result_id 446 _.id_to_type_id[inst->result_id] = 447 spvOpcodeGeneratesType(opcode) ? inst->result_id : inst->type_id; 596 assert(inst->result_id); 597 _.import_id_to_ext_inst_type[inst->result_id] = ext_inst_type; [all...] |
text.cpp | 505 std::string result_id; local 510 result_id = firstWord; 511 if ('%' != result_id.front()) { 515 << result_id << "'."; 549 if (opcodeEntry->hasResult && result_id.empty()) { 577 if (type == SPV_OPERAND_TYPE_RESULT_ID && !result_id.empty()) { 583 result_id.c_str(), pInst, nullptr);
|
validate.cpp | 132 if (inst.result_id) { 134 {inst.result_id, inst.type_id, static_cast<SpvOp>(inst.opcode),
|
disassemble.cpp | 170 if (inst.result_id) { 172 const std::string id_name = name_mapper_(inst.result_id);
|
validate_cfg.cpp | 489 spvCheckReturn(_.current_function().RegisterBlock(inst->result_id));
|
/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/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/ |
instruction.cpp | 40 result_id_(inst.result_id),
|
instruction.h | 90 uint32_t result_id() const { return result_id_; } function in class:spvtools::ir::Instruction
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/include/spirv-tools/ |
libspirv.h | 289 uint32_t result_id; member in struct:spv_parsed_instruction_t
|
/system/bt/bta/ag/ |
bta_ag_cmd.cc | 123 size_t result_id; /* Local or BTA result id */ member in struct:__anon105326 174 if (code == bta_ag_result_tbl[i].result_id) return &bta_ag_result_tbl[i]; [all...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
SpvBuilder.cpp | 1393 auto result_id = makeCompositeConstant(vectorType, members, isSpecConstant(scalar)); local [all...] |
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/ |
SpvBuilder.cpp | 1393 auto result_id = makeCompositeConstant(vectorType, members, isSpecConstant(scalar)); local [all...] |