HomeSort by: relevance | last modified time | path
    Searched refs:tmp0 (Results 1 - 25 of 35) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
tgsi_aa_point.c 102 unsigned tmp0; local
148 tmp0 = ts->tmp;
152 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_XY,
158 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X,
159 TGSI_FILE_TEMPORARY, tmp0,
160 TGSI_FILE_TEMPORARY, tmp0, false);
164 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X,
165 TGSI_FILE_TEMPORARY, tmp0);
171 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_W,
177 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_Y
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
tgsi_aa_point.c 102 unsigned tmp0; local
148 tmp0 = ts->tmp;
152 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_XY,
158 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X,
159 TGSI_FILE_TEMPORARY, tmp0,
160 TGSI_FILE_TEMPORARY, tmp0, false);
164 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X,
165 TGSI_FILE_TEMPORARY, tmp0);
171 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_W,
177 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_Y
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 125 int tmp0, colorTemp; /**< temp registers */ member in struct:aa_transform_context
175 int tmp0; local
182 if (aactx->tmp0 < 0)
183 aactx->tmp0 = i;
191 assert(aactx->colorTemp != aactx->tmp0);
193 tmp0 = aactx->tmp0;
201 tgsi_transform_temp_decl(ctx, tmp0);
216 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_XY,
222 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 123 int tmp0, colorTemp; /**< temp registers */ member in struct:aa_transform_context
173 int tmp0; local
180 if (aactx->tmp0 < 0)
181 aactx->tmp0 = i;
189 assert(aactx->colorTemp != aactx->tmp0);
191 tmp0 = aactx->tmp0;
199 tgsi_transform_temp_decl(ctx, tmp0);
214 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_XY,
220 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 435 LLVMValueRef tmp0; local
478 tmp0 = lp_build_abs(&bld->bld_base.base, src0);
479 dst0 = lp_build_rsqrt(&bld->bld_base.base, tmp0);
527 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_LESS, src0, src1);
528 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
535 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_GEQUAL, src0, src1);
536 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
544 tmp0 = lp_build_mul(&bld->bld_base.base, src0, src1);
545 dst0 = lp_build_add(&bld->bld_base.base, tmp0, src2);
552 tmp0 = lp_build_sub(&bld->bld_base.base, src1, src2)
    [all...]
lp_bld_tgsi_action.c 146 LLVMValueRef tmp0, tmp1; local
147 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL,
154 TGSI_OPCODE_ADD, tmp0, tmp1);
177 LLVMValueRef tmp0, tmp1; local
178 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL,
184 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, tmp1, tmp0);
189 TGSI_OPCODE_ADD, tmp0, tmp1);
213 LLVMValueRef tmp0, tmp1; local
214 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL
397 LLVMValueRef tmp0, tmp1, tmp2; local
    [all...]
