Home
last modified time | relevance | path

Searched defs:emit_op (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h241 (*emit_op)(const struct lp_build_image_soa *image, member
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeSPARC_common.c711 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, in emit_op() function
DsljitNativeARM_32.c1545 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags, in emit_op() function
DsljitNativePPC_common.c1061 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 input_flags, in emit_op() function
DsljitNativeMIPS_common.c1088 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, in emit_op() function
/third_party/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp427 emit_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, in emit_op() function
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl.cc341 auto emit_op = [&] { in EmitBinary() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp5644 SPIRExpression &CompilerGLSL::emit_op(uint32_t result_type, uint32_t result_id, const string &rhs, … in emit_op() function in CompilerGLSL
/third_party/quickjs/
Dquickjs.c21551 static void emit_op(JSParseState *s, uint8_t val) in emit_op() function