Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/AST/
DCMakeLists.txt13 SOURCE Interp/Opcodes.td
59 Interp/ByteCodeEmitter.cpp
60 Interp/ByteCodeExprGen.cpp
61 Interp/ByteCodeGenError.cpp
62 Interp/ByteCodeStmtGen.cpp
63 Interp/Context.cpp
64 Interp/Descriptor.cpp
65 Interp/Disasm.cpp
66 Interp/EvalEmitter.cpp
67 Interp/Frame.cpp
[all …]
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/AST/
DBUILD.gn6 td_file = "Interp/Opcodes.td"
85 "Interp/ByteCodeEmitter.cpp",
86 "Interp/ByteCodeExprGen.cpp",
87 "Interp/ByteCodeGenError.cpp",
88 "Interp/ByteCodeStmtGen.cpp",
89 "Interp/Context.cpp",
90 "Interp/Descriptor.cpp",
91 "Interp/Disasm.cpp",
92 "Interp/EvalEmitter.cpp",
93 "Interp/Frame.cpp",
[all …]
/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.c82 ts->front_color_interp[decl->Semantic.Index] = decl->Interp.Interpolate; in xform_decl()
116 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.c397 full_declaration.Interp = tgsi_default_declaration_interp(); in tgsi_default_full_declaration()
468 *di = tgsi_build_declaration_interp(full_decl->Interp.Interpolate, in tgsi_build_full_declaration()
469 full_decl->Interp.Location, in tgsi_build_full_declaration()
470 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_parse.c121 next_token( ctx, &decl->Interp ); in tgsi_parse_token()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp127 DWARFLocationInterpreter Interp( in dumpLocationList() local
135 Expected<Optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in dumpLocationList()
176 DWARFLocationInterpreter Interp(BaseAddr, std::move(LookupAddr)); in visitAbsoluteLocationList() local
178 Expected<Optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in visitAbsoluteLocationList()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp127 DWARFLocationInterpreter Interp( in dumpLocationList() local
135 Expected<Optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in dumpLocationList()
174 DWARFLocationInterpreter Interp(BaseAddr, std::move(LookupAddr)); in visitAbsoluteLocationList() local
176 Expected<Optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in visitAbsoluteLocationList()
/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()
/external/antlr/gunit/src/main/java/org/antlr/gunit/
DInterp.java37 public class Interp { class
/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/tool/src/main/java/org/antlr/tool/
DInterp.java51 public class Interp { class
/external/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp125 if (ExecutionEngine *Interp = builder.create()) { in LLVMCreateInterpreterForModule() local
126 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp125 if (ExecutionEngine *Interp = builder.create()) { in LLVMCreateInterpreterForModule() local
126 *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
/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c294 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR; in pstip_transform_prolog()

12