Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/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()
/third_party/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.h436 tnl_interp_func Interp; member
Dt_vb_render.c287 assert(tnl->Driver.Render.Interp); in run_render()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
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_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()
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()
Dtgsi_build.c394 full_declaration.Interp = tgsi_default_declaration_interp(); in tgsi_default_full_declaration()
465 *di = tgsi_build_declaration_interp(full_decl->Interp.Interpolate, in tgsi_build_full_declaration()
466 full_decl->Interp.Location, in tgsi_build_full_declaration()
Dtgsi_scan.c669 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate; in scan_declaration()
670 info->input_interpolate_loc[reg] = (ubyte)fulldecl->Interp.Location; in scan_declaration()
Dtgsi_text.c1583 decl.Interp.Interpolate = i; in parse_declaration()
1600 decl.Interp.Location = i; in parse_declaration()
Dtgsi_lowering.c1189 decl.Interp.Interpolate = info->input_interpolate[in_idx]; in emit_twoside()
1190 decl.Interp.Location = info->input_interpolate_loc[in_idx]; in emit_twoside()
/third_party/skia/third_party/externals/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()
/third_party/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
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c294 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR; in pstip_transform_prolog()
/third_party/mesa3d/src/mesa/swrast_setup/
Dss_context.c240 tnl->Driver.Render.Interp = _tnl_interp; in _swsetup_Wakeup()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_render.c268 tnl->Driver.Render.Interp = _tnl_interp; in nv04_render_init()
Dnouveau_swtnl_t.c321 tnl->Driver.Render.Interp = _tnl_interp; in TAG()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c102 decl.Interp.Interpolate = interp; in emit_output()
/third_party/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()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c717 tnl->Driver.Render.Interp = _tnl_interp; in r200Fallback()
944 tnl->Driver.Render.Interp = _tnl_interp; in r200InitSwtcl()
/third_party/python/Lib/test/
Dtest_embed.py127 Interp = namedtuple("Interp", "id interp tstate modules")
146 interp = Interp(*match.groups())
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c1247 tnl->Driver.Render.Interp = _tnl_interp; in intelFallback()
1284 tnl->Driver.Render.Interp = _tnl_interp; in intelInitTriFuncs()

12