Searched refs:emit_const (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_shader.c483 * specific ctx->emit_const(_bo)() fxns)
518 ctx->emit_const(ring, v->type, 0,
573 ctx->emit_const(ring, v->type, base,
710 ctx->emit_const(ring, SHADER_VERTEX, offset * 4, 0,
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_constants.c274 emit_const(struct svga_context *svga, enum pipe_shader_type shader, unsigned i, function
484 ret = emit_const( svga, shader, offset + i, data[i] );
530 ret = emit_const(svga, shader, offset + i, extras[i]);
/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h272 void (*emit_const)(struct fd_ringbuffer *ring, enum shader_t type, member in struct:fd_context
/external/pcre/dist2/src/sljit/
H A DsljitNativeSPARC_32.c142 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) function
H A DsljitNativePPC_32.c247 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value) function
H A DsljitNativeSPARC_common.c1331 PTR_FAIL_IF(emit_const(compiler, TMP_REG2, 0));
1360 FAIL_IF(emit_const(compiler, TMP_REG2, 0));
1434 PTR_FAIL_IF(emit_const(compiler, reg, init_value));
H A DsljitNativeMIPS_common.c1699 PTR_FAIL_IF(emit_const(compiler, TMP_REG2, 0));
1847 PTR_FAIL_IF(emit_const(compiler, TMP_REG2, 0));
1930 PTR_FAIL_IF(emit_const(compiler, TMP_REG2, 0));
1992 FAIL_IF(emit_const(compiler, TMP_REG2, 0));
2133 PTR_FAIL_IF(emit_const(compiler, reg, init_value));
H A DsljitNativeMIPS_32.c344 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) function
H A DsljitNativeMIPS_64.c439 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) function
H A DsljitNativePPC_64.c392 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value) function
H A DsljitNativeTILEGX_64.c1143 static sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm, int flush) function
2339 FAIL_IF(emit_const(compiler, reg_map[PIC_ADDR_REG], srcw, 1));
2372 FAIL_IF(emit_const(compiler, TMP_REG2_mapped, 0, 1));
2474 PTR_FAIL_IF(emit_const(compiler, TMP_REG2_mapped, 0, 1));
H A DsljitNativePPC_common.c2160 PTR_FAIL_IF(emit_const(compiler, TMP_CALL_REG, 0));
2196 FAIL_IF(emit_const(compiler, TMP_CALL_REG, 0));
2374 PTR_FAIL_IF(emit_const(compiler, reg, init_value));
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c932 ctx->emit_const = fd4_emit_const;
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c938 ctx->emit_const = fd5_emit_const;
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c961 ctx->emit_const = fd3_emit_const;

Completed in 217 milliseconds