Searched refs:epilog (Results 1 - 25 of 105) sorted by relevance

12345

/external/autotest/client/bin/
H A Dscreenshot.py8 epilog="I can output PNG, JPEG, GIF, and other PIL-supported formats.") variable
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_iterate.h65 (* epilog)( member in struct:tgsi_iterate_context
H A Dtgsi_iterate.c80 if (ctx->epilog)
81 if (!ctx->epilog( ctx ))
H A Dtgsi_transform.c178 && ctx->epilog) {
179 /* Emit caller's epilog */
180 ctx->epilog(ctx);
/external/autotest/scheduler/
H A Dprejob_task.py10 and epilog of each task.
25 epilog:
32 epilog:
48 will flip the host to 'RepairFailed' in its epilog, and it will remain in this
68 def epilog(self): member in class:PreJobTask
69 super(PreJobTask, self).epilog()
190 def epilog(self): member in class:VerifyTask
191 super(VerifyTask, self).epilog()
242 def epilog(self): member in class:CleanupTask
243 super(CleanupTask, self).epilog()
290 def epilog(self): member in class:ResetTask
412 def epilog(self): member in class:ProvisionTask
461 def epilog(self): member in class:RepairTask
[all...]
H A Dpostjob_task.py266 def epilog(self): member in class:GatherLogsTask
267 super(GatherLogsTask, self).epilog()
387 def epilog(self): member in class:FinalReparseTask
388 super(FinalReparseTask, self).epilog()
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvpx_subpixel_bilinear_sse2.asm153 ; begin epilog
178 ; begin epilog
206 ; begin epilog
231 ; begin epilog
256 ; begin epilog
284 ; begin epilog
310 ; begin epilog
336 ; begin epilog
364 ; begin epilog
390 ; begin epilog
[all...]
H A Dvpx_subpixel_bilinear_ssse3.asm127 ; begin epilog
152 ; begin epilog
179 ; begin epilog
204 ; begin epilog
229 ; begin epilog
256 ; begin epilog
282 ; begin epilog
308 ; begin epilog
335 ; begin epilog
361 ; begin epilog
[all...]
H A Dvpx_high_subpixel_bilinear_sse2.asm193 ; begin epilog
219 ; begin epilog
247 ; begin epilog
273 ; begin epilog
299 ; begin epilog
327 ; begin epilog
354 ; begin epilog
380 ; begin epilog
408 ; begin epilog
435 ; begin epilog
[all...]
H A Dsad_sse4.asm202 ; begin epilog
239 ; begin epilog
276 ; begin epilog
317 ; begin epilog
352 ; begin epilog
H A Dvpx_high_subpixel_8t_sse2.asm264 ; begin epilog
323 ; begin epilog
386 ; begin epilog
447 ; begin epilog
496 ; begin epilog
549 ; begin epilog
624 ; begin epilog
690 ; begin epilog
767 ; begin epilog
833 ; begin epilog
[all...]
H A Dvpx_subpixel_8t_sse2.asm240 ; begin epilog
299 ; begin epilog
362 ; begin epilog
420 ; begin epilog
469 ; begin epilog
522 ; begin epilog
596 ; begin epilog
671 ; begin epilog
766 ; begin epilog
831 ; begin epilog
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h279 /* The compiled TGSI shader expecting a prolog and/or epilog (not
338 /* Common VS bits between the shader key and the epilog key. */
343 /* Common TCS bits between the shader key and the epilog key. */
365 /* Common PS bits between the shader key and the epilog key. */
415 /* Prolog and epilog flags. */
419 struct si_ps_epilog_bits epilog; member in struct:si_shader_key::__anon16400::__anon16401
423 struct si_vs_epilog_bits epilog; member in struct:si_shader_key::__anon16400::__anon16402
426 struct si_tcs_epilog_bits epilog; member in struct:si_shader_key::__anon16400::__anon16403
429 struct si_vs_epilog_bits epilog; /* same as VS */ member in struct:si_shader_key::__anon16400::__anon16404
508 struct si_shader_part *epilog; member in struct:si_shader
[all...]
H A Dsi_state_shaders.c644 unsigned value = shader->key.part.ps.epilog.spi_shader_col_format;
947 key->part.vs.epilog.export_prim_id = 1;
951 key->part.tcs.epilog.prim_mode =
964 key->part.tes.epilog.export_prim_id = 1;
976 key->part.ps.epilog.last_cbuf = MAX2(sctx->framebuffer.state.nr_cbufs, 1) - 1;
982 key->part.ps.epilog.spi_shader_col_format =
996 key->part.ps.epilog.spi_shader_col_format |=
997 (key->part.ps.epilog.spi_shader_col_format & 0xf) << 4;
999 key->part.ps.epilog.spi_shader_col_format = sctx->framebuffer.spi_shader_col_format;
1004 if (!(key->part.ps.epilog
[all...]
/external/skia/tools/
H A Dembed_resources.py27 epilog='''The output (when compiled and linked) can be used as:
/external/skqp/tools/
H A Dembed_resources.py27 epilog='''The output (when compiled and linked) can be used as:
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dencodeopt.asm59 ; begin epilog
127 ; begin epilog
185 ; begin epilog
/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py261 def epilog(): function
269 epilog()
/external/webrtc/tools/network_emulator/
H A Demulate.py52 """Custom parser to let us show the epilog without weird line breaking."""
55 return self.epilog
68 parser = NonStrippingEpilogOptionParser(epilog=(
/external/autotest/client/cros/video/
H A Dcollect_golden_images.py24 epilog='''
/external/libvpx/libvpx/vp8/common/x86/
H A Drecon_mmx.asm71 ; begin epilog
115 ; begin epilog
/external/toolchain-utils/binary_search_tool/
H A Dbisect.py326 epilog = _HELP_EPILOG + override_parser.format_help()
328 epilog=epilog, formatter_class=RawTextHelpFormatter)
/external/autotest/site_utils/
H A Ddeploy_server.py68 epilog=('Update all servers:\n'
/external/libhevc/common/arm/
H A Dihevc_inter_pred_luma_copy_w16out.s149 sub r7,r7,#4 @subtract one for epilog
181 beq epilog @jumps to epilog
225 epilog: label
/external/v8/tools/ignition/
H A Dlinux_perf_bytecode_annotate.py119 epilog=__HELP_EPILOGUE)

Completed in 1248 milliseconds

12345