Home
last modified time | relevance | path

Searched refs:opcode_name (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_constants.cpp38 std::string opcode_name = std::string("Op") + spvOpcodeString(inst->opcode()); in ValidateConstantComposite() local
43 << opcode_name << " Result Type <id> '" in ValidateConstantComposite()
54 << opcode_name in ValidateConstantComposite()
74 << opcode_name << " Constituent <id> '" in ValidateConstantComposite()
82 << opcode_name << " Constituent <id> '" in ValidateConstantComposite()
94 << opcode_name in ValidateConstantComposite()
123 << opcode_name << " Constituent <id> '" in ValidateConstantComposite()
134 << opcode_name << " Constituent <id> '" in ValidateConstantComposite()
143 << opcode_name << " Constituent <id> '" in ValidateConstantComposite()
151 << opcode_name << " Constituen in ValidateConstantComposite()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_constants.cpp38 std::string opcode_name = std::string("Op") + spvOpcodeString(inst->opcode()); in ValidateConstantComposite() local
43 << opcode_name << " Result Type <id> '" in ValidateConstantComposite()
54 << opcode_name in ValidateConstantComposite()
74 << opcode_name << " Constituent <id> '" in ValidateConstantComposite()
82 << opcode_name << " Constituent <id> '" in ValidateConstantComposite()
94 << opcode_name in ValidateConstantComposite()
123 << opcode_name << " Constituent <id> '" in ValidateConstantComposite()
134 << opcode_name << " Constituent <id> '" in ValidateConstantComposite()
143 << opcode_name << " Constituent <id> '" in ValidateConstantComposite()
151 << opcode_name << " Constituen in ValidateConstantComposite()
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_constants.cpp38 std::string opcode_name = std::string("Op") + spvOpcodeString(inst->opcode()); in ValidateConstantComposite() local
43 << opcode_name << " Result Type <id> " in ValidateConstantComposite()
54 << opcode_name in ValidateConstantComposite()
73 << opcode_name << " Constituent <id> " in ValidateConstantComposite()
81 << opcode_name << " Constituent <id> " in ValidateConstantComposite()
93 << opcode_name in ValidateConstantComposite()
122 << opcode_name << " Constituent <id> " in ValidateConstantComposite()
133 << opcode_name << " Constituent <id> " in ValidateConstantComposite()
142 << opcode_name << " Constituent <id> " in ValidateConstantComposite()
150 << opcode_name << " Constituen in ValidateConstantComposite()
[all...]
H A Dvalidate_ray_tracing_reorder.cpp256 std::string opcode_name = spvOpcodeString(rtinst->opcode()); in RayReorderNVPass()
259 [opcode_name](spv::ExecutionModel model, std::string* message) { in RayReorderNVPass()
264 *message = opcode_name + in RayReorderNVPass()
553 std::string opcode_name = spvOpcodeString(inst->opcode()); in RayReorderNVPass() local
556 [opcode_name](spv::ExecutionModel model, std::string* message) { in RayReorderNVPass()
559 *message = opcode_name + in RayReorderNVPass()
592 std::string opcode_name = spvOpcodeString(inst->opcode()); in RayReorderNVPass() local
595 [opcode_name](spv::ExecutionModel model, std::string* message) { in RayReorderNVPass()
598 *message = opcode_name + in RayReorderNVPass()
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.h1080 #define DECLARE_VRR_A_INSTRUCTIONS(name, opcode_name, opcode_value) \
1096 #define DECLARE_VRR_C_INSTRUCTIONS(name, opcode_name, opcode_value) \
1113 #define DECLARE_VRR_B_INSTRUCTIONS(name, opcode_name, opcode_value) \
1129 #define DECLARE_VRR_E_INSTRUCTIONS(name, opcode_name, opcode_value) \
1146 #define DECLARE_VRR_F_INSTRUCTIONS(name, opcode_name, opcode_value) \
1159 #define DECLARE_VRX_INSTRUCTIONS(name, opcode_name, opcode_value) \
1175 #define DECLARE_VRS_A_INSTRUCTIONS(name, opcode_name, opcode_value) \
1192 #define DECLARE_VRS_B_INSTRUCTIONS(name, opcode_name, opcode_value) \
1209 #define DECLARE_VRS_C_INSTRUCTIONS(name, opcode_name, opcode_value) \
1226 #define DECLARE_VRI_A_INSTRUCTIONS(name, opcode_name, opcode_valu
[all...]
H A Dconstants-s390.h1666 #define DECLARE_OPCODES(name, opcode_name, opcode_value) \
1667 opcode_name = opcode_value,
/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_send.py454 print('#define %s %d' % (func.opcode_name(), func.opcode_value()))
756 print(' %s __glXSetupSingleRequest(gc, %s, cmdlen);' % (pc_decl, f.opcode_name()))
859 print(' %s(%s, %u%s );' % (self.pixel_stubs[f.name] , f.opcode_name(), dim, p_string))
H A DglX_XML.py425 def opcode_name(self): member in glx_function
454 Behaves similarly to opcode_name, except for
467 return self.opcode_name()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext.cpp339 const char* opcode_name = "opcode"; in spvTextEncodeOperand() local
341 opcode_name = d->name; in spvTextEncodeOperand()
344 << "Type for " << opcode_name in spvTextEncodeOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext.cpp339 const char* opcode_name = "opcode"; in spvTextEncodeOperand() local
341 opcode_name = d->name; in spvTextEncodeOperand()
344 << "Type for " << opcode_name in spvTextEncodeOperand()
/third_party/spirv-tools/source/
H A Dtext.cpp351 const char* opcode_name = "opcode"; in spvTextEncodeOperand() local
353 opcode_name = d->name; in spvTextEncodeOperand()
356 << "Type for " << opcode_name in spvTextEncodeOperand()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dconstants-ppc.h2723 #define DECLARE_INSTRUCTION(name, opcode_name, opcode_value) \
2724 opcode_name = opcode_value,
2996 #define OPCODE_CASES(name, opcode_name, opcode_value) case opcode_name:
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.c905 const char* const opcode_name[256] = variable
7879 FT_TRACE6(( "%s", opcode_name[exc->opcode] + 2 )); in FT_EXPORT_DEF()
7880 FT_TRACE7(( "%*s", *opcode_name[exc->opcode] == 'A' in FT_EXPORT_DEF()
7882 : 12 - ( *opcode_name[exc->opcode] - '0' ), in FT_EXPORT_DEF()

Completed in 27 milliseconds