Searched refs:logical (Results 1 - 25 of 40) sorted by relevance

12

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_x11.c43 LOGPALETTE *logical; local in function:XCreateColormap
60 /* allocate a bunch of memory for the logical palette (assume 256
62 logical = (LOGPALETTE*)malloc(sizeof(LOGPALETTE) +
64 memset(logical, 0, sizeof(LOGPALETTE) + sizeof(PALETTEENTRY) * n);
66 /* set the entries in the logical palette */
67 logical->palVersion = 0x300;
68 logical->palNumEntries = n;
71 GetSystemPaletteEntries(XHDC, 0, 256, &logical->palPalEntry[0]);
81 logical->palPalEntry[i].peRed =
83 logical
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dblend.rst30 The blend_enable flag is ignored for all render targets when logical
33 For a source component `s` and destination component `d`, the logical
55 The logical operation names and definitions match those of the OpenGL API,
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dblend.rst30 The blend_enable flag is ignored for all render targets when logical
33 For a source component `s` and destination component `d`, the logical
55 The logical operation names and definitions match those of the OpenGL API,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.2.4.rst43 - i965/fs: skip copy-propate for logical instructions with negated src
45 - i965/vec4: skip copy-propate for logical instructions with negated
H A D20.1.4.rst73 - intel/fs: Use the correct logical op for global float atomics
H A D10.2.5.rst42 - i965/fs: skip copy-propate for logical instructions with negated src
44 - i965/vec4: skip copy-propate for logical instructions with negated
H A D18.2.3.rst135 - r600/sb: Fix constant-logical-operand warning.
H A D18.2.5.rst138 - r600/sb: Fix constant logical operand in assert.
H A D20.0.7.rst151 - aco: consider blocks unreachable if they are in the logical cfg
H A D21.3.1.rst128 - svga: fix bitwise/logical and mixup
H A D19.3.4.rst177 - aco: don't always add logical edges from continue_break blocks to
H A D20.3.4.rst66 - aco/optimizer: don't copy-prop logical phis
H A D12.0.0.rst184 Convert phi nodes to logical operations
H A D19.1.0.rst1962 - intel/fs: Emit logical-not of operands on Gen8+
1963 - intel/fs: Use De Morgan's laws to avoid logical-not of a logic result
2110 - intel/fs: Add an enum type for logical sampler inst sources
2111 - intel/fs: Re-order logical surface arguments
2117 - intel/compiler: Re-prefix non-logical surface opcodes with VEC4
2198 - nir/algebraic: Add some logical OR and AND patterns
H A D20.0.0.rst2472 - etnaviv: Replace bitwise OR with logical OR
2893 - aco: don't always add logical edges from continue_break blocks to
2895 - aco: error when block has no logical preds but VGPRs are live at the
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dtiling.rst85 The `isl_tile_info` structure has two different sizes for a tile: a logical
87 the proper logical size, the bits-per-block of the underlying format has to be
102 logical and physical heights are the same and simply divide the width of
105 this is not at all correct. Some tiling formats have logical and physical
117 stencil) has a logical size of 64el x 64el but a physical size of 128B
125 mismatch between logical and physical tile sizes are also relevant for
245 ISL, we represent a W-tile as a tiling with a logical dimension of 64el x 64el
285 1. A logical width and height in elements
287 3. A mapping from logical elements to physical bytes within the tile
291 which the map from logical t
[all...]
H A Dunits.rst54 :cpp:enumerator:`ISL_MSAA_LAYOUT_ARRAY` then each logical array in the surface
H A Dccs.rst147 logical and physical tile dimensions corresponding to the above mapping.
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_waitcnt.cpp113 bool logical : 1; member in struct:aco::__anondaf24d380110::wait_entry
119 wait_on_read(wait_on_read_), logical(logical_), has_vmem_nosampler(false),
135 assert(logical == other.logical);
202 bool join(const wait_ctx* other, bool logical) argument
218 if (entry.second.logical != logical)
H A DREADME.md29 * logical CFG - directly translated from NIR and shows the intended control flow of the program.
32 Note that all nodes of the logical CFG also participate in the linear CFG, but not vice versa.
H A Daco_spill.cpp361 bool logical = false; local in function:aco::__anond37687ce0110::get_rematerialize_info
364 logical = true;
366 logical = false;
367 if (logical && should_rematerialize(instr)) {
1819 /* SSA elimination inserts copies for logical phis right before p_logical_end
1821 * we need to ensure logical phis don't choose a definition which aliases
H A Daco_instruction_selection.cpp9813 get_phi_operand(isel_context* ctx, nir_ssa_def* ssa, RegClass rc, bool logical) argument
9818 } else if (logical && ssa->bit_size == 1 &&
9838 bool logical = !dst.is_linear() || nir_dest_is_divergent(instr->dest); local in function:aco::__anon562fcc110110::visit_phi
9839 logical |= (ctx->block->kind & block_kind_merge) != 0;
9840 aco_opcode opcode = logical ? aco_opcode::p_phi : aco_opcode::p_linear_phi;
9847 std::vector<unsigned>& preds = logical ? ctx->block->logical_preds : ctx->block->linear_preds;
9874 Operand op = get_phi_operand(ctx, src.second, dst.regClass(), logical);
9886 if (!logical && ctx->block->kind & block_kind_loop_header) {
10252 bool logical = ctx->cf_info.has_branch || ctx->cf_info.parent_loop.has_divergent_branch; local in function:aco::__anon562fcc110110::visit_loop
10254 if ((logical
[all...]
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXDefaultOMIF.c209 XRectangle *logical = &oc->core.font_set_extents.max_logical_extent; local in function:set_fontset_extents
226 logical->x = 0;
227 logical->y = -(logical_ascent);
228 logical->width = overall.width;
229 logical->height = logical_ascent + logical_descent;
/xsrc/external/mit/libX11/dist/modules/om/generic/
H A DomGeneric.c339 XRectangle *logical = &oc->core.font_set_extents.max_logical_extent; local in function:set_fontset_extents
401 logical->x = 0;
402 logical->y = -(logical_ascent);
403 logical->width = overall.width;
404 logical->height = logical_ascent + logical_descent;
/xsrc/external/mit/libdrm/dist/man/
H A Ddrm-kms.7.rst92 you need to make sure to arrange them in the correct logical order and select

Completed in 46 milliseconds

12