Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmlwf_helpgen.py34 epilog = """
56 epilog=epilog) variable
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_iterate.c80 if (ctx->epilog) in tgsi_iterate_shader()
81 if (!ctx->epilog( ctx )) in tgsi_iterate_shader()
H A Dtgsi_iterate.h65 (* epilog)( member
H A Dtgsi_transform.c240 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 Dtgsi_sanity.c510 epilog( in epilog() function
570 ctx.iter.epilog = epilog; in tgsi_sanity_check()
H A Dtgsi_aa_point.c238 * TGSI transform epilog callback.
295 transform.base.epilog = aa_epilog; in tgsi_add_aa_point()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c200 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 Dsi_shader.c533 /* 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 Dsi_shader.h45 * - 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 Dsi_state_shaders.cpp1778 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 Dsi_shader_llvm_tess.c102 /* 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 Du_unfilled_gen.py260 def epilog(): function
268 epilog()
H A Du_indices_gen.py451 def epilog(): function
459 epilog()
/third_party/python/Lib/
H A Doptparse.py279 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 Dembed_resources.py32 epilog='''The output (when compiled and linked) can be used as:
/third_party/node/deps/v8/tools/ignition/
H A Dlinux_perf_bytecode_annotate.py122 epilog=__HELP_EPILOGUE)
H A Dlinux_perf_report.py189 epilog=__HELP_EPILOGUE)
H A Dbytecode_dispatches_report.py187 epilog=__HELP_EPILOGUE
/third_party/jerryscript/tools/
H A Dgen-doctest.py156 parser = argparse.ArgumentParser(description='Markdown doctest extractor', epilog="""
/third_party/icu/tools/scripts/
H A Dbldicures.py45 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 Dci_run_n_monitor.py242 epilog="Example: mesa-monitor.py --rev $(git rev-parse HEAD) "
/third_party/nghttp2/script/
H A Dfetch-ocsp-response228 epilog= variable
/third_party/python/Tools/scripts/
H A Dhighlight.py206 epilog = textwrap.dedent('''
/third_party/node/deps/v8/tools/
H A Davg.py38 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 Dcmdline.py187 epilog=EPILOG,
192 # the epilog's "Additional option details" section.

Completed in 34 milliseconds

12