lp_bld_format_s3tc.c 1614 LLVMValueRef a[4], acode, tmp0, tmp1; local
1699 tmp0 = LLVMBuildAnd(builder, acode,
1703 tmp0 = LLVMBuildBitCast(builder, tmp0, i32t, "");
1705 acode = lp_build_interleave2(gallivm, type32, tmp0, tmp1, 0);
1707 tmp0 = LLVMBuildAnd(builder, acode,
1711 acode = lp_build_interleave2(gallivm, type32, tmp0, tmp1, 0);
1713 tmp0 = LLVMBuildAnd(builder, acode,
1719 acode = lp_build_pack2(gallivm, type32, type16, tmp0, tmp1);
1757 /* this gives us zero, a0, zero, a4, zero, a8, ... for tmp0 */
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 435 LLVMValueRef tmp0; local
478 tmp0 = lp_build_abs(&bld->bld_base.base, src0);
479 dst0 = lp_build_rsqrt(&bld->bld_base.base, tmp0);
527 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_LESS, src0, src1);
528 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
535 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_GEQUAL, src0, src1);
536 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
544 tmp0 = lp_build_mul(&bld->bld_base.base, src0, src1);
545 dst0 = lp_build_add(&bld->bld_base.base, tmp0, src2);
552 tmp0 = lp_build_sub(&bld->bld_base.base, src1, src2)
    [all...]
lp_bld_format_s3tc.c 1574 LLVMValueRef a[4], acode, tmp0, tmp1; local
1660 tmp0 = LLVMBuildAnd(builder, acode,
1664 tmp0 = LLVMBuildBitCast(builder, tmp0, i32t, "");
1666 acode = lp_build_interleave2(gallivm, type32, tmp0, tmp1, 0);
1668 tmp0 = LLVMBuildAnd(builder, acode,
1672 acode = lp_build_interleave2(gallivm, type32, tmp0, tmp1, 0);
1674 tmp0 = LLVMBuildAnd(builder, acode,
1680 acode = lp_build_pack2(gallivm, type32, type16, tmp0, tmp1);
1718 /* this gives us zero, a0, zero, a4, zero, a8, ... for tmp0 */
    [all...]
lp_bld_tgsi_action.c 146 LLVMValueRef tmp0, tmp1; local
147 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL,
154 TGSI_OPCODE_ADD, tmp0, tmp1);
177 LLVMValueRef tmp0, tmp1; local
178 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL,
184 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, tmp1, tmp0);
189 TGSI_OPCODE_ADD, tmp0, tmp1);
213 LLVMValueRef tmp0, tmp1; local
214 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL
397 LLVMValueRef tmp0, tmp1, tmp2; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
xa_tgsi.c 265 struct ureg_dst tmp0 = ureg_DECL_temporary(ureg); local
274 ureg_SLT(ureg, tmp0,
278 ureg_MIN(ureg, tmp0, ureg_src(tmp0), ureg_src(tmp1));
279 ureg_MIN(ureg, tmp0, ureg_scalar(ureg_src(tmp0), TGSI_SWIZZLE_X),
280 ureg_scalar(ureg_src(tmp0), TGSI_SWIZZLE_Y));
291 ureg_MUL(ureg, dst, ureg_src(tmp1), ureg_src(tmp0));
292 ureg_release_temporary(ureg, tmp0);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
xa_tgsi.c 265 struct ureg_dst tmp0 = ureg_DECL_temporary(ureg); local
274 ureg_SLT(ureg, tmp0,
278 ureg_MIN(ureg, tmp0, ureg_src(tmp0), ureg_src(tmp1));
279 ureg_MIN(ureg, tmp0, ureg_scalar(ureg_src(tmp0), TGSI_SWIZZLE_X),
280 ureg_scalar(ureg_src(tmp0), TGSI_SWIZZLE_Y));
291 ureg_MUL(ureg, dst, ureg_src(tmp1), ureg_src(tmp0));
292 ureg_release_temporary(ureg, tmp0);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_gm107.cpp 257 Value *tmp0 = bld.getScratch(); local
260 bld.mkOp1(OP_RDSV, TYPE_U32, tmp0, bld.mkSysVal(SV_INVOCATION_INFO, 0));
261 bld.mkOp3(OP_PERMT, TYPE_U32, tmp1, tmp0, bld.mkImm(0x4442), bld.mkImm(0));
262 bld.mkOp3(OP_PERMT, TYPE_U32, tmp0, tmp0, bld.mkImm(0x4440), bld.mkImm(0));
267 bld.mkOp3(OP_MAD , TYPE_U32, tmp0, tmp0, tmp1, tmp2);
268 i->setSrc(0, tmp0);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_gm107.cpp 238 Value *tmp0 = bld.getScratch(); local
241 bld.mkOp1(OP_RDSV, TYPE_U32, tmp0, bld.mkSysVal(SV_INVOCATION_INFO, 0));
242 bld.mkOp2(OP_SHR , TYPE_U32, tmp1, tmp0, bld.mkImm(16));
243 bld.mkOp2(OP_AND , TYPE_U32, tmp0, tmp0, bld.mkImm(0xff));
249 bld.mkOp3(OP_MAD , TYPE_U32, tmp0, tmp0, tmp1, tmp2);
250 i->setSrc(0, tmp0);
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_clip_tri.c 111 c->reg.tmp0 = brw_vec4_grf(i, 0);
137 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */ local
141 brw_AND(p, tmp0, get_element_ud(c->reg.R0, 2), brw_imm_ud(PRIM_MASK));
145 tmp0,
177 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */ local
179 brw_AND(p, tmp0, get_element_ud(c->reg.R0, 2), brw_imm_ud(PRIM_MASK));
183 tmp0,
197 tmp0,
531 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */ local
553 brw_OR(p, tmp0, get_element(t, 0), get_element(t, 1))
    [all...]
brw_clip.h 70 struct brw_reg tmp0, tmp1; member in struct:brw_clip_compile::__anon2372
brw_clip_unfilled.c 46 struct brw_reg e = c->reg.tmp0;
229 struct brw_reg tmp0 = get_element_ud(c->reg.tmp0, 0); local
231 brw_AND(p, tmp0, get_element_ud(c->reg.R0, 2), brw_imm_ud(PRIM_MASK));
235 tmp0,
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_clip_tri.c 111 c->reg.tmp0 = brw_vec4_grf(i, 0);
137 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */ local
141 brw_AND(p, tmp0, get_element_ud(c->reg.R0, 2), brw_imm_ud(PRIM_MASK));
145 tmp0,
177 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */ local
179 brw_AND(p, tmp0, get_element_ud(c->reg.R0, 2), brw_imm_ud(PRIM_MASK));
183 tmp0,
197 tmp0,
531 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */ local
553 brw_OR(p, tmp0, get_element(t, 0), get_element(t, 1))
    [all...]
brw_clip.h 70 struct brw_reg tmp0, tmp1; member in struct:brw_clip_compile::__anon4711
brw_clip_unfilled.c 46 struct brw_reg e = c->reg.tmp0;
229 struct brw_reg tmp0 = get_element_ud(c->reg.tmp0, 0); local
231 brw_AND(p, tmp0, get_element_ud(c->reg.R0, 2), brw_imm_ud(PRIM_MASK));
235 tmp0,
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_bios.c 575 int offset, i, entry, tmp, tmp0, tmp1; local
797 tmp0 = RADEON_BIOS16(tmp + 0x15);
798 if (tmp0) {
799 tmp1 = RADEON_BIOS8(tmp0+2) & 0x07;
820 info->BiosConnector[4].ddc_i2c.mask_clk_mask = RADEON_BIOS32(tmp0 + 0x03);
821 info->BiosConnector[4].ddc_i2c.mask_data_mask = RADEON_BIOS32(tmp0 + 0x07);
822 info->BiosConnector[4].ddc_i2c.a_clk_mask = RADEON_BIOS32(tmp0 + 0x03);
823 info->BiosConnector[4].ddc_i2c.a_data_mask = RADEON_BIOS32(tmp0 + 0x07);
824 info->BiosConnector[4].ddc_i2c.put_clk_mask = RADEON_BIOS32(tmp0 + 0x03);
825 info->BiosConnector[4].ddc_i2c.put_data_mask = RADEON_BIOS32(tmp0 + 0x07)
1128 int tmp0; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
format_utils.h 548 simd16scalar tmp0 = _simd16_unpacklo_ps(src0, src1); // r0 g0 r1 g1 r4 g4 r5 g5 r8 g8 r9 g9 rC gC rD gD local
551 simd16scalar per0 = _simd16_permute2f128_ps(tmp0, tmp1, 0x44); // (1, 0, 1, 0) // r0 g0 r1 g1 r4 g4 r5 g5 r2 g2 r3 g3 r6 g6 r7 g7
552 simd16scalar per1 = _simd16_permute2f128_ps(tmp0, tmp1, 0xEE); // (3, 2, 3, 2) // r8 g8 r9 g9 rC gC rD gD rA gA rB gB rE gE rF gF
621 simdscalari tmp0 = _simd_unpacklo_epi32(pre0, pre2); // rbga0 rbga1 rbga8 rbga9 local
626 simdscalari dst0 = _simd_permute2f128_si(tmp0, tmp1, 0x20); // (2, 0) // rbga0 rbga1 rbga2 rbga3
628 simdscalari dst2 = _simd_permute2f128_si(tmp0, tmp1, 0x31); // (3, 1) // rbga8 rbga9 rbgaA rbgaB
696 simdscalari tmp0 = _simd_unpacklo_epi32(pre0, pre2); // rbga0 rbga1 rbga8 rbga9 local
701 simdscalari dst0 = _simd_permute2f128_si(tmp0, tmp1, 0x20); // (2, 0) // rbga0 rbga1 rbga2 rbga3
703 simdscalari dst2 = _simd_permute2f128_si(tmp0, tmp1, 0x31); // (3, 1) // rbga8 rbga9 rbgaA rbgaB
756 simdscalari tmp0 = _simd_unpacklo_epi16(src0, src1); // rg0 rg1 rg2 rg3 rg8 rg9 rgA rg local
    [all...]
pa_avx.cpp 42 simdscalar tmp0 = _mm256_unpacklo_ps(x, z); local
44 return _mm256_extractf128_ps(_mm256_unpacklo_ps(tmp0, tmp1), 0);
52 simdscalar tmp0 = _mm256_unpacklo_ps(x, z); local
54 return _mm256_extractf128_ps(_mm256_unpackhi_ps(tmp0, tmp1), 0);
62 simdscalar tmp0 = _mm256_unpackhi_ps(x, z); local
64 return _mm256_extractf128_ps(_mm256_unpacklo_ps(tmp0, tmp1), 0);
72 simdscalar tmp0 = _mm256_unpackhi_ps(x, z); local
74 return _mm256_extractf128_ps(_mm256_unpackhi_ps(tmp0, tmp1), 0);
82 simdscalar tmp0 = _mm256_unpacklo_ps(x, z); local
84 return _mm256_extractf128_ps(_mm256_unpacklo_ps(tmp0, tmp1), 1)
92 simdscalar tmp0 = _mm256_unpacklo_ps(x, z); local
102 simdscalar tmp0 = _mm256_unpackhi_ps(x, z); local
112 simdscalar tmp0 = _mm256_unpackhi_ps(x, z); local
2493 __m256 tmp0, tmp1, tmp2; local
2629 __m256 tmp0, tmp1, tmp2; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
ff_fragment_shader.cpp 520 ir_rvalue *tmp0, *tmp1; local
543 tmp0 = mul(src[0], src[2]);
546 return add(tmp0, tmp1);
555 tmp0 = mul(src[0], new(p->mem_ctx) ir_constant(2.0f));
556 tmp0 = add(tmp0, new(p->mem_ctx) ir_constant(-1.0f));
561 return dot(swizzle_xyz(smear(tmp0)), swizzle_xyz(smear(tmp1)));
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
ff_fragment_shader.cpp 529 ir_rvalue *tmp0, *tmp1; local
552 tmp0 = mul(src[0], src[2]);
555 return add(tmp0, tmp1);
564 tmp0 = mul(src[0], new(p->mem_ctx) ir_constant(2.0f));
565 tmp0 = add(tmp0, new(p->mem_ctx) ir_constant(-1.0f));
570 return dot(swizzle_xyz(smear(tmp0)), swizzle_xyz(smear(tmp1)));

Completed in 29 milliseconds

1 2