| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | win32_x11.c | 43 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 D | blend.rst | 30 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 D | blend.rst | 30 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 D | 10.2.4.rst | 43 - i965/fs: skip copy-propate for logical instructions with negated src 45 - i965/vec4: skip copy-propate for logical instructions with negated
|
| H A D | 20.1.4.rst | 73 - intel/fs: Use the correct logical op for global float atomics
|
| H A D | 10.2.5.rst | 42 - i965/fs: skip copy-propate for logical instructions with negated src 44 - i965/vec4: skip copy-propate for logical instructions with negated
|
| H A D | 18.2.3.rst | 135 - r600/sb: Fix constant-logical-operand warning.
|
| H A D | 18.2.5.rst | 138 - r600/sb: Fix constant logical operand in assert.
|
| H A D | 20.0.7.rst | 151 - aco: consider blocks unreachable if they are in the logical cfg
|
| H A D | 21.3.1.rst | 128 - svga: fix bitwise/logical and mixup
|
| H A D | 19.3.4.rst | 177 - aco: don't always add logical edges from continue_break blocks to
|
| H A D | 20.3.4.rst | 66 - aco/optimizer: don't copy-prop logical phis
|
| H A D | 12.0.0.rst | 184 Convert phi nodes to logical operations
|
| H A D | 19.1.0.rst | 1962 - 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 D | 20.0.0.rst | 2472 - 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 D | tiling.rst | 85 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 D | units.rst | 54 :cpp:enumerator:`ISL_MSAA_LAYOUT_ARRAY` then each logical array in the surface
|
| H A D | ccs.rst | 147 logical and physical tile dimensions corresponding to the above mapping.
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_insert_waitcnt.cpp | 113 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 D | README.md | 29 * 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 D | aco_spill.cpp | 361 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 D | aco_instruction_selection.cpp | 9813 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 D | XDefaultOMIF.c | 209 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 D | omGeneric.c | 339 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 D | drm-kms.7.rst | 92 you need to make sure to arrange them in the correct logical order and select
|