Home
last modified time | relevance | path

Searched defs:opcode (Results 226 - 250 of 698) sorted by relevance

12345678910>>...28

/third_party/spirv-tools/source/fuzz/
H A Dtransformation_add_synonym.cpp212 auto opcode = spv::Op::OpNop; in MakeSynonymousInstruction() local
[all...]
H A Dtransformation_propagate_instruction_down.cpp237 bool TransformationPropagateInstructionDown::IsOpcodeSupported(spv::Op opcode) { in IsOpcodeSupported() argument
H A Dtransformation_propagate_instruction_up.cpp213 bool TransformationPropagateInstructionUp::IsOpcodeSupported(spv::Op opcode) { in IsOpcodeSupported() argument
[all...]
/third_party/spirv-tools/source/opt/
H A Dmodule.cpp79 void Module::AddGlobalValue(spv::Op opcode, uint32_t result_id, in AddGlobalValue() argument
[all...]
H A Dreplace_invalid_opc.cpp209 std::string ReplaceInvalidOpcodePass::BuildWarningMessage(spv::Op opcode) { in BuildWarningMessage() argument
[all...]
/third_party/spirv-tools/source/val/
H A Dinstruction.h45 spv::Op opcode() const { return static_cast<spv::Op>(inst_.opcode); } in opcode() function in spvtools::val::Instruction
/third_party/spirv-tools/test/reduce/
H A Dreducer_test.cpp224 InterestingWhileOpcodeExists(const std::vector<uint32_t>& binary, spv::Op opcode, uint32_t count, bool dump) InterestingWhileOpcodeExists() argument
/third_party/ffmpeg/libavcodec/
H A Dh264_parser.c225 MMCOOpcode opcode = get_ue_golomb_31(gb); in scan_mmco_reset() local
[all...]
H A Dfmvc.c57 unsigned repeat = 0, first = 1, opcode = 0; in decode_type2() local
292 unsigned opcode = 0, len; decode_type1() local
[all...]
H A Dxxan.c130 uint8_t opcode; in xan_unpack() local
[all...]
H A Dpafvideo.c231 int opcode, k = 0; in decode_0() local
H A Dsmc.c91 uint8_t opcode; in smc_decode_stream() local
[all...]
H A Dqdrw.c338 int opcode = bytestream2_get_be16(&gbc); in decode_frame() local
/third_party/elfutils/libdw/
H A Ddwarf_getmacros.c221 unsigned opcode = *readp++; in get_table_for_offset() local
337 unsigned int opcode = *readp++; in read_macros() local
[all...]
/third_party/libunwind/libunwind/src/dwarf/
H A DGexpr.c198 uint8_t opcode; in dwarf_stack_aligned() local
244 uint8_t opcode, operands_signatur in dwarf_eval_expr() local
[all...]
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-parser.c168 const re_opcode_t opcode = (negative) ? RE_OP_ASSERT_LOOKAHEAD_NEG : RE_OP_ASSERT_LOOKAHEAD_POS; in re_insert_assertion_lookahead() local
H A Dre-bytecode.c114 re_append_opcode(re_compiler_ctx_t *re_ctx_p, const re_opcode_t opcode) re_append_opcode() argument
124 re_insert_opcode(re_compiler_ctx_t *re_ctx_p, const uint32_t offset, const re_opcode_t opcode) re_insert_opcode() argument
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-util.c162 cbc_opcode_t opcode = (cbc_opcode_t) last_opcode; in parser_flush_cbc() local
172 cbc_ext_opcode_t opcode = (cbc_ext_opcode_t) PARSER_GET_EXT_OPCODE (last_opcode); in parser_flush_cbc() local
291 parser_emit_cbc(parser_context_t *context_p, uint16_t opcode) parser_emit_cbc() argument
308 parser_emit_cbc_literal(parser_context_t *context_p, uint16_t opcode, uint16_t literal_index) parser_emit_cbc_literal() argument
329 parser_emit_cbc_literal_value(parser_context_t *context_p, uint16_t opcode, uint16_t literal_index, uint16_t value) parser_emit_cbc_literal_value() argument
352 parser_emit_cbc_literal_from_token(parser_context_t *context_p, uint16_t opcode) parser_emit_cbc_literal_from_token() argument
372 parser_emit_cbc_call(parser_context_t *context_p, uint16_t opcode, size_t call_arguments) parser_emit_cbc_call() argument
434 uint16_t opcode; parser_emit_cbc_push_number() local
521 parser_emit_cbc_forward_branch(parser_context_t *context_p, uint16_t opcode, parser_branch_t *branch_p) parser_emit_cbc_forward_branch() argument
601 parser_emit_cbc_forward_branch_item(parser_context_t *context_p, uint16_t opcode, parser_branch_node_t *next_p) parser_emit_cbc_forward_branch_item() argument
622 parser_emit_cbc_backward_branch(parser_context_t *context_p, uint16_t opcode, uint32_t offset) parser_emit_cbc_backward_branch() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opcodes.py154 def opcode(name, output_size, output_type, input_sizes, input_types, function
[all...]
H A Dnir_search.h149 uint16_t opcode : 13; member
/third_party/mesa3d/src/freedreno/afuc/
H A Demu-ui.c438 unsigned opcode = afuc_pm4_id(name); in emu_packet_prompt() local
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.h78 uint8_t opcode; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_image.c348 handle_op_uint(const struct pipe_image_view *iview, const struct tgsi_image_params *params, bool just_read, char *data_ptr, uint qi, unsigned stride, enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) handle_op_uint() argument
465 handle_op_int(const struct pipe_image_view *iview, const struct tgsi_image_params *params, bool just_read, char *data_ptr, uint qi, unsigned stride, enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) handle_op_int() argument
579 handle_op_r32f_xchg(const struct pipe_image_view *iview, const struct tgsi_image_params *params, bool just_read, char *data_ptr, uint qi, unsigned stride, enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) handle_op_r32f_xchg() argument
617 sp_tgsi_op(const struct tgsi_image *image, const struct tgsi_image_params *params, enum tgsi_opcode opcode, const int s[TGSI_QUAD_SIZE], const int t[TGSI_QUAD_SIZE], const int r[TGSI_QUAD_SIZE], const int sample[TGSI_QUAD_SIZE], float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sp_tgsi_op() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs.cpp52 fs_inst::init(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, in init() argument
98 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size) in fs_inst() argument
103 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst) in fs_inst() argument
108 fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, const fs_reg &src0) fs_inst() argument
115 fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, const fs_reg &src0, const fs_reg &src1) fs_inst() argument
122 fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, const fs_reg &src0, const fs_reg &src1, const fs_reg &src2) fs_inst() argument
129 fs_inst(enum opcode opcode, uint8_t exec_width, const fs_reg &dst, const fs_reg src[], unsigned sources) fs_inst() argument
[all...]
/third_party/mesa3d/src/glx/
H A Dindirect_glx.c88 int opcode = __glXSetupForCommand(dpy); in SendMakeCurrentRequest() local
284 CARD8 opcode; in indirect_create_context_attribs() local

Completed in 17 milliseconds

12345678910>>...28