| /third_party/mesa3d/src/freedreno/common/ |
| H A D | freedreno_pm4.h | 66 pm4_pkt3_hdr(uint8_t opcode, uint16_t cnt) in pm4_pkt3_hdr() argument
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_cs_breadcrumbs.c | 143 emit_pkt7(struct tu_cs *cs, uint8_t opcode, uint16_t cnt) in emit_pkt7() argument 199 tu_cs_emit_sync_breadcrumb(struct tu_cs *cs, uint8_t opcode, uint16_t cnt) in tu_cs_emit_sync_breadcrumb() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_pm4.c | 30 static void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode) in si_pm4_cmd_begin() argument 79 unsigned opcode; in si_pm4_set_reg() local 56 si_pm4_set_reg_custom(struct si_pm4_state *state, unsigned reg, uint32_t val, unsigned opcode, unsigned idx) si_pm4_set_reg_custom() argument [all...] |
| /third_party/mesa3d/src/intel/common/ |
| H A D | intel_disasm.c | 33 is_send(uint32_t opcode) in is_send() argument 59 uint32_t opcode = brw_inst_opcode(isa, insn); in intel_disasm_find_end() local
|
| /third_party/mesa3d/src/glx/ |
| H A D | glxcurrent.c | 121 MakeContextCurrent(Display * dpy, GLXDrawable draw, GLXDrawable read, GLXContext gc_user, int opcode) MakeContextCurrent() argument
|
| /third_party/mesa3d/src/imagination/rogue/ |
| H A D | rogue_instr.h | 81 enum rogue_opcode opcode; member
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | atifragshader.h | 23 GLenum opcode; member
|
| H A D | dlist.h | 57 uint16_t opcode; /* dlist.c : enum Opcode */ member
|
| /third_party/mesa3d/src/panfrost/bifrost/valhall/ |
| H A D | disassemble.h | 66 uint64_t opcode = (instr >> 48) & MASK(9); in disassemble_valhall() local
|
| /third_party/ltp/testcases/kernel/syscalls/io_submit/ |
| H A D | io_submit02.c | 44 io_prep_option(struct iocb *cb, int fd, void *buf, size_t count, long long offset, unsigned opcode) io_prep_option() argument
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | opcode.h | 6 enum opcode { enum 35 static inline int opcode_negate(int opcode) in opcode_negate() argument 40 static inline int opcode_swap(int opcode) in opcode_swap() argument 45 static inline int opcode_float(int opcode, struct symbol *type) in opcode_float() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | operator.cc | 27 Operator::Operator(Opcode opcode, Properties properties, const char* mnemonic, in Operator() argument
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | translation-array.h | 57 auto opcode = TranslationOpcode::BEGIN; in BeginTranslation() local 107 void Add(TranslationOpcode opcode) { Add(static_cast<int32_t>(opcode)); } in Add() argument
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_debug_fp.c | 192 print_arith_op(char **stream, unsigned opcode, const unsigned *program) in print_arith_op() argument 219 print_tex_op(char **stream, unsigned opcode, const unsigned *program) in print_tex_op() argument 234 print_texkil_op(char **stream, unsigned opcode, const unsigned *program) in print_texkil_op() argument 244 print_dcl_op(char **stream, unsigned opcode, const unsigned *program) in print_dcl_op() argument 284 unsigned opcode = program[0] & (0x1f << 24); i915_disassemble_program() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/rbug/ |
| H A D | rbug_connection.c | 35 enum rbug_opcode opcode; member 134 rbug_connection_send_start(struct rbug_connection *c, enum rbug_opcode opcode, uint32_t length) in rbug_connection_send_start() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_info.h | 82 enum tgsi_opcode opcode:10; member [all...] |
| /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...] |