/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | Precise_test.cpp | 124 spv::Op opCode; in ValidateDecorations() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCDuplexInfo.cpp | 1019 static bool isStoreInst(unsigned opCode) { in isStoreInst() argument
|
/third_party/glslang/SPIRV/ |
H A D | disassemble.cpp | 175 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions() local 340 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands) in disassembleInstruction() argument [all...] |
H A D | SPVRemapper.cpp | 60 const spv::Op opCode = asOpCode(word); in asOpCodeHash() local 132 const spv::Op opCode = asOpCode(typeStart); typeSizeInWords() local 159 isStripOp(spv::Op opCode, unsigned start) const isStripOp() argument 536 spv::Op opCode = asOpCode(instructionStart); processInstruction() local 768 const spv::Op opCode = asOpCode(start); mapFnBodies() local 1242 const spv::Op opCode = asOpCode(typeStart); matchType() local 1311 const spv::Op opCode = asOpCode(typeStart); hashType() local [all...] |
H A D | spvIR.h | 96 Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode), block(nullptr) { } in Instruction() argument 97 explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullptr) { } in Instruction() argument 183 Op opCode; member in spv::Instruction
|
H A D | SpvBuilder.cpp | 2601 void Builder::createNoResultOp(Op opCode) in createNoResultOp() argument 2608 void Builder::createNoResultOp(Op opCode, Id operand) in createNoResultOp() argument 2616 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands) in createNoResultOp() argument 2626 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp() argument 2656 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp() argument 2670 createBinOp(Op opCode, Id typeId, Id left, Id right) createBinOp() argument 2687 createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) createTriOp() argument 2708 createOp(Op opCode, Id typeId, const std::vector<Id>& operands) createOp() argument 2718 createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) createOp() argument 2732 createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands, const std::vector<unsigned>& literals) createSpecConstantOp() argument 2968 Op opCode = OpNop; // All paths below need to set this createTextureCall() local 3095 createTextureQueryCall(Op opCode, const TextureParameters& parameters, bool isUnsignedResult) createTextureQueryCall() argument [all...] |
H A D | GlslangToSpv.cpp | 7797 spv::Op opCode = spv::OpNop; in createAtomicOperation() local 8006 spv::Op opCode = spv::OpNop; createInvocationsOperation() local 8379 spv::Op opCode = spv::OpNop; createSubgroupOperation() local 8617 spv::Op opCode = spv::OpNop; createMiscOperation() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 1000 static bool isSupportedCmpOp(unsigned opCode) { in isSupportedCmpOp() argument 1007 static bool is64bitCmpOp(unsigned opCode) { in is64bitCmpOp() argument 1012 isSignedCmpOp(unsigned opCode) isSignedCmpOp() argument 1017 getSignedCmpOpCode(unsigned opCode) getSignedCmpOpCode() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.c | 1315 pm8001_mpi_build_cmd(struct pm8001_hba_info *pm8001_ha, struct inbound_queue_table *circularQ, u32 opCode, void *payload, size_t nb, u32 responseQueue) pm8001_mpi_build_cmd() argument
|
/kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.c | 1322 pm8001_mpi_build_cmd(struct pm8001_hba_info *pm8001_ha, u32 q_index, u32 opCode, void *payload, size_t nb, u32 responseQueue) pm8001_mpi_build_cmd() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | glslang_wrapper_utils.cpp | 2972 spv::Op opCode; in resolveVariableIds() local 3023 spv::Op opCode; in transformInstruction() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 1223 static MCInst makeCombineInst(int opCode, MCOperand &Rdd, MCOperand &MO1, in makeCombineInst() argument
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 241 void SPIRVCodeGenerator::writeOpCode(SpvOp_ opCode, int length, OutputStream& out) { in writeOpCode() argument 310 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction() argument 314 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() argument 337 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, skst argument 344 writeInstruction(SpvOp_ opCode, int32_t word1, skstd::string_view string, OutputStream& out) writeInstruction() argument 351 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, skstd::string_view string, OutputStream& out) writeInstruction() argument 359 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out) writeInstruction() argument 366 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, OutputStream& out) writeInstruction() argument 374 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, OutputStream& out) writeInstruction() argument 383 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, OutputStream& out) writeInstruction() argument 394 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, OutputStream& out) writeInstruction() argument 406 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, int32_t word7, OutputStream& out) writeInstruction() argument 419 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, int32_t word7, int32_t word8, OutputStream& out) writeInstruction() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 1229 const char* opCode; member 11544 const char* opCode; in createFloat16LogicalSet() member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 1227 const char* opCode; member 11446 const char* opCode; in createFloat16LogicalSet() member
|