| /xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/ |
| fd_layout_test.c | 35 struct fdl_layout layout = { local 36 .ubwc = testcase->layout.ubwc, 37 .tile_mode = testcase->layout.tile_mode, 41 int max_size = MAX2(testcase->layout.width0, testcase->layout.height0); 43 while (max_size > 1 && testcase->layout.slices[mip_levels].pitch) { 49 fdl6_layout(&layout, testcase->format, 50 MAX2(testcase->layout.nr_samples, 1), testcase->layout.width0, 51 MAX2(testcase->layout.height0, 1) [all...] |
| fd_layout_test.h | 30 /* Partially filled layout of input parameters and expected results. */ 44 } layout; member in struct:testcase
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| nouveau_surface.h | 40 enum nouveau_surface_layout layout; member in struct:nouveau_surface 50 enum nouveau_surface_layout layout,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| nouveau_surface.h | 40 enum nouveau_surface_layout layout; member in struct:nouveau_surface 50 enum nouveau_surface_layout layout,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| vl_zscan.h | 63 struct pipe_sampler_view *src, *layout, *quant; member in struct:vl_zscan_buffer 75 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line); 94 vl_zscan_set_layout(struct vl_zscan_buffer *buffer, struct pipe_sampler_view *layout);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_surface.c | 54 if (res->layout != ETNA_LAYOUT_LINEAR && 55 (!need_multitiled || (res->layout & ETNA_LAYOUT_BIT_MULTI))) 60 unsigned layout = ETNA_LAYOUT_TILED; local 62 layout |= ETNA_LAYOUT_BIT_MULTI; 64 layout |= ETNA_LAYOUT_BIT_SUPER; 69 etna_resource_alloc(pctx->screen, layout, 143 if (rsc->layout & ETNA_LAYOUT_BIT_MULTI)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| vl_zscan.h | 63 struct pipe_sampler_view *src, *layout, *quant; member in struct:vl_zscan_buffer 75 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line); 94 vl_zscan_set_layout(struct vl_zscan_buffer *buffer, struct pipe_sampler_view *layout);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| fd5_resource.c | 51 enum util_format_layout layout = util_format_description(format)->layout; local 58 /* in layer_first layout, the level (slice) contains just one 88 if (layout == UTIL_FORMAT_LAYOUT_ASTC)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| prog_parameter_layout.c | 26 * \brief Helper functions to layout storage for program parameters 129 struct gl_program_parameter_list *layout; local 133 layout = 146 copy_indirect_accessed_array(state->prog->Parameters, layout, 151 _mesa_free_parameter_list(layout); 201 _mesa_add_unnamed_constant(layout, v, p->Size, & swizzle); 210 _mesa_add_state_reference(layout, p->StateIndexes); 222 layout->StateFlags = state->prog->Parameters->StateFlags; 224 state->prog->Parameters = layout;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| tu_descriptor_set.h | 68 /* The create flags for this descriptor set layout */ 101 struct tu_descriptor_set_layout *layout; member in struct:tu_pipeline_layout::__anon991
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_render_pass.c | 55 /* if layout changes are ever handled here, need VkAttachmentSampleLocationsEXT */ 56 VkImageLayout layout = rt->fbfetch ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; local 57 attachments[i].initialLayout = layout; 58 attachments[i].finalLayout = layout; 60 color_refs[i].layout = layout; 73 VkImageLayout layout = rt->needs_write || has_clear ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL; local 81 /* if layout changes are ever handled here, need VkAttachmentSampleLocationsEXT */ 82 attachments[num_attachments].initialLayout = layout; 83 attachments[num_attachments].finalLayout = layout; 164 VkImageLayout layout = rt->fbfetch ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; local 195 VkImageLayout layout = rt->needs_write || has_clear ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| lvp_lower_vulkan_resource.c | 56 struct lvp_pipeline_layout *layout = data_cb; local 57 struct lvp_descriptor_set_binding_layout *binding = &layout->set[desc_set_idx].layout->binding[binding_idx]; 64 value += layout->set[s].layout->stage[b->shader->info.stage].const_buffer_count; 66 value += layout->set[s].layout->stage[b->shader->info.stage].shader_buffer_count; 107 struct lvp_pipeline_layout *layout) 119 struct lvp_descriptor_set_binding_layout *binding = &layout->set[desc_set_idx].layout->binding[binding_idx] 162 struct lvp_pipeline_layout *layout = data_cb; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| prog_parameter_layout.c | 26 * \brief Helper functions to layout storage for program parameters 148 struct gl_program_parameter_list *layout; local 151 layout = 164 copy_indirect_accessed_array(state->prog->Parameters, layout, 169 _mesa_free_parameter_list(layout); 211 _mesa_add_unnamed_constant(layout, v, p->Size, &swizzle); 226 unsigned first_state_var = layout->NumParameters; 241 _mesa_add_state_reference(layout, p->StateIndexes); 246 if (first_state_var + 2 <= layout->NumParameters) { 248 for (unsigned i = first_state_var; i < layout->NumParameters; i++) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| tu_descriptor_set.h | 53 /* The create flags for this descriptor set layout */ 83 struct tu_descriptor_set_layout *layout; member in struct:tu_pipeline_layout::__anon3508
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| Layout.c | 65 /* Needed for auto server layout */ 306 printf("Layout section parsed\n"); 433 xf86layoutAddInputDevices(XF86ConfigPtr config, XF86ConfLayoutPtr layout) 439 /* add all AutoServerLayout devices to the server layout */ 443 XF86ConfInputrefPtr iref = layout->lay_input_lst; 457 layout->lay_input_lst = (XF86ConfInputrefPtr) 458 xf86addListItem((glp) layout->lay_input_lst, (glp) iptr); 465 inptr = layout->lay_input_lst; 471 layout->lay_identifier); 485 XF86ConfLayoutPtr layout = p->conf_layout_lst local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| Layout.c | 68 /* Needed for auto server layout */ 308 printf ("Layout section parsed\n"); 443 xf86layoutAddInputDevices(XF86ConfigPtr config, XF86ConfLayoutPtr layout) 449 /* add all AutoServerLayout devices to the server layout */ 454 XF86ConfInputrefPtr iref = layout->lay_input_lst; 469 layout->lay_input_lst = (XF86ConfInputrefPtr) 470 xf86addListItem((glp)layout->lay_input_lst, (glp)iptr); 477 inptr = layout->lay_input_lst; 485 inptr->iref_inputdev_str, layout->lay_identifier); 499 XF86ConfLayoutPtr layout = p->conf_layout_lst local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_descriptor_set.h | 56 /* The create flags for this descriptor set layout */ 90 struct radv_descriptor_set_layout *layout; member in struct:radv_pipeline_layout::__anon518
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| lima_texture.c | 75 unsigned width, height, layout, i; local 92 layout = 3; 96 layout = 0; 104 desc->va_s.layout = layout;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| anv_perf.c | 81 const struct intel_perf_query_field_layout *layout = &perf->query_layout; local 83 for (uint32_t f = 0; f < layout->n_fields; f++) { 84 struct intel_perf_query_field *field = &layout->fields[f];
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| panvk_descriptor_set.c | 264 struct panvk_pipeline_layout *layout; local 267 layout = vk_object_zalloc(&device->vk, pAllocator, sizeof(*layout), 269 if (layout == NULL) 272 layout->num_sets = pCreateInfo->setLayoutCount; 279 layout->sets[set].layout = set_layout; 280 layout->sets[set].sampler_offset = sampler_idx; 281 layout->sets[set].tex_offset = tex_idx; 282 layout->sets[set].ubo_offset = ubo_idx [all...] |
| panvk_vX_descriptor_set.c | 48 const struct panvk_descriptor_set_layout *layout, 60 set->layout = layout; 62 sizeof(*set->descs) * layout->num_descs, 8, 67 if (layout->num_ubos) { 69 pan_size(UNIFORM_BUFFER) * layout->num_ubos, 8, 75 if (layout->num_samplers) { 77 pan_size(SAMPLER) * layout->num_samplers, 8, 83 if (layout->num_textures) { 87 layout->num_textures 217 const struct panvk_descriptor_set_layout *layout = set->layout; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| vn_descriptor_set.h | 36 /* bindings must be the last field in the layout */ 75 struct vn_descriptor_set_layout *layout; member in struct:vn_descriptor_set 105 struct vn_descriptor_set_layout *layout); 109 struct vn_descriptor_set_layout *layout) 111 vn_refcount_inc(&layout->refcount); 112 return layout; 117 struct vn_descriptor_set_layout *layout) 119 if (vn_refcount_dec(&layout->refcount)) 120 vn_descriptor_set_layout_destroy(dev, layout);
|
| vn_pipeline.c | 69 /* pipeline layout commands */ 81 struct vn_pipeline_layout *layout = local 82 vk_zalloc(alloc, sizeof(*layout), VN_DEFAULT_ALIGN, 84 if (!layout) 87 vn_object_base_init(&layout->base, VK_OBJECT_TYPE_PIPELINE_LAYOUT, 90 VkPipelineLayout layout_handle = vn_pipeline_layout_to_handle(layout); 105 struct vn_pipeline_layout *layout = local 110 if (!layout) 116 vn_object_base_fini(&layout->base); 117 vk_free(alloc, layout); [all...] |
| vn_ring.c | 122 struct vn_ring_layout *layout) 125 struct layout { struct 135 layout->head_offset = offsetof(struct layout, head); 136 layout->tail_offset = offsetof(struct layout, tail); 137 layout->status_offset = offsetof(struct layout, status); 139 layout->buffer_offset = offsetof(struct layout, buffer) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_descriptor_set.h | 52 /* The create flags for this descriptor set layout */ 85 struct radv_descriptor_set_layout *layout; member in struct:radv_pipeline_layout::__anon3230
|