Home
last modified time | relevance | path

Searched defs:opcode (Results 251 - 275 of 1926) sorted by relevance

1...<<11121314151617181920>>...78

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.h89 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 Dsvga_tgsi_decl_sm30.c105 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 Dradeon_dataflow_swizzles.c429 const struct rc_opcode_info * opcode = in rc_dataflow_swizzles() local
H A Dradeon_pair_translate.c156 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 Dr300_tgsi_to_rc.c35 static unsigned translate_opcode(unsigned opcode) in translate_opcode() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_atomics.cpp50 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 Dvalidate_conversion.cpp30 const SpvOp opcode = inst->opcode(); in ConversionPass() local
[all...]
H A Dvalidate_id.cpp171 const auto opcode = inst->opcode(); in IdPass() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp32 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 Dval_extensions_test.cpp248 auto opcode = prefix_with_opcode.substr(0, prefix_with_opcode.find(' ')); in TEST_P() local
H A Dval_non_uniform_test.cpp125 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 DSpirvShaderSpec.cpp23 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 Dtransformation_equation_instruction.cpp116 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 Dtransformation_replace_branch_from_dead_block_with_exit.cpp28 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 Dconst_folding_rules.h61 uint32_t opcode; member
[all...]
H A Dwrap_opkill.cpp118 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 Dtransformation_equation_instruction.cpp116 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 Dtransformation_replace_branch_from_dead_block_with_exit.cpp28 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 Dconst_folding_rules.h61 uint32_t opcode; member
[all...]
H A Dwrap_opkill.cpp118 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 Dvalidate_atomics.cpp50 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 Dvalidate_conversion.cpp30 const SpvOp opcode = inst->opcode(); in ConversionPass() local
[all...]
H A Dvalidate_id.cpp171 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 Dpeeling_pass.cpp32 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 Dval_extensions_test.cpp248 auto opcode = prefix_with_opcode.substr(0, prefix_with_opcode.find(' ')); in TEST_P() local

Completed in 12 milliseconds

1...<<11121314151617181920>>...78