| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instr_alu.h | 89 auto opcode() const {assert(!has_alu_flag(alu_is_lds)); return m_opcode;} in opcode() function in r600::AluInstr
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_decl_sm30.c | 105 SVGA3dShaderInstToken opcode; in emit_decl() local 396 SVGA3dShaderInstToken opcode; in vs30_input() local 454 SVGA3dShaderInstToken opcode; in vs30_output() local 545 SVGA3dShaderInstToken opcode; in ps30_sampler() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_dataflow_swizzles.c | 429 const struct rc_opcode_info * opcode = in rc_dataflow_swizzles() local
|
| H A D | radeon_pair_translate.c | 156 const struct rc_opcode_info * opcode; in set_pair_instruction() local 333 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode); in check_opcode_support() local 363 const struct rc_opcode_info * opcode; in rc_pair_translate() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 35 static unsigned translate_opcode(unsigned opcode) in translate_opcode() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_atomics.cpp | 50 bool HasReturnType(uint32_t opcode) { in HasReturnType() argument 61 bool HasOnlyFloatReturnType(uint32_t opcode) { in HasOnlyFloatReturnType() argument 73 bool HasOnlyIntReturnType(uint32_t opcode) { in HasOnlyIntReturnType() argument 95 bool HasIntOrFloatReturnType(uint32_t opcode) { in HasIntOrFloatReturnType() argument 106 bool HasOnlyBoolReturnType(uint32_t opcode) { in HasOnlyBoolReturnType() argument 123 const SpvOp opcode = inst->opcode(); AtomicsPass() local [all...] |
| H A D | validate_conversion.cpp | 30 const SpvOp opcode = inst->opcode(); in ConversionPass() local [all...] |
| H A D | validate_id.cpp | 171 const auto opcode = inst->opcode(); in IdPass() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
| H A D | peeling_pass.cpp | 32 AssembleAndRunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2) AssembleAndRunPeelingTest() argument 71 RunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, size_t nb_of_loops) RunPeelingTest() argument 88 BuildAndCheckTrace(const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, const PeelTraceType& expected_peel_trace, size_t expected_nb_of_loops) BuildAndCheckTrace() argument [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| H A D | val_extensions_test.cpp | 248 auto opcode = prefix_with_opcode.substr(0, prefix_with_opcode.find(' ')); in TEST_P() local
|
| H A D | val_non_uniform_test.cpp | 125 std::string opcode = std::get<0>(GetParam()); in TEST_P() local 132 sstr << "%result = " << opcode << " "; in TEST_P() local 158 std::string opcode = std::get<0>(GetParam()); in TEST_P() local 165 sstr << "%result = " << opcode << " "; in TEST_P() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderSpec.cpp | 23 auto opcode = static_cast<spv::Op>(insn.word(3)); in EvalSpecConstantOp() local 160 auto opcode = static_cast<spv::Op>(insn.word(3)); in EvalSpecConstantUnaryOp() local 210 auto opcode = static_cast<spv::Op>(insn.word(3)); in EvalSpecConstantBinaryOp() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| H A D | transformation_equation_instruction.cpp | 116 auto opcode = static_cast<SpvOp>(message_.opcode()); in MaybeGetResultTypeId() local 27 TransformationEquationInstruction( uint32_t fresh_id, SpvOp opcode, const std::vector<uint32_t>& in_operand_id, const protobufs::InstructionDescriptor& instruction_to_insert_before) TransformationEquationInstruction() argument
|
| H A D | transformation_replace_branch_from_dead_block_with_exit.cpp | 28 TransformationReplaceBranchFromDeadBlockWithExit(uint32_t block_id, SpvOp opcode, uint32_t return_value_id) TransformationReplaceBranchFromDeadBlockWithExit() argument [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | const_folding_rules.h | 61 uint32_t opcode; member [all...] |
| H A D | wrap_opkill.cpp | 118 uint32_t WrapOpKill::GetKillingFuncId(SpvOp opcode) { in GetKillingFuncId() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| H A D | transformation_equation_instruction.cpp | 116 auto opcode = static_cast<SpvOp>(message_.opcode()); in MaybeGetResultTypeId() local 27 TransformationEquationInstruction( uint32_t fresh_id, SpvOp opcode, const std::vector<uint32_t>& in_operand_id, const protobufs::InstructionDescriptor& instruction_to_insert_before) TransformationEquationInstruction() argument
|
| H A D | transformation_replace_branch_from_dead_block_with_exit.cpp | 28 TransformationReplaceBranchFromDeadBlockWithExit(uint32_t block_id, SpvOp opcode, uint32_t return_value_id) TransformationReplaceBranchFromDeadBlockWithExit() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | const_folding_rules.h | 61 uint32_t opcode; member [all...] |
| H A D | wrap_opkill.cpp | 118 uint32_t WrapOpKill::GetKillingFuncId(SpvOp opcode) { in GetKillingFuncId() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_atomics.cpp | 50 bool HasReturnType(uint32_t opcode) { in HasReturnType() argument 61 bool HasOnlyFloatReturnType(uint32_t opcode) { in HasOnlyFloatReturnType() argument 73 bool HasOnlyIntReturnType(uint32_t opcode) { in HasOnlyIntReturnType() argument 95 bool HasIntOrFloatReturnType(uint32_t opcode) { in HasIntOrFloatReturnType() argument 106 bool HasOnlyBoolReturnType(uint32_t opcode) { in HasOnlyBoolReturnType() argument 123 const SpvOp opcode = inst->opcode(); AtomicsPass() local [all...] |
| H A D | validate_conversion.cpp | 30 const SpvOp opcode = inst->opcode(); in ConversionPass() local [all...] |
| H A D | validate_id.cpp | 171 const auto opcode = inst->opcode(); in IdPass() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
| H A D | peeling_pass.cpp | 32 AssembleAndRunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2) AssembleAndRunPeelingTest() argument 71 RunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, size_t nb_of_loops) RunPeelingTest() argument 88 BuildAndCheckTrace(const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, const PeelTraceType& expected_peel_trace, size_t expected_nb_of_loops) BuildAndCheckTrace() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
| H A D | val_extensions_test.cpp | 248 auto opcode = prefix_with_opcode.substr(0, prefix_with_opcode.find(' ')); in TEST_P() local
|