/external/llvm-project/clang/lib/AST/ |
D | CMakeLists.txt | 13 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/ |
D | BUILD.gn | 6 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/ |
D | tgsi_scan.c | 286 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()
|
D | tgsi_dump.c | 401 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()
|
D | tgsi_parse.h | 65 struct tgsi_declaration_interp Interp; member
|
D | tgsi_build.c | 385 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()
|
D | tgsi_parse.c | 121 next_token( ctx, &decl->Interp ); in tgsi_parse_token()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_dump.c | 432 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()
|
D | tgsi_two_side.c | 82 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()
|
D | tgsi_parse.h | 65 struct tgsi_declaration_interp Interp; member
|
D | tgsi_emulate.c | 55 decl->Interp.Location = TGSI_INTERPOLATE_LOC_SAMPLE; in transform_decl()
|
D | tgsi_build.c | 397 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()
|
D | tgsi_transform.h | 148 decl.Interp.Interpolate = interp; in tgsi_transform_input_decl() 169 decl.Interp.Interpolate = interp; in tgsi_transform_output_decl()
|
D | tgsi_parse.c | 121 next_token( ctx, &decl->Interp ); in tgsi_parse_token()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLoc.cpp | 127 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/ |
D | DWARFDebugLoc.cpp | 127 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/ |
D | t_vb_cliptmp.h | 122 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/ |
D | Interp.java | 37 public class Interp { class
|
/external/antlr/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
D | GUnitExecuteMojo.java | 38 import org.antlr.gunit.Interp; 298 GrammarInfo grammarInfo = Interp.parse( antlrStream ); in performExecution()
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | Interp.java | 51 public class Interp { class
|
/external/llvm-project/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 125 if (ExecutionEngine *Interp = builder.create()) { in LLVMCreateInterpreterForModule() local 126 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 125 if (ExecutionEngine *Interp = builder.create()) { in LLVMCreateInterpreterForModule() local 126 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 125 if (ExecutionEngine *Interp = builder.create()) { in LLVMCreateInterpreterForModule() local 126 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()
|
/external/libdrm/intel/tests/ |
D | gen6-3d.batch-ref.txt | 107 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/ |
D | u_pstipple.c | 294 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR; in pstip_transform_prolog()
|