Searched refs:fragment (Results 1 - 25 of 385) sorted by relevance

1234567891011>>

/src/compat/
H A Dm32.mk4 # Makefile fragment to help implement a set of 'cc -m32' libraries.
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_test_gen6.c125 static const uint32_t fragment[][4] = {
158 for (n = 0; n < ARRAY_SIZE(fragment); n++) {
160 (const struct brw_instruction *)&fragment[n][0],
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_test_gen6.c125 static const uint32_t fragment[][4] = {
158 for (n = 0; n < ARRAY_SIZE(fragment); n++) {
160 (const struct brw_instruction *)&fragment[n][0],
/src/sys/compat/netbsd32/
H A Dnetbsd32.mk3 # makefile fragment that tells you if you should support netbsd32 or not.
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dcros-ec-keyboard.dtsi3 * Keyboard dts fragment for devices that use cros-ec-keyboard
/src/lib/libc/
H A Dlibcincludes.mk3 # Makefile fragment shared across several parts that want to look
/src/sys/external/bsd/libfdt/dist/
H A Dfdt_overlay.c17 * overlay_get_target_phandle - retrieves the target phandle of a fragment
19 * @fragment: node offset of the fragment in the overlay
22 * overlay fragment when that fragment uses a phandle (target
30 static uint32_t overlay_get_target_phandle(const void *fdto, int fragment) argument
35 val = fdt_getprop(fdto, fragment, "target", &len);
46 * overlay_get_target - retrieves the offset of a fragment's target
49 * @fragment: node offset of the fragment i
60 overlay_get_target(const void * fdt,const void * fdto,int fragment,char const ** pathp) argument
622 int fragment; local in function:overlay_merge
698 int root_sym, ov_sym, prop, path_len, fragment, target; local in function:overlay_symbol_update
[all...]
/src/sys/arch/arm/dts/overlays/
H A Dsunxi-h3-h5-nanopi-neo-nas-dock.dts45 fragment@0 {
52 fragment@1 {
60 fragment@2 {
67 fragment@3 {
75 fragment@4 {
92 fragment@5 {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor_gfx.c127 create_frag_shader_weave(struct ureg_program *shader, struct ureg_dst fragment) argument
193 ureg_LRP(shader, fragment, ureg_swizzle(ureg_src(t_tc[0]),
205 struct ureg_dst fragment)
224 ureg_DP4(shader, ureg_writemask(fragment, TGSI_WRITEMASK_X << i), csc[i],
233 ureg_MAX(shader, ureg_writemask(fragment, TGSI_WRITEMASK_W),
269 struct ureg_dst fragment; local in function:create_frag_shader_video_buffer
276 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0);
279 create_frag_shader_csc(shader, texel, fragment);
291 struct ureg_dst texel, fragment; local in function:create_frag_shader_weave_rgb
298 fragment
204 create_frag_shader_csc(struct ureg_program * shader,struct ureg_dst texel,struct ureg_dst fragment) argument
314 struct ureg_dst texel, fragment; local in function:create_frag_shader_deint_yuv
351 struct ureg_dst fragment; local in function:create_frag_shader_palette
406 struct ureg_dst texel, fragment; local in function:create_frag_shader_rgba
438 struct ureg_dst texel, fragment; local in function:create_frag_shader_rgb_yuv
[all...]
H A Dvl_idct.h88 unsigned first_input, struct ureg_dst fragment);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor_gfx.c127 create_frag_shader_weave(struct ureg_program *shader, struct ureg_dst fragment) argument
193 ureg_LRP(shader, fragment, ureg_swizzle(ureg_src(t_tc[0]),
205 struct ureg_dst fragment)
224 ureg_DP4(shader, ureg_writemask(fragment, TGSI_WRITEMASK_X << i), csc[i],
233 ureg_MAX(shader, ureg_writemask(fragment, TGSI_WRITEMASK_W),
269 struct ureg_dst fragment; local in function:create_frag_shader_video_buffer
276 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0);
279 create_frag_shader_csc(shader, texel, fragment);
291 struct ureg_dst texel, fragment; local in function:create_frag_shader_weave_rgb
298 fragment
204 create_frag_shader_csc(struct ureg_program * shader,struct ureg_dst texel,struct ureg_dst fragment) argument
314 struct ureg_dst texel, fragment; local in function:create_frag_shader_deint_yuv
351 struct ureg_dst fragment; local in function:create_frag_shader_palette
406 struct ureg_dst texel, fragment; local in function:create_frag_shader_rgba
438 struct ureg_dst texel, fragment; local in function:create_frag_shader_rgb_yuv
[all...]
H A Dvl_idct.h88 unsigned first_input, struct ureg_dst fragment);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rbug/
H A Drbug_context.h89 rbug_shader_t fragment; member in struct:rbug_proto_context_draw_rule
114 rbug_shader_t fragment; member in struct:rbug_proto_context_info_reply
156 rbug_shader_t fragment,
175 rbug_shader_t fragment,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rbug/
H A Drbug_context.h89 rbug_shader_t fragment; member in struct:rbug_proto_context_draw_rule
114 rbug_shader_t fragment; member in struct:rbug_proto_context_info_reply
156 rbug_shader_t fragment,
175 rbug_shader_t fragment,
/src/tests/libexec/ld.elf_so/
H A Dhelper.mk3 # Makefile fragment for building a helper library used by ld.elf_so
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D6.5.3.rst41 - Much faster software execution of vertex, fragment shaders.
51 - Fog was errantly applied when a fragment shader was enabled (bug
55 - With 32-bit Z buffer, the fragment Z of lines and points was
73 - Vertex/fragment shaders are compiled into GPU instructions and
75 - Vertex and fragment programs are executed with the same code now.
H A D6.4.1.rst25 - fixed occasional segfault upon vertex/fragment parsing error
27 - fragment program fog option didn't work with glDrawPixels, glBitmap
H A D6.5.2.rst44 - Faster fragment program execution in software
67 - fragment.fogcoord register didn't always contain the correct value
70 - Fixed some fragment program bugs in Intel i915 DRI driver
H A D6.5.1.rst30 multiple vertex/fragment program parameters with one call.
70 - fragment.position wasn't set correctly for point/line primitives
72 - max fragment program length was incorrectly 128, now 1024
73 - writes to result.depth in fragment programs weren't clamped to [0,1]
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.h57 /* For fragment shaders, work register count, early-z, reads at draw-time */
152 rsd->preload.fragment.fragment_position = info->fs.reads_frag_coord;
153 rsd->preload.fragment.coverage = true;
154 rsd->preload.fragment.primitive_flags = info->fs.reads_face;
159 rsd->preload.fragment.sample_mask_id =
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_program_debug.spec36 vertex and fragment programs.
38 The concept is that vertex and fragment program debuggers will be
44 each vertex or fragment instruction.
50 be called prior to executing each vertex or fragment program instruction.
84 If we want to be able to single-step through vertex/fragment
176 prior to executing each instruction in the current fragment or
245 vertex and/or fragment programs defined by those extensions may
256 a supported vertex or fragment program type.
260 Begin and End when a vertex or fragment program is currently executing.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dblend.rst92 If enabled, the fragment's alpha value is used to override the fragment's
99 If enabled, the fragment's alpha value will be set to one. As with
109 functions and source/destination factors. Otherwise, the incoming fragment
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
H A DMESA_program_debug.spec36 vertex and fragment programs.
38 The concept is that vertex and fragment program debuggers will be
44 each vertex or fragment instruction.
50 be called prior to executing each vertex or fragment program instruction.
84 If we want to be able to single-step through vertex/fragment
176 prior to executing each instruction in the current fragment or
245 vertex and/or fragment programs defined by those extensions may
256 a supported vertex or fragment program type.
260 Begin and End when a vertex or fragment program is currently executing.
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dblend.rst92 If enabled, the fragment's alpha value is used to override the fragment's
99 If enabled, the fragment's alpha value will be set to one. As with
113 functions and source/destination factors. Otherwise, the incoming fragment
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_parser.h221 } fragment; member in struct:asm_parser_state
270 * Parses and processes an option string to an ARB fragment program

Completed in 28 milliseconds

1234567891011>>