Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...82

/third_party/mesa3d/src/freedreno/common/
H A Dfreedreno_pm4.h66 pm4_pkt3_hdr(uint8_t opcode, uint16_t cnt) in pm4_pkt3_hdr() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cs_breadcrumbs.c143 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 Dsi_pm4.c30 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 Dintel_disasm.c33 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 Dglxcurrent.c121 MakeContextCurrent(Display * dpy, GLXDrawable draw, GLXDrawable read, GLXContext gc_user, int opcode) MakeContextCurrent() argument
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_instr.h81 enum rogue_opcode opcode; member
/third_party/mesa3d/src/mesa/main/
H A Datifragshader.h23 GLenum opcode; member
H A Ddlist.h57 uint16_t opcode; /* dlist.c : enum Opcode */ member
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Ddisassemble.h66 uint64_t opcode = (instr >> 48) & MASK(9); in disassemble_valhall() local
/third_party/ltp/testcases/kernel/syscalls/io_submit/
H A Dio_submit02.c44 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 Dopcode.h6 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 Doperator.cc27 Operator::Operator(Opcode opcode, Properties properties, const char* mnemonic, in Operator() argument
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslation-array.h57 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 Di915_debug_fp.c192 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 Drbug_connection.c35 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 Dtgsi_info.h82 enum tgsi_opcode opcode:10; member
[all...]
/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...]

Completed in 11 milliseconds

1...<<11121314151617181920>>...82