Home
last modified time | relevance | path

Searched defs:opcode (Results 401 - 425 of 710) sorted by relevance

1...<<11121314151617181920>>...29

/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_alu.c204 vtn_handle_matrix_alu(struct vtn_builder *b, SpvOp opcode, in vtn_handle_matrix_alu() argument
261 convert_op_src_type(SpvOp opcode) in convert_op_src_type() argument
282 convert_op_dst_type(SpvOp opcode) in convert_op_dst_type() argument
303 vtn_nir_alu_op_for_spirv_opcode(struct vtn_builder *b, SpvOp opcode, bool *swap, bool *exact, unsigned src_bit_size, unsigned dst_bit_size) vtn_nir_alu_op_for_spirv_opcode() argument
541 vtn_alu_op_mediump_16bit(struct vtn_builder *b, SpvOp opcode, struct vtn_value *dest_val) vtn_alu_op_mediump_16bit() argument
594 vtn_handle_alu(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_alu() argument
1005 vtn_handle_integer_dot(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_integer_dot() argument
[all...]
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.c697 uint8_t opcode = *p; in v3d_spec_find_instruction() local
/third_party/mesa3d/src/intel/common/
H A Dintel_decoder.h133 uint32_t opcode; member
/third_party/mesa3d/src/glx/
H A Dglxext.c356 QueryVersion(Display * dpy, int opcode, int *major, int *minor) in QueryVersion() argument
H A Dindirect_vertex_array.c1161 uint16_t opcode; in __indirect_glVertexPointer() local
1206 uint16_t opcode; in __indirect_glNormalPointer() local
1277 uint16_t opcode; __indirect_glColorPointer() local
1332 uint16_t opcode; __indirect_glIndexPointer() local
1439 uint16_t opcode; __indirect_glTexCoordPointer() local
1512 uint16_t opcode; __indirect_glSecondaryColorPointer() local
1572 uint16_t opcode; __indirect_glFogCoordPointer() local
1628 uint16_t opcode; __indirect_glVertexAttribPointer() local
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_dns_record.c35 ares_dns_record_create(ares_dns_record_t **dnsrec, unsigned short id, unsigned short flags, ares_dns_opcode_t opcode, ares_dns_rcode_t rcode) ares_dns_record_create() argument
H A Dares_dns_private.h209 ares_dns_opcode_t opcode; /*!< DNS Opcode */ member
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dsg_err.c141 static void print_opcode(int opcode) in print_opcode() argument
1356 int sg_get_command_size(unsigned char opcode) in sg_get_command_size() argument
1361 sg_get_command_name(unsigned char opcode, int buff_len, char *buff) sg_get_command_name() argument
[all...]
/third_party/libwebsockets/lib/roles/ws/
H A Dprivate-lib-roles-ws.h142 uint8_t opcode; member
/third_party/node/deps/v8/src/compiler/
H A Dnode-matchers.h35 IrOpcode::Value opcode() const { return node()->opcode(); } in opcode() function
[all...]
H A Dstore-store-elimination.cc397 IrOpcode::Value opcode = node->opcode(); in CannotObserveStoreField() local
456 IrOpcode::Value opcode = node->opcode(); RecomputeUseIntersection() local
[all...]
H A Dnode.h53 constexpr IrOpcode::Value opcode() const { in opcode() function in v8::internal::compiler::final
H A Dschedule.cc229 bool IsPotentiallyThrowingCall(IrOpcode::Value opcode) { in IsPotentiallyThrowingCall() argument
/third_party/node/deps/v8/src/diagnostics/
H A Deh-frame.h142 void WriteOpcode(EhFrameConstants::DwarfOpcodes opcode) { in WriteOpcode() argument
/third_party/node/deps/v8/src/diagnostics/loong64/
H A Ddisasm-loong64.cc178 uint32_t opcode = (instr->InstructionBits() >> 18) << 18; in PrintSa2() local
/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc372 int32_t opcode = instr->OpcodeValue() << 26; in FormatOption() local
1550 uint32_t opcode = instr->OpcodeValue() << 26; in InstructionDecode() local
/third_party/node/deps/v8/src/diagnostics/s390/
H A Ddisasm-s390.cc536 Opcode opcode = instr->S390OpcodeValue(); in DecodeSpecial() local
727 Opcode opcode = instr->S390OpcodeValue(); in DecodeGeneric() local
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.cc26 const char* ToString(Opcode opcode) { in ToString() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c281 unsigned opcode, tex_samp_reg, tex_const_reg, tex_count_reg; in fd6_emit_textures() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c827 enum tgsi_opcode opcode = inst->Instruction.Opcode; in transform_dotp() local
912 enum tgsi_opcode opcode = inst->Instruction.Opcode; in transform_flr_ceil() local
1042 enum tgsi_opcode opcode = inst->Instruction.Opcode; in transform_samp() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c292 instr_create_alu(struct ir2_context *ctx, nir_op opcode, unsigned ncomp) in instr_create_alu() argument
351 instr_create_alu_reg(struct ir2_context *ctx, nir_op opcode, uint8_t write_mask, in instr_create_alu_reg() argument
368 instr_create_alu_dest(struct ir2_context *ctx, nir_op opcode, nir_dest *dst) in instr_create_alu_dest() argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.cpp252 auto opcode = TexInstr::op_from_string(opstr); in from_string() local
[all...]
H A Dsfn_instr_mem.cpp118 static ESDOp get_opcode(const nir_intrinsic_op opcode) in get_opcode() argument
149 static ESDOp get_opcode_wo(const nir_intrinsic_op opcode) in get_opcode_wo() argument
391 get_rat_opcode(const nir_intrinsic_op opcode, pipe_format format) in get_rat_opcode() argument
435 get_rat_opcode_wo(const nir_intrinsic_op opcode, pipe_format format) in get_rat_opcode_wo() argument
600 auto opcode = read_result ? get_rat_opcode(intr->intrinsic, PIPE_FORMAT_R32_UINT) : in emit_ssbo_atomic_op() local
715 auto opcode = read_result ? get_rat_opcode(intrin->intrinsic, PIPE_FORMAT_R32_UINT) : emit_image_load_or_atomic() local
[all...]
H A Dsfn_instr_fetch.cpp38 FetchInstr::FetchInstr(EVFetchInstr opcode, in FetchInstr() argument
273 Instr::Pointer FetchInstr::from_string_impl(std::istream& is, EVFetchInstr opcode, ValueFactory& vf) in from_string_impl() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h192 inst_token(SVGA3dShaderOpCodeType opcode) in inst_token() argument
208 inst_token_predicated(SVGA3dShaderOpCodeType opcode) in inst_token_predicated() argument
183 emit_instruction(struct svga_shader_emitter *emit, SVGA3dShaderInstToken opcode) emit_instruction() argument
[all...]

Completed in 33 milliseconds

1...<<11121314151617181920>>...29