HomeSort by relevance Sort by last modified time
    Searched refs:bld (Results 51 - 75 of 95) sorted by null

1 23 4

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 53 BuildUtil bld; member in class:nv50_ir::NVC0LegalizeSSA
63 bld.setPosition(i, false);
64 def[0] = bld.mkMovToReg(0, i->getSrc(0))->getDef(0);
65 def[1] = bld.mkMovToReg(1, i->getSrc(1))->getDef(0);
72 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL);
73 bld.mkMov(i->getDef(0), def[(i->op == OP_DIV) ? 0 : 1]);
74 bld.mkClobber(FILE_GPR, (i->op == OP_DIV) ? 0xe : 0xd, 2);
75 bld.mkClobber(FILE_PREDICATE, (i->dType == TYPE_S32) ? 0xf : 0x3, 0);
92 bld.setProgram(fn->getProgram());
609 BuildUtil bld; member in class:nv50_ir::NVC0LoweringPass
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 53 BuildUtil bld; member in class:nv50_ir::NVC0LegalizeSSA
63 bld.setPosition(i, false);
64 def[0] = bld.mkMovToReg(0, i->getSrc(0))->getDef(0);
65 def[1] = bld.mkMovToReg(1, i->getSrc(1))->getDef(0);
72 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL);
73 bld.mkMov(i->getDef(0), def[(i->op == OP_DIV) ? 0 : 1]);
74 bld.mkClobber(FILE_GPR, (i->op == OP_DIV) ? 0xe : 0xd, 2);
75 bld.mkClobber(FILE_PREDICATE, (i->dType == TYPE_S32) ? 0xf : 0x3, 0);
92 bld.setProgram(fn->getProgram());
609 BuildUtil bld; member in class:nv50_ir::NVC0LoweringPass
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.h 44 lp_build_sample_aos(struct lp_build_sample_context *bld,
lp_bld_format_aos_array.c 55 struct lp_build_context bld; local
99 lp_build_context_init(&bld, gallivm, dst_type);
100 return lp_build_format_swizzle_aos(format_desc, &bld, res);
lp_bld_tgsi.h 197 struct lp_build_context *bld,
238 struct lp_build_context *bld; member in struct:lp_exec_mask
407 struct lp_build_tgsi_context *bld,
416 struct lp_build_tgsi_soa_context *bld,
423 struct lp_build_tgsi_soa_context *bld,
429 struct lp_build_tgsi_soa_context *bld,
486 struct lp_build_tgsi_aos_context *bld,
492 struct lp_build_tgsi_aos_context *bld,
499 struct lp_build_tgsi_aos_context *bld,
lp_bld_format.h 53 struct lp_build_context *bld,
84 struct lp_build_context *bld,
lp_bld_format_soa.c 46 struct lp_build_context *bld,
62 LLVMValueRef depth = lp_build_swizzle_soa_channel(bld, unswizzled, swizzle);
64 swizzled_out[3] = bld->one;
70 swizzled_out[chan] = lp_build_swizzle_soa_channel(bld, unswizzled, swizzle);
107 struct lp_build_context bld; local
120 lp_build_context_init(&bld, gallivm, type);
253 lp_build_format_swizzle_soa(format_desc, &bld, inputs, rgba_out);
lp_bld_conv.c 401 struct lp_build_context bld; local
407 lp_build_context_init(&bld, gallivm, src_type);
424 tmp[j] = lp_build_iround(&bld, tmp[j]);
456 struct lp_build_context bld; local
462 lp_build_context_init(&bld, gallivm, src_type);
480 a = lp_build_iround(&bld, a);
481 b = lp_build_iround(&bld, b);
511 struct lp_build_context bld; local
518 lp_build_context_init(&bld, gallivm, tmp_type);
522 thres = bld.zero
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.h 44 lp_build_sample_aos(struct lp_build_sample_context *bld,
lp_bld_format_aos_array.c 55 struct lp_build_context bld; local
99 lp_build_context_init(&bld, gallivm, dst_type);
100 return lp_build_format_swizzle_aos(format_desc, &bld, res);
lp_bld_tgsi.h 197 struct lp_build_context *bld,
238 struct lp_build_context *bld; member in struct:lp_exec_mask
407 struct lp_build_tgsi_context *bld,
416 struct lp_build_tgsi_soa_context *bld,
423 struct lp_build_tgsi_soa_context *bld,
429 struct lp_build_tgsi_soa_context *bld,
486 struct lp_build_tgsi_aos_context *bld,
492 struct lp_build_tgsi_aos_context *bld,
499 struct lp_build_tgsi_aos_context *bld,
lp_bld_format.h 53 struct lp_build_context *bld,
84 struct lp_build_context *bld,
lp_bld_format_soa.c 46 struct lp_build_context *bld,
62 LLVMValueRef depth = lp_build_swizzle_soa_channel(bld, unswizzled, swizzle);
64 swizzled_out[3] = bld->one;
70 swizzled_out[chan] = lp_build_swizzle_soa_channel(bld, unswizzled, swizzle);
107 struct lp_build_context bld; local
120 lp_build_context_init(&bld, gallivm, type);
253 lp_build_format_swizzle_soa(format_desc, &bld, inputs, rgba_out);
lp_bld_conv.c 401 struct lp_build_context bld; local
407 lp_build_context_init(&bld, gallivm, src_type);
424 tmp[j] = lp_build_iround(&bld, tmp[j]);
456 struct lp_build_context bld; local
462 lp_build_context_init(&bld, gallivm, src_type);
480 a = lp_build_iround(&bld, a);
481 b = lp_build_iround(&bld, b);
511 struct lp_build_context bld; local
518 lp_build_context_init(&bld, gallivm, tmp_type);
522 thres = bld.zero
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 96 lp_build_stencil_test_single(struct lp_build_context *bld,
101 LLVMBuilderRef builder = bld->gallivm->builder;
103 struct lp_type type = bld->type;
121 LLVMValueRef valuemask = lp_build_const_int_vec(bld->gallivm, type, stencil->valuemask);
127 res = lp_build_cmp(bld, stencil->func, stencilRef, stencilVals);
140 lp_build_stencil_test(struct lp_build_context *bld,
151 res = lp_build_stencil_test_single(bld, &stencil[0],
158 back_res = lp_build_stencil_test_single(bld, &stencil[1],
161 res = lp_build_select(bld, front_facing, res, back_res);
174 lp_build_stencil_op_single(struct lp_build_context *bld,
    [all...]
lp_bld_blend.h 44 lp_build_blend(struct lp_build_context *bld,
94 lp_build_blend_func(struct lp_build_context *bld,
lp_test_arit.c 71 (*builder)(struct lp_build_context *bld, LLVMValueRef a);
267 struct lp_build_context bld; local
269 lp_build_context_init(&bld, gallivm, type);
277 ret = test->builder(&bld, arg1);
lp_state_setup.c 97 LLVMBuilderRef bld = gallivm->builder; local
105 res = LLVMBuildInsertElement(bld, res, a, i0, "");
106 res = LLVMBuildInsertElement(bld, res, b, i1, "");
107 res = LLVMBuildInsertElement(bld, res, c, i2, "");
108 res = LLVMBuildInsertElement(bld, res, d, i3, name);
120 LLVMBuilderRef bld = gallivm->builder; local
126 res = LLVMBuildInsertElement(bld, res, a, index, i == 3 ? name : "");
246 struct lp_build_context bld; local
284 lp_build_context_init(&bld, gallivm, lp_type_float_vec(32, 128));
286 dzdxdzdy = lp_build_abs(&bld, dzdxdzdy)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 96 lp_build_stencil_test_single(struct lp_build_context *bld,
101 LLVMBuilderRef builder = bld->gallivm->builder;
103 struct lp_type type = bld->type;
121 LLVMValueRef valuemask = lp_build_const_int_vec(bld->gallivm, type, stencil->valuemask);
127 res = lp_build_cmp(bld, stencil->func, stencilRef, stencilVals);
140 lp_build_stencil_test(struct lp_build_context *bld,
151 res = lp_build_stencil_test_single(bld, &stencil[0],
158 back_res = lp_build_stencil_test_single(bld, &stencil[1],
161 res = lp_build_select(bld, front_facing, res, back_res);
174 lp_build_stencil_op_single(struct lp_build_context *bld,
    [all...]
lp_bld_blend.h 44 lp_build_blend(struct lp_build_context *bld,
94 lp_build_blend_func(struct lp_build_context *bld,
lp_test_arit.c 71 (*builder)(struct lp_build_context *bld, LLVMValueRef a);
267 struct lp_build_context bld; local
269 lp_build_context_init(&bld, gallivm, type);
277 ret = test->builder(&bld, arg1);
lp_state_setup.c 97 LLVMBuilderRef bld = gallivm->builder; local
105 res = LLVMBuildInsertElement(bld, res, a, i0, "");
106 res = LLVMBuildInsertElement(bld, res, b, i1, "");
107 res = LLVMBuildInsertElement(bld, res, c, i2, "");
108 res = LLVMBuildInsertElement(bld, res, d, i3, name);
120 LLVMBuilderRef bld = gallivm->builder; local
126 res = LLVMBuildInsertElement(bld, res, a, index, i == 3 ? name : "");
246 struct lp_build_context bld; local
284 lp_build_context_init(&bld, gallivm, lp_type_float_vec(32, 128));
286 dzdxdzdy = lp_build_abs(&bld, dzdxdzdy)
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
KeyStoreBuilderParametersTest.java 41 KeyStore.Builder bld = KeyStore.Builder.newInstance("testType", null, pp); local
42 assertNotNull("Null object KeyStore.Builder", bld);
43 KeyStoreBuilderParameters ksp = new KeyStoreBuilderParameters(bld);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 248 BuildUtil bld; member in class:nv50_ir::ConstantFolding
572 bld.setPosition(mul1, false);
575 mul1->setSrc(s1, bld.loadImm(NULL, f * imm1.reg.data.f32));
676 bld.setPosition(i, false);
686 i->setSrc(1, bld.mkImm(util_logbase2(imm0.reg.data.u32)));
701 tA = bld.getSSA();
702 tB = bld.getSSA();
703 mul = bld.mkOp2(OP_MUL, TYPE_U32, tA, i->getSrc(0),
704 bld.loadImm(NULL, m));
706 bld.mkOp2(OP_SUB, TYPE_U32, tB, i->getSrc(0), tA)
928 BuildUtil bld; member in class:nv50_ir::AlgebraicOpt
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 248 BuildUtil bld; member in class:nv50_ir::ConstantFolding
572 bld.setPosition(mul1, false);
575 mul1->setSrc(s1, bld.loadImm(NULL, f * imm1.reg.data.f32));
676 bld.setPosition(i, false);
686 i->setSrc(1, bld.mkImm(util_logbase2(imm0.reg.data.u32)));
701 tA = bld.getSSA();
702 tB = bld.getSSA();
703 mul = bld.mkOp2(OP_MUL, TYPE_U32, tA, i->getSrc(0),
704 bld.loadImm(NULL, m));
706 bld.mkOp2(OP_SUB, TYPE_U32, tB, i->getSrc(0), tA)
928 BuildUtil bld; member in class:nv50_ir::AlgebraicOpt
    [all...]

Completed in 2759 milliseconds

1 23 4