/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_builder.h.py | 211 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, modifiers =
|
H A D | bi_packer.c.py | 302 return variant_template.render(name = opname_to_c(opname), states = zip(pack_exprs, state_body, state_conds), common_body = common_body, single_state = (len(states) == 1), srcs = 4) 342 print(top_pack.render(ops = ir_instructions, instructions = instructions, opname_to_c = opname_to_c, unit = unit))
|
/third_party/skia/samplecode/ |
H A D | SampleCowboy.cpp | 81 fDom->render(canvas);
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | nativetypes.py | 79 def render(self, *args, **kwargs): member in NativeTemplate
|
/third_party/skia/tests/ |
H A D | PathOpsThreadedCommon.h | 47 void render();
|
H A D | PathOpsOpRectThreadedTest.cpp | 107 testRunner.render(); in DEF_TEST() 196 testRunner.render(); in DEF_TEST()
|
H A D | PathOpsTightBoundsTest.cpp | 45 testRunner.render(); in DEF_TEST() 120 testRunner.render(); in DEF_TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | Arg.h | 128 void render(const ArgList &Args, ArgStringList &Output) const; 130 /// Append the argument, render as an input, onto the given 133 /// The distinction is that some options only render their values
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGMaskEffect.cpp | 62 fMaskNode->render(canvas, &mask_render_context); in onRender()
|
H A D | SkSGGroup.cpp | 67 child->render(canvas, local_ctx); in onRender()
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGMask.cpp | 63 child->render(lctx); in renderMask()
|
H A D | SkSVGUse.cpp | 49 ref->render(ctx); in onRender()
|
/third_party/skia/modules/androidkit/src/ |
H A D | SkottieAnimation.cpp | 66 animation->render(canvas); in Animation_Render()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderPerformanceMeasurer.hpp | 109 void render (int numDrawCalls);
|
/third_party/vk-gl-cts/framework/platform/android/ |
H A D | tcuAndroidTestActivity.cpp | 80 bool TestThread::render (void) in render() function in tcu::Android::TestThread
|
/third_party/mesa3d/bin/ |
H A D | gen_release_notes.py | 319 f.write(TEMPLATE.render( 333 print(exceptions.text_error_template().render())
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | views.rs | 35 pub fn render<'files>( in render() functions 325 // Check to see if we need to render any intermediate stuff 337 // To render the line right, we have to get back the original labels. 371 // Check to see if we should render a trailing border after the 374 // We don't render a border if we are at the final newline 421 pub fn render<'files>( in render() functions
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _analyzer.py | 302 def render(self, fmt='line', *, itemonly=False): member in Analyzed 306 rendered = super().render(fmt, itemonly=itemonly)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
H A D | ArgList.cpp | 113 Arg->render(*this, Output); in AddAllArgsExcept() 134 Arg->render(*this, Output); in AddAllArgs()
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | MotionBlurEffect.cpp | 129 child->render(canvas, ctx); in renderToRaster8888Pow2Samples() 247 child->render(canvas, frame_ctx); in onRender()
|
/third_party/skia/experimental/skrive/include/ |
H A D | SkRive.h | 74 void render(SkCanvas* canvas) const { in render() function in skrive::Component 298 void render(SkCanvas*) const;
|
/third_party/skia/modules/skottie/utils/ |
H A D | SkottieUtils.cpp | 210 void render(SkCanvas* canvas, double t) override { 214 fAnimation->render(canvas, &dst_rect);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboStencilbufferTests.cpp | 66 void render (tcu::Surface& dst) in render() function in deqp::gles3::Functional::BasicFboStencilCase 155 void render (tcu::Surface& dst) in render() function in deqp::gles3::Functional::DepthStencilAttachCase
|
H A D | es3fFboTestCase.cpp | 73 // Surface format and storage is choosen by render(). in iterate() 85 render(result); in iterate() 112 render(reference); in iterate()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 73 // Surface format and storage is choosen by render(). in iterate() 87 render(result); in iterate() 116 render(reference); in iterate()
|