Searched refs:combined (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinsetsp.c53 HRGN hrgn = NULL, combined = NULL; local in function:winSetSpansNativeGDI
62 combined = CreateRectRgn (pbox->x1, pbox->y1, pbox->x2, pbox->y2);
67 CombineRgn (combined, combined, hrgn, RGN_OR);
78 SelectClipRgn (pGCPriv->hdcMem, combined);
79 DeleteObject (combined);
80 combined = NULL;
133 SelectClipRgn (pGCPriv->hdc, combined);
134 DeleteObject (combined);
135 combined
[all...]
H A Dwinfillsp.c81 HRGN hrgn = NULL, combined = NULL; local in function:winFillSpansNativeGDI
88 combined = CreateRectRgn (pbox->x1, pbox->y1, pbox->x2, pbox->y2);
94 CombineRgn (combined, combined, hrgn, RGN_OR);
111 SelectClipRgn (pGCPriv->hdcMem, combined);
112 DeleteObject (combined);
113 combined = NULL;
480 SelectClipRgn (pGCPriv->hdc, combined);
481 DeleteObject (combined);
482 combined
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp984 /* Clean up to verify from where the values in combined store are coming. */
989 nir_intrinsic_instr *combined = get_intrinsic(nir_intrinsic_store_deref, 0); local in function:TEST_F
990 ASSERT_EQ(nir_intrinsic_write_mask(combined), 0xf);
991 ASSERT_EQ(nir_intrinsic_get_var(combined, 0), out);
993 nir_alu_instr *vec = nir_src_as_alu_instr(combined->src[1]);
1023 /* Clean up to verify from where the values in combined store are coming. */
1028 nir_intrinsic_instr *combined = get_intrinsic(nir_intrinsic_store_deref, 0); local in function:TEST_F
1029 ASSERT_EQ(nir_intrinsic_write_mask(combined), 0xf);
1030 ASSERT_EQ(nir_intrinsic_get_var(combined, 0), out);
1032 nir_alu_instr *vec = nir_src_as_alu_instr(combined
1094 nir_intrinsic_instr *combined = get_intrinsic(nir_intrinsic_store_deref, 0); local in function:TEST_F
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y1208 token_t *combined = NULL;
1218 /* A very few single-character punctuators can be combined
1223 combined = _token_create_ival (parser, LEFT_SHIFT, LEFT_SHIFT);
1225 combined = _token_create_ival (parser, LESS_OR_EQUAL, LESS_OR_EQUAL);
1229 combined = _token_create_ival (parser, RIGHT_SHIFT, RIGHT_SHIFT);
1231 combined = _token_create_ival (parser, GREATER_OR_EQUAL, GREATER_OR_EQUAL);
1235 combined = _token_create_ival (parser, EQUAL, EQUAL);
1239 combined = _token_create_ival (parser, NOT_EQUAL, NOT_EQUAL);
1243 combined = _token_create_ival (parser, AND, AND);
1247 combined
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.1.rst77 - glsl: binding point is a texture unit, which is a combined space
H A D10.5.9.rst92 - glsl: binding point is a texture unit, which is a combined space
H A D20.0.6.rst90 - spirv: Fix passing combined image/samplers through function calls
H A D13.0.5.rst143 - i965/blorp: Use the correct ISL format for combined depth/stencil
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c3438 token_t *combined = NULL; local in function:_token_paste
3448 /* A very few single-character punctuators can be combined
3453 combined = _token_create_ival (parser, LEFT_SHIFT, LEFT_SHIFT);
3455 combined = _token_create_ival (parser, LESS_OR_EQUAL, LESS_OR_EQUAL);
3459 combined = _token_create_ival (parser, RIGHT_SHIFT, RIGHT_SHIFT);
3461 combined = _token_create_ival (parser, GREATER_OR_EQUAL, GREATER_OR_EQUAL);
3465 combined = _token_create_ival (parser, EQUAL, EQUAL);
3469 combined = _token_create_ival (parser, NOT_EQUAL, NOT_EQUAL);
3473 combined = _token_create_ival (parser, AND, AND);
3477 combined
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y1321 token_t *combined = NULL;
1331 /* A very few single-character punctuators can be combined
1336 combined = _token_create_ival (parser, LEFT_SHIFT, LEFT_SHIFT);
1338 combined = _token_create_ival (parser, LESS_OR_EQUAL, LESS_OR_EQUAL);
1342 combined = _token_create_ival (parser, RIGHT_SHIFT, RIGHT_SHIFT);
1344 combined = _token_create_ival (parser, GREATER_OR_EQUAL, GREATER_OR_EQUAL);
1348 combined = _token_create_ival (parser, EQUAL, EQUAL);
1352 combined = _token_create_ival (parser, NOT_EQUAL, NOT_EQUAL);
1356 combined = _token_create_ival (parser, AND, AND);
1360 combined
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp573 * the one after it could be combined. However, it seems safer to just
1363 * the one after it could be combined. However, it seems safer to just
1385 * the one after it could be combined. However, it seems safer to just
1625 /* Clean up to verify from where the values in combined store are coming. */
1630 nir_intrinsic_instr *combined = get_intrinsic(nir_intrinsic_store_deref, 0); local in function:TEST_F
1631 ASSERT_EQ(nir_intrinsic_write_mask(combined), 0xf);
1632 ASSERT_EQ(nir_intrinsic_get_var(combined, 0), out);
1634 nir_alu_instr *vec = nir_src_as_alu_instr(combined->src[1]);
1664 /* Clean up to verify from where the values in combined store are coming. */
1669 nir_intrinsic_instr *combined local in function:TEST_F
1735 nir_intrinsic_instr *combined = get_intrinsic(nir_intrinsic_store_deref, 0); local in function:TEST_F
[all...]
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c3745 token_t *combined = NULL; local in function:_token_paste
3755 /* A very few single-character punctuators can be combined
3760 combined = _token_create_ival (parser, LEFT_SHIFT, LEFT_SHIFT);
3762 combined = _token_create_ival (parser, LESS_OR_EQUAL, LESS_OR_EQUAL);
3766 combined = _token_create_ival (parser, RIGHT_SHIFT, RIGHT_SHIFT);
3768 combined = _token_create_ival (parser, GREATER_OR_EQUAL, GREATER_OR_EQUAL);
3772 combined = _token_create_ival (parser, EQUAL, EQUAL);
3776 combined = _token_create_ival (parser, NOT_EQUAL, NOT_EQUAL);
3780 combined = _token_create_ival (parser, AND, AND);
3784 combined
[all...]
/xsrc/external/mit/xterm/dist/vttests/
H A Dreport-sgr.pl592 combined, as well as foreground and background colors.
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dvenus.rst203 the guest kernel work together to set up a write-back or write-combined guest
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2053 unsigned combined; local in function:generate_unswizzled_blend
2059 combined = lp_build_concat_n(gallivm, row_type, src, src_count, src, dst_count);
2064 row_type.length *= combined;
2065 src_count /= combined;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dscreen.rst428 * ``PIPE_CAP_MAX_COMBINED_SHADER_OUTPUT_RESOURCES``: Limit on combined shader
492 for all active texture uploads combined. This is a performance hint.
692 during their lifecycle. Bind flags are cumulative and may be combined to create
H A Dcontext.rst255 only depth or stencil in a combined depth/stencil surface.
265 with the specified depth and stencil values (for combined depth/stencil buffers,
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst457 * ``PIPE_CAP_MAX_COMBINED_SHADER_OUTPUT_RESOURCES``: Limit on combined shader
524 for all active texture uploads combined. This is a performance hint.
801 during their lifecycle. Bind flags are cumulative and may be combined to create
H A Dcontext.rst280 only depth or stencil in a combined depth/stencil surface.
290 with the specified depth and stencil values (for combined depth/stencil buffers,
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A DREADME.md61 In this phase, simpler instructions are combined into more complex instructions (like the different versions of multiply-add as well as neg, abs, clamp, and output modifiers) and constants are inlined, moves are eliminated, etc.
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2034 nir_const_value combined[NIR_MAX_VEC_COMPONENTS * 2]; local in function:vtn_handle_constant
2038 combined[i] = v0->constant->values[i];
2042 combined[len0 + i] = v1->constant->values[i];
2056 val->constant->values[j] = combined[comp];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2637 unsigned combined; local in function:generate_unswizzled_blend
2643 combined = lp_build_concat_n(gallivm, row_type, src, src_count, src, dst_count);
2648 row_type.length *= combined;
2649 src_count /= combined;
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c1877 bool combined = instr->intrinsic == local in function:emit_intrinsic
1908 else if (combined)
1914 if (combined) {
/xsrc/external/mit/MesaLib/dist/docs/
H A Denvvars.rst390 combined into a single record in the output. When possible, a single
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c568 bool combined = instr->intrinsic == local in function:bi_emit_fragment_out
571 unsigned writeout = combined ? nir_intrinsic_component(instr) :

Completed in 58 milliseconds

12