/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | xmlwf_helpgen.py | 34 epilog = """ 56 epilog=epilog) variable
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_iterate.c | 80 if (ctx->epilog) in tgsi_iterate_shader() 81 if (!ctx->epilog( ctx )) in tgsi_iterate_shader()
|
H A D | tgsi_iterate.h | 65 (* epilog)( member
|
H A D | tgsi_transform.c | 240 call_stack == 0 && ctx->epilog && !epilog_emitted) { in tgsi_transform_shader() 245 /* Emit caller's epilog */ in tgsi_transform_shader() 246 ctx->epilog(ctx); in tgsi_transform_shader()
|
H A D | tgsi_sanity.c | 510 epilog( in epilog() function 570 ctx.iter.epilog = epilog; in tgsi_sanity_check()
|
H A D | tgsi_aa_point.c | 238 * TGSI transform epilog callback. 295 transform.base.epilog = aa_epilog; in tgsi_add_aa_point()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_ps.c | 200 if (ctx->shader->key.ps.part.epilog.alpha_func != PIPE_FUNC_NEVER) { in si_alpha_test() 206 LLVMRealPredicate cond = cond_map[ctx->shader->key.ps.part.epilog.alpha_func]; in si_alpha_test() 257 unsigned col_formats = key->ps.part.epilog.spi_shader_col_format; in si_llvm_init_ps_export_args() 269 is_int8 = (key->ps.part.epilog.color_is_int8 >> cbuf) & 0x1; in si_llvm_init_ps_export_args() 270 is_int10 = (key->ps.part.epilog.color_is_int10 >> cbuf) & 0x1; in si_llvm_init_ps_export_args() 284 if (key->ps.part.epilog.dual_src_blend_swizzle && in si_llvm_init_ps_export_args() 402 if (ctx->shader->key.ps.part.epilog.clamp_color) in si_llvm_build_clamp_alpha_test() 407 if (ctx->shader->key.ps.part.epilog.alpha_to_one) in si_llvm_build_clamp_alpha_test() 411 if (index == 0 && ctx->shader->key.ps.part.epilog.alpha_func != PIPE_FUNC_ALWAYS) in si_llvm_build_clamp_alpha_test() 420 if (ctx->shader->key.ps.part.epilog in si_export_mrt_color() [all...] |
H A D | si_shader.c | 533 /* TCS return values are inputs to the TCS epilog. in si_init_shader_args() 537 * should be passed to the epilog. in si_init_shader_args() 737 /* Outputs for the epilog. */ in si_init_shader_args() 838 add_part(shader->epilog); in si_shader_binary_open() 1197 if (shader->epilog) in si_shader_dump() 1198 si_shader_dump_disassembly(sscreen, &shader->epilog->binary, stage, shader->wave_size, debug, in si_shader_dump() 1199 "epilog", file); in si_shader_dump() 1253 fprintf(f, " part.tcs.epilog.prim_mode = %u\n", key->ge.part.tcs.epilog.prim_mode); in si_dump_shader_key() 1297 fprintf(f, " epilog in si_dump_shader_key() [all...] |
H A D | si_shader.h | 45 * - epilog part (shader code dependent on states) 52 * compiled when applications create shader objects. The prolog and epilog 57 * for vertex shaders. A few of the roles of the epilog part are color buffer 59 * tessellation factors in tessellation control shaders. The prolog and epilog 89 * - 2nd shader: epilog part 502 /* The compiled NIR shader without a prolog and/or epilog (not 575 /* Common TCS bits between the shader key and the epilog key. */ 596 /* Common PS bits between the shader key and the epilog key. */ 658 /* Prolog and epilog flags. */ 666 struct si_tcs_epilog_bits epilog; member 732 struct si_ps_epilog_bits epilog; global() member 848 struct si_shader_part *epilog; global() member [all...] |
H A D | si_state_shaders.cpp | 1778 unsigned spi_shader_col_format = shader->key.ps.part.epilog.spi_shader_col_format; 1952 cb_shader_mask = ac_get_cb_shader_mask(shader->key.ps.part.epilog.spi_shader_col_format); 2001 shader->key.ps.part.epilog.alpha_to_coverage_via_mrtz); 2237 key->ps.part.epilog.last_cbuf = MAX2(sctx->framebuffer.state.nr_cbufs, 1) - 1; 2239 key->ps.part.epilog.last_cbuf = 0; 2274 key->ps.part.epilog.spi_shader_col_format = 2283 key->ps.part.epilog.spi_shader_col_format &= blend->cb_target_enabled_4bit; 2285 key->ps.part.epilog.dual_src_blend_swizzle = sctx->gfx_level >= GFX11 && 2293 key->ps.part.epilog.spi_shader_col_format |= 2294 (key->ps.part.epilog [all...] |
H A D | si_shader_llvm_tess.c | 102 /* If !tcs_out_vertices, it's the TCS epilog. */ in si_get_num_tcs_out_vertices() 295 if (!shader->key.ge.part.tcs.epilog.invoc0_tess_factors_are_def) { in si_write_tess_factors() 312 switch (shader->key.ge.part.tcs.epilog.prim_mode) { in si_write_tess_factors() 338 if (shader->key.ge.part.tcs.epilog.invoc0_tess_factors_are_def) { in si_write_tess_factors() 365 if (shader->key.ge.part.tcs.epilog.prim_mode == TESS_PRIMITIVE_ISOLINES) { in si_write_tess_factors() 413 if (shader->key.ge.part.tcs.epilog.tes_reads_tess_factors) { in si_write_tess_factors() 468 values[1] = ctx->ac.i32_1; /* cause the epilog to skip threads */ in si_llvm_tcs_build_end() 472 /* Return epilog parameters from this function. */ in si_llvm_tcs_build_end() 600 * Compile the TCS epilog function. This writes tesselation factors to memory
|
/third_party/mesa3d/src/util/indices/ |
H A D | u_unfilled_gen.py | 260 def epilog(): function 268 epilog()
|
H A D | u_indices_gen.py | 451 def epilog(): function 459 epilog()
|
/third_party/python/Lib/ |
H A D | optparse.py | 279 def format_epilog(self, epilog): 280 if epilog: 281 return "\n" + self._format_text(epilog) + "\n" 1127 epilog : string 1188 epilog=None): 1200 self.epilog = epilog 1625 return formatter.format_epilog(self.epilog)
|
/third_party/skia/tools/ |
H A D | embed_resources.py | 32 epilog='''The output (when compiled and linked) can be used as:
|
/third_party/node/deps/v8/tools/ignition/ |
H A D | linux_perf_bytecode_annotate.py | 122 epilog=__HELP_EPILOGUE)
|
H A D | linux_perf_report.py | 189 epilog=__HELP_EPILOGUE)
|
H A D | bytecode_dispatches_report.py | 187 epilog=__HELP_EPILOGUE
|
/third_party/jerryscript/tools/ |
H A D | gen-doctest.py | 156 parser = argparse.ArgumentParser(description='Markdown doctest extractor', epilog="""
|
/third_party/icu/tools/scripts/ |
H A D | bldicures.py | 45 parser = argparse.ArgumentParser(description='Yet Another ICU Resource Builder', epilog='ICU tool, http://icu-project.org - master copy at http://source.icu-project.org/repos/icu/tools/trunk/scripts/bldicures.py')
|
/third_party/mesa3d/.gitlab-ci/bin/ |
H A D | ci_run_n_monitor.py | 242 epilog="Example: mesa-monitor.py --rev $(git rev-parse HEAD) "
|
/third_party/nghttp2/script/ |
H A D | fetch-ocsp-response | 228 epilog= variable
|
/third_party/python/Tools/scripts/ |
H A D | highlight.py | 206 epilog = textwrap.dedent('''
|
/third_party/node/deps/v8/tools/ |
H A D | avg.py | 38 epilog="Example:\n\tavg.py 10 bash -c \"echo A: 100; echo B 120; sleep .1\"" variable
|
/third_party/python/Lib/test/libregrtest/ |
H A D | cmdline.py | 187 epilog=EPILOG, 192 # the epilog's "Additional option details" section.
|