Searched refs:layouts (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/xkeyboard-config/dist/tests/
H A Dtest_rules_xml.py60 layouts = []
63 layouts.append(Layout(f, l, v))
64 metafunc.parametrize('layout', layouts)
182 layouts = {}
185 assert ci.name not in layouts, f'Duplicate layout {ci.name}'
186 layouts[ci.name] = True
219 """Typically layouts should specify at least one country code"""
238 """Typically layouts should should specify at least one language code"""
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android_mapper.cpp133 std::vector<PlaneLayout>& layouts = *layouts_opt; local in function:mapper_metadata_get_buffer_info
135 buf_info.num_planes = layouts.size();
139 for (uint32_t i = 0; i < layouts.size(); i++) {
141 buf_info.pitches[i] = layouts[i].strideInBytes;
142 buf_info.offsets[i] = layouts[i].offsetInBytes;
/xsrc/external/mit/xkeyboard-config/dist/rules/compat/
H A Dmap-variants.py34 layouts = []
44 layouts.append((l1, l2))
45 return layouts
/xsrc/external/mit/libxkbfile/dist/include/X11/extensions/
H A DXKBrules.h86 XkbRF_DescribeVarsRec layouts; member in struct:_XkbRF_Rules
/xsrc/external/mit/xkeyboard-config/dist/rules/
H A Dxml2lst.pl16 @layouts = node_by_name($reg, 'layoutList/layout/configItem');
27 for $i (@layouts) {
34 for $l (@layouts) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.3.2.rst51 - radv: handle depth/stencil image copy with layouts better. (v3.1)
H A D18.1.4.rst75 - anv: Be more careful about hashing pipeline layouts
H A D17.1.2.rst98 - anv: Handle transitioning depth from UNDEFINED to other layouts
113 - i965: Rework Sandy Bridge HiZ and stencil layouts
H A D13.0.2.rst128 - i965: Fix GS push inputs with enhanced layouts.
H A D20.1.6.rst49 - radv: Do not consider layouts fast-clearable on compute queue.
H A D7.8.2.rst59 - Fix cube map layouts on Ironlake.
H A D20.3.4.rst36 - ANV: Not handling separate stencil layouts properly
H A D17.2.0.rst141 - From "Use isl for hiz layouts" commit onwards, everything crashes
H A D20.3.5.rst213 - zink: fix streamout emission for super-enhanced layouts
H A D19.1.0.rst756 - radv: Allow fast clears with concurrent queue mask for some layouts.
782 - radv: Add ycbcr samplers in descriptor set layouts.
2128 - anv: Clean up descriptor set layouts
2131 - anv: Take references to push descriptor set layouts
2169 layouts
2255 - anv: Put binding flags in descriptor set layouts
4252 - radv: handle final layouts at end of every subpass and render pass
H A D21.2.0.rst672 - asahi: Translate layouts for texture and RTs
3830 - zink: update samplerview descriptor layouts when image binds are set
3994 - zink: add a function for creating descriptor layouts for push sets
4027 - zink: track active use counts for descriptor layouts
4106 - zink: use depth/stencil-only layouts for depth/stencil-only formats
4845 - radv: fix specifying the stencil layout for separate depth/stencil layouts
H A D20.0.0.rst1724 - anv: Allow HiZ in read-only depth layouts
2039 - freedreno: Add debug flag for forcing linear layouts
3086 - radv: create decompress pipelines for separate depth/stencil layouts
H A D21.0.0.rst115 - ANV: Not handling separate stencil layouts properly
889 - freedreno/a6xx: fix array pitch for layer-first layouts
1468 - v3dv: initialize pipeline layouts for meta operations at driver initialization
2526 - zink: fix streamout emission for super-enhanced layouts
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_android.c356 VkSubresourceLayout layouts[4]; member in struct:vn_android_image_builder
380 memset(out_builder->layouts, 0, sizeof(out_builder->layouts));
382 out_builder->layouts[i].offset = buf_props.offset[i];
383 out_builder->layouts[i].rowPitch = buf_props.stride[i];
391 .pPlaneLayouts = out_builder->layouts,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_descriptors_lazy.c232 pg->dd->layouts[pg->num_dsl] = zink_descriptor_util_layout_get(ctx, type, bindings[type], num_bindings[type], &pg->dd->layout_key[type]);
234 pg->dsl[pg->num_dsl] = pg->dd->layouts[pg->num_dsl]->layout;
282 (!is_push && pg->dd->layouts[i]->desc_template))
302 pg->dd->layouts[i]->desc_template = t;
457 VKCTX(UpdateDescriptorSetWithTemplate)(screen->dev, set, pg->dd->layouts[type + 1]->desc_template, ctx);
481 VKSCR(UpdateDescriptorSetWithTemplate)(screen->dev, desc_sets[type], pg->dd->layouts[type + 1]->desc_template, ctx);
568 * descriptor sets which were bound with compatible pipeline layouts
H A Dzink_descriptors.h151 struct zink_descriptor_layout *layouts[ZINK_DESCRIPTOR_TYPES + 1]; member in struct:zink_program_descriptor_data
H A Dzink_descriptors.c612 VkDescriptorSetLayout *layouts = alloca(sizeof(*layouts) * num_sets); local in function:zink_descriptor_util_alloc_sets
619 layouts[i] = dsl;
620 dsai.pSetLayouts = layouts;
1243 * within a set, entries are ordered by the binding numbers in the descriptor set layouts
/xsrc/external/mit/libxkbfile/dist/src/
H A Dmaprules.c1206 XkbRF_AddVarDescCopy(&rules->layouts, &tmp);
1220 if ((rules->models.num_desc == 0) && (rules->layouts.num_desc == 0) &&
1341 XkbRF_ClearVarDescriptions(&rules->layouts);
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dccs.rst71 The following table represents the bit-layouts that yield the CCS tiling format
H A Dformats.rst29 The different data layouts fall into two categories: array and packed. When an

Completed in 44 milliseconds

12