Home
last modified time | relevance | path

Searched refs:Interp (Results 1 – 25 of 40) sorted by relevance

12

/external/swiftshader/third_party/LLVM/tools/llvm-stub/
Dllvm-stub.c39 const char *Interp = getenv("LLVMINTERP"); in main() local
41 if (Interp == 0) Interp = "lli"; in main()
46 Args[0] = Interp; in main()
68 execvp(Interp, (char **)Args); /* POSIX execvp takes a char *const[]. */ in main()
70 execvp(Interp, Args); /* windows execvp takes a const char *const *. */ in main()
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c173 LLVMExecutionEngineRef Interp; in llvm_ee_create() local
175 if (LLVMCreateExecutionEngineForModule(&Interp, M, &Error)) in llvm_ee_create()
177 return Interp; in llvm_ee_create()
183 LLVMExecutionEngineRef Interp; in llvm_ee_create_interpreter() local
185 if (LLVMCreateInterpreterForModule(&Interp, M, &Error)) in llvm_ee_create_interpreter()
187 return Interp; in llvm_ee_create_interpreter()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c428 ENM( decl->Interp.Interpolate, tgsi_interpolate_names ); in iter_declaration()
431 if (decl->Interp.Location != TGSI_INTERPOLATE_LOC_CENTER) { in iter_declaration()
433 ENM( decl->Interp.Location, tgsi_interpolate_locations ); in iter_declaration()
436 if (decl->Interp.CylindricalWrap) { in iter_declaration()
438 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_X) { in iter_declaration()
441 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_Y) { in iter_declaration()
444 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_Z) { in iter_declaration()
447 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_W) { in iter_declaration()
Dtgsi_two_side.c81 ts->front_color_interp[decl->Semantic.Index] = decl->Interp.Interpolate; in xform_decl()
115 decl.Interp.Interpolate = ts->front_color_interp[i]; in emit_prolog()
Dtgsi_parse.h65 struct tgsi_declaration_interp Interp; member
Dtgsi_build.c385 full_declaration.Interp = tgsi_default_declaration_interp(); in tgsi_default_full_declaration()
456 *di = tgsi_build_declaration_interp(full_decl->Interp.Interpolate, in tgsi_build_full_declaration()
457 full_decl->Interp.Location, in tgsi_build_full_declaration()
458 full_decl->Interp.CylindricalWrap, in tgsi_build_full_declaration()
Dtgsi_scan.c491 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate; in scan_declaration()
492 info->input_interpolate_loc[reg] = (ubyte)fulldecl->Interp.Location; in scan_declaration()
493 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap; in scan_declaration()
Dtgsi_emulate.c55 decl->Interp.Location = TGSI_INTERPOLATE_LOC_SAMPLE; in transform_decl()
Dtgsi_transform.h146 decl.Interp.Interpolate = interp; in tgsi_transform_input_decl()
167 decl.Interp.Interpolate = interp; in tgsi_transform_output_decl()
Dtgsi_parse.c117 next_token( ctx, &decl->Interp ); in tgsi_parse_token()
/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h122 tnl_interp_func interp = tnl->Driver.Render.Interp; in TAG()
190 tnl_interp_func interp = tnl->Driver.Render.Interp; in TAG()
269 tnl_interp_func interp = tnl->Driver.Render.Interp; in TAG()
Dt_context.h435 tnl_interp_func Interp; member
Dt_vb_render.c287 assert(tnl->Driver.Render.Interp); in run_render()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngineBindings.cpp112 if (ExecutionEngine *Interp = builder.create()) { in LLVMCreateInterpreterForModule() local
113 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DGUnitExecuteMojo.java38 import org.antlr.gunit.Interp;
298 GrammarInfo grammarInfo = Interp.parse( antlrStream ); in performExecution()
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
DInterp.java37 public class Interp { class
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp125 if (ExecutionEngine *Interp = builder.create()) { in LLVMCreateInterpreterForModule() local
126 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DInterp.java50 public class Interp { class
/external/libdrm/intel/tests/
Dgen6-3d.batch-ref.txt107 0x123001a8: 0x00000000: Const Interp Enable
230 0x12300394: 0x00000001: Const Interp Enable
360 0x1230059c: 0x00000001: Const Interp Enable
427 0x123006a8: 0x00000000: Const Interp Enable
497 0x123007c0: 0x00000001: Const Interp Enable
630 0x123009d4: 0x00000001: Const Interp Enable
697 0x12300ae0: 0x00000000: Const Interp Enable
767 0x12300bf8: 0x00000001: Const Interp Enable
900 0x12300e0c: 0x00000001: Const Interp Enable
967 0x12300f18: 0x00000000: Const Interp Enable
/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c294 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR; in pstip_transform_prolog()
/external/mesa3d/src/mesa/swrast_setup/
Dss_context.c239 tnl->Driver.Render.Interp = _tnl_interp; in _swsetup_Wakeup()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_swtnl_t.c321 tnl->Driver.Render.Interp = _tnl_interp; in TAG()
Dnv04_render.c268 tnl->Driver.Render.Interp = _tnl_interp; in nv04_render_init()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c824 tnl->Driver.Render.Interp = _tnl_interp; in radeonFallback()
870 tnl->Driver.Render.Interp = _tnl_interp; in radeonInitSwtcl()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c102 decl.Interp.Interpolate = interp; in emit_output()

12