Home
last modified time | relevance | path

Searched defs:opcode (Results 426 - 450 of 710) sorted by relevance

1...<<11121314151617181920>>...29

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.c188 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 Dradeon_optimize.c330 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 Dradeon_opcodes.h252 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 Dvalidate_image.cpp124 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 Dvalidate_type.cpp52 const auto opcode = inst->opcode(); in ValidateUniqueness() local
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp354 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass.cpp154 const SpvOp opcode = inst_it->opcode(); in ForEachInstructionWithInstructionDescriptor() local
[all...]
H A Dfuzzer_pass_donate_modules.cpp431 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 Dgraphics_robust_access_pass.cpp1049 InsertInst( opt::Instruction* where_inst, SpvOp opcode, uint32_t type_id, uint32_t result_id, const Instruction::OperandList& operands) InsertInst() argument
H A Dir_builder.h61 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 Dir_context.cpp425 const auto opcode = inst->opcode(); in KillOperandFromDebugInstructions() local
[all...]
H A Dloop_peeling.cpp794 static bool IsHandledCondition(SpvOp opcode) { in IsHandledCondition() argument
[all...]
H A Dtype_manager.cpp890 const SpvOp opcode in AttachDecoration() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.cpp354 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass.cpp154 const SpvOp opcode = inst_it->opcode(); in ForEachInstructionWithInstructionDescriptor() local
[all...]
H A Dfuzzer_pass_donate_modules.cpp431 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 Dgraphics_robust_access_pass.cpp1049 InsertInst( opt::Instruction* where_inst, SpvOp opcode, uint32_t type_id, uint32_t result_id, const Instruction::OperandList& operands) InsertInst() argument
H A Dir_builder.h61 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 Dir_context.cpp425 const auto opcode = inst->opcode(); in KillOperandFromDebugInstructions() local
[all...]
H A Dloop_peeling.cpp794 static bool IsHandledCondition(SpvOp opcode) { in IsHandledCondition() argument
[all...]
H A Dtype_manager.cpp890 const SpvOp opcode in AttachDecoration() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_image.cpp124 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 Dvalidate_type.cpp52 const auto opcode = inst->opcode(); in ValidateUniqueness() local
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass.cpp155 const spv::Op opcode = inst_it->opcode(); in ForEachInstructionWithInstructionDescriptor() local
[all...]
H A Dfuzzer_pass_donate_modules.cpp431 auto opcode = in HandleTypeOrValue() local
[all...]

Completed in 29 milliseconds

1...<<11121314151617181920>>...29