Home
last modified time | relevance | path

Searched refs:Interp (Results 1 – 25 of 45) 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/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c286 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate; in tgsi_scan_shader()
287 info->input_interpolate_loc[reg] = (ubyte)fulldecl->Interp.Location; in tgsi_scan_shader()
288 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap; in tgsi_scan_shader()
302 switch (fulldecl->Interp.Interpolate) { in tgsi_scan_shader()
305 switch (fulldecl->Interp.Location) { in tgsi_scan_shader()
318 switch (fulldecl->Interp.Location) { in tgsi_scan_shader()
Dtgsi_dump.c401 ENM( decl->Interp.Interpolate, tgsi_interpolate_names ); in iter_declaration()
404 if (decl->Interp.Location != TGSI_INTERPOLATE_LOC_CENTER) { in iter_declaration()
406 ENM( decl->Interp.Location, tgsi_interpolate_locations ); in iter_declaration()
409 if (decl->Interp.CylindricalWrap) { in iter_declaration()
411 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_X) { in iter_declaration()
414 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_Y) { in iter_declaration()
417 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_Z) { in iter_declaration()
420 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_W) { in iter_declaration()
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_parse.c121 next_token( ctx, &decl->Interp ); in tgsi_parse_token()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c432 ENM( decl->Interp.Interpolate, tgsi_interpolate_names ); in iter_declaration()
435 if (decl->Interp.Location != TGSI_INTERPOLATE_LOC_CENTER) { in iter_declaration()
437 ENM( decl->Interp.Location, tgsi_interpolate_locations ); in iter_declaration()
440 if (decl->Interp.CylindricalWrap) { in iter_declaration()
442 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_X) { in iter_declaration()
445 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_Y) { in iter_declaration()
448 if (decl->Interp.CylindricalWrap & TGSI_CYLINDRICAL_WRAP_Z) { in iter_declaration()
451 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_emulate.c55 decl->Interp.Location = TGSI_INTERPOLATE_LOC_SAMPLE; in transform_decl()
Dtgsi_build.c396 full_declaration.Interp = tgsi_default_declaration_interp(); in tgsi_default_full_declaration()
467 *di = tgsi_build_declaration_interp(full_decl->Interp.Interpolate, in tgsi_build_full_declaration()
468 full_decl->Interp.Location, in tgsi_build_full_declaration()
469 full_decl->Interp.CylindricalWrap, in tgsi_build_full_declaration()
Dtgsi_transform.h148 decl.Interp.Interpolate = interp; in tgsi_transform_input_decl()
169 decl.Interp.Interpolate = interp; in tgsi_transform_output_decl()
Dtgsi_scan.c624 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate; in scan_declaration()
625 info->input_interpolate_loc[reg] = (ubyte)fulldecl->Interp.Location; in scan_declaration()
626 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap; in scan_declaration()
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.h434 tnl_interp_func Interp; member
/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/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/gunit/src/main/java/org/antlr/gunit/
DInterp.java37 public class Interp { class
/external/python/cpython3/Lib/test/
Dtest_embed.py84 Interp = namedtuple("Interp", "id interp tstate modules")
103 interp = Interp(*match.groups())
/external/antlr/tool/src/main/java/org/antlr/tool/
DInterp.java51 public class Interp { class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp126 if (ExecutionEngine *Interp = builder.create()) { in LLVMCreateInterpreterForModule() local
127 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp125 if (ExecutionEngine *Interp = builder.create()) { in LLVMCreateInterpreterForModule() local
126 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()
/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

12