Searched defs:const1 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Ddebug-evaluate-const.js37 // const1: init after break point, materialized but untouched by debug eval.
46 assertEquals(undefined, const1);
57 assertEquals(undefined, const1);
60 const const1 = 1;
63 assertEquals(1, const1);
85 "const1" : undefined,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c131 struct ureg_src const0, struct ureg_src const1)
136 ureg_MAD(ureg, tmp, coords, const0, const1);
267 struct ureg_src const0, const1; local
279 const1 = ureg_DECL_constant(ureg, 1);
286 src = vs_normalize_coords(ureg, src, const0, const1);
129 vs_normalize_coords(struct ureg_program *ureg, struct ureg_src coords, struct ureg_src const0, struct ureg_src const1) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.c109 struct ureg_src const0, struct ureg_src const1)
113 ureg_MAD(ureg, tmp, coords, const0, const1);
270 struct ureg_src const0, const1; local
282 const1 = ureg_DECL_constant(ureg, 1);
290 const0, const1);
108 vs_normalize_coords(struct ureg_program *ureg, struct ureg_src coords, struct ureg_src const0, struct ureg_src const1) argument
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c131 struct ureg_src const0, struct ureg_src const1)
136 ureg_MAD(ureg, tmp, coords, const0, const1);
267 struct ureg_src const0, const1; local
279 const1 = ureg_DECL_constant(ureg, 1);
286 src = vs_normalize_coords(ureg, src, const0, const1);
129 vs_normalize_coords(struct ureg_program *ureg, struct ureg_src coords, struct ureg_src const0, struct ureg_src const1) argument
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.c109 struct ureg_src const0, struct ureg_src const1)
113 ureg_MAD(ureg, tmp, coords, const0, const1);
270 struct ureg_src const0, const1; local
282 const1 = ureg_DECL_constant(ureg, 1);
290 const0, const1);
108 vs_normalize_coords(struct ureg_program *ureg, struct ureg_src coords, struct ureg_src const0, struct ureg_src const1) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c806 LLVMValueRef const1 = lp_build_const_vec(gallivm, f32_type, 1.0); /*1.0 1.0 1.0 1.0*/ local
810 out3 = LLVMBuildFDiv(builder, const1, out3, "");
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c806 LLVMValueRef const1 = lp_build_const_vec(gallivm, f32_type, 1.0); /*1.0 1.0 1.0 1.0*/ local
810 out3 = LLVMBuildFDiv(builder, const1, out3, "");
/external/chromium_org/v8/src/
H A Dparser.cc3003 Expression* const1 = factory()->NewSmiLiteral(1, RelocInfo::kNoPosition); local
3005 Token::ASSIGN, flag_proxy, const1, RelocInfo::kNoPosition);
3043 Expression* const1 = factory()->NewSmiLiteral(1, RelocInfo::kNoPosition); local
3046 Token::EQ, flag_proxy, const1, pos);

Completed in 346 milliseconds