Home
last modified time | relevance | path

Searched defs:opcode (Results 1201 - 1225 of 1943) sorted by relevance

1...<<41424344454647484950>>...78

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_extensions.cpp3295 const SpvOp opcode = inst->opcode(); ExtensionPass() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_1_0_autogen.cpp1085 void GL_APIENTRY GL_LogicOp(GLenum opcode) in GL_LogicOp() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.cpp120 Shader::Opcode opcode = instruction->opcode; in applyShader() local
136 Shader::Opcode opcode = instruction->opcode; in applyShader() local
[all...]
H A DVertexProgram.cpp110 Shader::Opcode opcode = instruction->opcode; in program() local
124 Shader::Opcode opcode = instruction->opcode; in program() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_cfg.cpp939 SpvOp opcode = inst->opcode(); CfgPass() local
[all...]
H A Dvalidate_extensions.cpp3295 const SpvOp opcode = inst->opcode(); ExtensionPass() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.h187 FT_Byte opcode; /* current opcode */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp123 decode(OpcodeType type, InstructionContext insnContext, uint8_t opcode, uint8_t modRM) decode() argument
[all...]
H A DX86DisassemblerDecoder.h568 uint8_t opcode; member
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp560 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv() local
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.h2723 virtual void PrintOpcode16(uint32_t opcode) { in PrintOpcode16() argument
2728 virtual void PrintOpcode32(uint32_t opcode) { in PrintOpcode32() argument
/third_party/python/Objects/
H A Dframeobject.c285 int i, j, opcode; in mark_stacks() local
1077 _PyFrame_OpAlreadyRan(_PyInterpreterFrame *frame, int opcode, int oparg) _PyFrame_OpAlreadyRan() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_dis.py13 import opcode namespace
[all...]
/third_party/spirv-tools/source/opt/
H A Dinstruction.cpp691 uint32_t opcode = GetSingleWordInOperand(kExtInstInstructionInIdx); GetShader100DebugOpcode() local
[all...]
H A Dinterface_var_sroa.cpp392 spv::Op opcode in ReplaceComponentOfInterfaceVarWith() local
[all...]
H A Dir_builder.h61 Instruction* AddNullaryOp(uint32_t type_id, spv::Op opcode) { in AddNullaryOp() argument
74 Instruction* AddUnaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1) { in AddUnaryOp() argument
88 Instruction* AddBinaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddBinaryOp() argument
105 Instruction* AddTernaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddTernaryOp() argument
122 Instruction* AddQuadOp(uint32_t type_id, spv::Op opcode, uint32_ argument
141 AddIdLiteralOp(uint32_t type_id, spv::Op opcode, uint32_t id, uint32_t uliteral) AddIdLiteralOp() argument
161 AddNaryOp(uint32_t type_id, spv::Op opcode, const std::vector<uint32_t>& operands, uint32_t result = 0) AddNaryOp() argument
[all...]
H A Dir_context.cpp480 const auto opcode = inst->opcode(); in KillOperandFromDebugInstructions() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp1006 spv::Op opcode = inst->opcode(); CfgPass() local
[all...]
H A Dvalidate_image.cpp125 bool IsImplicitLod(spv::Op opcode) { in IsImplicitLod() argument
142 bool IsExplicitLod(spv::Op opcode) { in IsExplicitLod() argument
159 bool IsValidLodOperand(const ValidationState_t& _, spv::Op opcode) { in IsValidLodOperand() argument
170 IsValidGatherLodBiasAMD(const ValidationState_t& _, spv::Op opcode) IsValidGatherLodBiasAMD() argument
183 IsProj(spv::Op opcode) IsProj() argument
232 GetMinCoordSize(spv::Op opcode, const ImageTypeInfo& info) GetMinCoordSize() argument
252 const spv::Op opcode = inst->opcode(); ValidateImageOperands() local
711 IsSparse(spv::Op opcode) IsSparse() argument
740 const spv::Op opcode = inst->opcode(); GetActualResultType() local
768 GetActualResultTypeStr(spv::Op opcode) GetActualResultTypeStr() argument
959 IsAllowedSampledImageOperand(spv::Op opcode, ValidationState_t& _) IsAllowedSampledImageOperand() argument
1228 const spv::Op opcode = inst->opcode(); ValidateImageLod() local
1347 const spv::Op opcode = inst->opcode(); ValidateImageDrefLod() local
1419 const spv::Op opcode = inst->opcode(); ValidateImageFetch() local
1491 const spv::Op opcode = inst->opcode(); ValidateImageGather() local
1589 const spv::Op opcode = inst->opcode(); ValidateImageRead() local
2098 const spv::Op opcode = inst->opcode(); ValidateImageQueryLevelsOrSamples() local
2167 const spv::Op opcode = inst->opcode(); ValidateImageProcessingQCOM() local
2197 const spv::Op opcode = inst->opcode(); ImagePass() local
2325 IsImageInstruction(const spv::Op opcode) IsImageInstruction() argument
2377 const spv::Op opcode = inst->opcode(); ValidateQCOMImageProcessingTextureUsages() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm8bitStorageTests.cpp1052 const char* opcode; in addCompute8bitStorage32To8Group() member
1206 const char* opcode; in addCompute8bitUniform8To32Group() member
1359 const char* opcode; in addCompute8bitStoragePushConstant8To32Group() member
1527 const char* opcode; in addCompute8bitStorage16To8Group() member
1688 const char* opcode; in addCompute8bitUniform8To16Group() member
1845 const char* opcode; addCompute8bitStoragePushConstant8To16Group() member
2690 const char* opcode; addGraphics8BitStorageUniformInt32To8Group() member
2907 const char* opcode; addGraphics8BitStorageUniformInt8To32Group() member
3506 const char* opcode; addGraphics8BitStorageUniformInt16To8Group() member
3734 const char* opcode; addGraphics8BitStorageUniformInt8To16Group() member
4544 const char* opcode; addGraphics8BitStorageUniformStruct8To32Group() member
4819 const char* opcode; addGraphics8BitStorageUniformStruct32To8Group() member
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/include/
H A Dhi_comm_hdmi_adapt.h71 hi_u8 opcode; member
/device/soc/hisilicon/common/platform/mmc/sdhci/
H A Dsdhci.c1395 static void SdhciDoTune(struct SdhciHost *host, uint32_t opcode, uint32_t start, uint32_t end) in SdhciDoTune() argument
/device/soc/hisilicon/common/platform/mmc/himci_v200/
H A Dhimci.c1242 static int32_t HimciSendTuning(struct MmcCntlr *cntlr, uint32_t opcode) in HimciSendTuning() argument
/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_cec.c21 uint8_t opcode; member
135 static struct HdmiCecMsgLenInfo *HdmiCecGetMsgLenInfo(uint8_t opcode) in HdmiCecGetMsgLenInfo() argument
206 static bool HdmiCecCheckSomeSpecialfMsgLen(struct HdmiCecMsg *msg, uint8_t opcode) in HdmiCecCheckSomeSpecialfMsgLen() argument
223 static bool HdmiCecCheckMsgLen(struct HdmiCec *cec, struct HdmiCecMsg *msg, uint8_t opcode) in HdmiCecCheckMsgLen() argument
1057 HdmiCecEncodingFeatureAbortMsg(struct HdmiCecMsg *msg, uint8_t opcode, uint8_t reason) HdmiCecEncodingFeatureAbortMsg() argument
1432 HdmiCecMsgIgnore(uint8_t opcode, bool unregistered, bool broadcast) HdmiCecMsgIgnore() argument
1607 uint8_t opcode = msg->data[HDMI_CEC_MSG_DATA_FIRST_ELEMENT]; HdmiCecMsgDefaultHandle() local
1623 HdmiCecMsgHandle(struct HdmiCntlr *cntlr, struct HdmiCecMsg *msg, struct HdmiCecMsg *txMsg, uint8_t opcode) HdmiCecMsgHandle() argument
1651 HdmiCecUpdateResponseFlag(struct HdmiCec *cec, uint8_t opcode) HdmiCecUpdateResponseFlag() argument
1662 uint8_t opcode = msg->data[HDMI_CEC_MSG_DATA_FIRST_ELEMENT]; HdmiCecReceivedMsgHandle() local
1680 uint8_t opcode; HdmiCecReceivedMsg() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp661 int opcode = 1; in SetPersistWal() local

Completed in 40 milliseconds

1...<<41424344454647484950>>...78