| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_dataflow.c | 188 const struct rc_opcode_info * opcode = in rc_for_all_reads_src() local 259 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode); in writes_normal() local 344 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode); in remap_normal_instruction() local 711 rc_opcode opcode = rc_get_flow_control_inst(tmp); in get_readers_for_single_write() local
|
| H A D | radeon_optimize.c | 330 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in constant_folding() local 914 const struct rc_opcode_info * opcode = rc_get_opcode_info(cur->U.I.Opcode); in merge_movs() local
|
| H A D | radeon_opcodes.h | 252 static inline const struct rc_opcode_info * rc_get_opcode_info(rc_opcode opcode) in rc_get_opcode_info() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_image.cpp | 124 bool IsImplicitLod(SpvOp opcode) { in IsImplicitLod() argument 141 bool IsExplicitLod(SpvOp opcode) { in IsExplicitLod() argument 158 bool IsValidLodOperand(const ValidationState_t& _, SpvOp opcode) { in IsValidLodOperand() argument 169 IsValidGatherLodBiasAMD(const ValidationState_t& _, SpvOp opcode) IsValidGatherLodBiasAMD() argument 182 IsProj(SpvOp opcode) IsProj() argument 229 GetMinCoordSize(SpvOp opcode, const ImageTypeInfo& info) GetMinCoordSize() argument 249 const SpvOp opcode = inst->opcode(); ValidateImageOperands() local 639 const SpvOp opcode = inst->opcode(); ValidateImageCommon() local 701 IsSparse(SpvOp opcode) IsSparse() argument 730 const SpvOp opcode = inst->opcode(); GetActualResultType() local 758 GetActualResultTypeStr(SpvOp opcode) GetActualResultTypeStr() argument 921 IsAllowedSampledImageOperand(SpvOp opcode) IsAllowedSampledImageOperand() argument 1163 const SpvOp opcode = inst->opcode(); ValidateImageLod() local 1259 const SpvOp opcode = inst->opcode(); ValidateImageDrefLod() local 1333 const SpvOp opcode = inst->opcode(); ValidateImageFetch() local 1405 const SpvOp opcode = inst->opcode(); ValidateImageGather() local 1504 const SpvOp opcode = inst->opcode(); ValidateImageRead() local 1998 const SpvOp opcode = inst->opcode(); ValidateImageQueryLevelsOrSamples() local 2047 const SpvOp opcode = inst->opcode(); ImagePass() local [all...] |
| H A D | validate_type.cpp | 52 const auto opcode = inst->opcode(); in ValidateUniqueness() local [all...] |
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.cpp | 354 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| H A D | fuzzer_pass.cpp | 154 const SpvOp opcode = inst_it->opcode(); in ForEachInstructionWithInstructionDescriptor() local [all...] |
| H A D | fuzzer_pass_donate_modules.cpp | 431 auto opcode = static_cast<SpvOp>(type_or_value.GetSingleWordInOperand(0)); in HandleTypeOrValue() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | graphics_robust_access_pass.cpp | 1049 InsertInst( opt::Instruction* where_inst, SpvOp opcode, uint32_t type_id, uint32_t result_id, const Instruction::OperandList& operands) InsertInst() argument
|
| H A D | ir_builder.h | 61 Instruction* AddNullaryOp(uint32_t type_id, SpvOp opcode) { in AddNullaryOp() argument 74 Instruction* AddUnaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1) { in AddUnaryOp() argument 88 Instruction* AddBinaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddBinaryOp() argument 104 Instruction* AddTernaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddTernaryOp() argument 121 Instruction* AddQuadOp(uint32_t type_id, SpvOp opcode, uint32_ argument 140 AddIdLiteralOp(uint32_t type_id, SpvOp opcode, uint32_t id, uint32_t uliteral) AddIdLiteralOp() argument 160 AddNaryOp(uint32_t type_id, SpvOp opcode, const std::vector<uint32_t>& operands, uint32_t result = 0) AddNaryOp() argument [all...] |
| H A D | ir_context.cpp | 425 const auto opcode = inst->opcode(); in KillOperandFromDebugInstructions() local [all...] |
| H A D | loop_peeling.cpp | 794 static bool IsHandledCondition(SpvOp opcode) { in IsHandledCondition() argument [all...] |
| H A D | type_manager.cpp | 890 const SpvOp opcode in AttachDecoration() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.cpp | 354 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| H A D | fuzzer_pass.cpp | 154 const SpvOp opcode = inst_it->opcode(); in ForEachInstructionWithInstructionDescriptor() local [all...] |
| H A D | fuzzer_pass_donate_modules.cpp | 431 auto opcode = static_cast<SpvOp>(type_or_value.GetSingleWordInOperand(0)); in HandleTypeOrValue() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | graphics_robust_access_pass.cpp | 1049 InsertInst( opt::Instruction* where_inst, SpvOp opcode, uint32_t type_id, uint32_t result_id, const Instruction::OperandList& operands) InsertInst() argument
|
| H A D | ir_builder.h | 61 Instruction* AddNullaryOp(uint32_t type_id, SpvOp opcode) { in AddNullaryOp() argument 74 Instruction* AddUnaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1) { in AddUnaryOp() argument 88 Instruction* AddBinaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddBinaryOp() argument 104 Instruction* AddTernaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddTernaryOp() argument 121 Instruction* AddQuadOp(uint32_t type_id, SpvOp opcode, uint32_ argument 140 AddIdLiteralOp(uint32_t type_id, SpvOp opcode, uint32_t id, uint32_t uliteral) AddIdLiteralOp() argument 160 AddNaryOp(uint32_t type_id, SpvOp opcode, const std::vector<uint32_t>& operands, uint32_t result = 0) AddNaryOp() argument [all...] |
| H A D | ir_context.cpp | 425 const auto opcode = inst->opcode(); in KillOperandFromDebugInstructions() local [all...] |
| H A D | loop_peeling.cpp | 794 static bool IsHandledCondition(SpvOp opcode) { in IsHandledCondition() argument [all...] |
| H A D | type_manager.cpp | 890 const SpvOp opcode in AttachDecoration() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_image.cpp | 124 bool IsImplicitLod(SpvOp opcode) { in IsImplicitLod() argument 141 bool IsExplicitLod(SpvOp opcode) { in IsExplicitLod() argument 158 bool IsValidLodOperand(const ValidationState_t& _, SpvOp opcode) { in IsValidLodOperand() argument 169 IsValidGatherLodBiasAMD(const ValidationState_t& _, SpvOp opcode) IsValidGatherLodBiasAMD() argument 182 IsProj(SpvOp opcode) IsProj() argument 229 GetMinCoordSize(SpvOp opcode, const ImageTypeInfo& info) GetMinCoordSize() argument 249 const SpvOp opcode = inst->opcode(); ValidateImageOperands() local 639 const SpvOp opcode = inst->opcode(); ValidateImageCommon() local 701 IsSparse(SpvOp opcode) IsSparse() argument 730 const SpvOp opcode = inst->opcode(); GetActualResultType() local 758 GetActualResultTypeStr(SpvOp opcode) GetActualResultTypeStr() argument 921 IsAllowedSampledImageOperand(SpvOp opcode) IsAllowedSampledImageOperand() argument 1163 const SpvOp opcode = inst->opcode(); ValidateImageLod() local 1259 const SpvOp opcode = inst->opcode(); ValidateImageDrefLod() local 1333 const SpvOp opcode = inst->opcode(); ValidateImageFetch() local 1405 const SpvOp opcode = inst->opcode(); ValidateImageGather() local 1504 const SpvOp opcode = inst->opcode(); ValidateImageRead() local 1998 const SpvOp opcode = inst->opcode(); ValidateImageQueryLevelsOrSamples() local 2047 const SpvOp opcode = inst->opcode(); ImagePass() local [all...] |
| H A D | validate_type.cpp | 52 const auto opcode = inst->opcode(); in ValidateUniqueness() local [all...] |
| /third_party/spirv-tools/source/fuzz/ |
| H A D | fuzzer_pass.cpp | 155 const spv::Op opcode = inst_it->opcode(); in ForEachInstructionWithInstructionDescriptor() local [all...] |
| H A D | fuzzer_pass_donate_modules.cpp | 431 auto opcode = in HandleTypeOrValue() local [all...] |