HomeSort by: relevance | last modified time | path
    Searched defs:attachment (Results 1 - 25 of 48) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/glx/
dri2.h 42 unsigned int attachment; member in struct:__anon2307
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
dri2.h 42 unsigned int attachment; member in struct:__anon4636
  /xsrc/external/mit/xf86-video-intel/dist/test/
dri2.h 43 unsigned int attachment; member in struct:__anon7679
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
dri2.h 43 unsigned int attachment; member in struct:__anon8532
  /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
dri2.h 40 unsigned int attachment; member in struct:__anon8918
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_meta_decompress.c 39 VkAttachmentDescription attachment; local
41 attachment.flags = 0;
42 attachment.format = VK_FORMAT_D32_SFLOAT_S8_UINT;
43 attachment.samples = samples;
44 attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
45 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
46 attachment.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
47 attachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
48 attachment.initialLayout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL;
49 attachment.finalLayout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL
    [all...]
radv_meta_fast_clear.c 193 VkAttachmentDescription attachment; local
195 attachment.format = VK_FORMAT_UNDEFINED;
196 attachment.samples = 1;
197 attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
198 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
199 attachment.initialLayout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL;
200 attachment.finalLayout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL;
206 .pAttachments = &attachment,
214 .attachment = 0,
220 .attachment = VK_ATTACHMENT_UNUSED
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_meta_decompress.c 159 VkAttachmentDescription2 attachment; local
161 attachment.sType = VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2;
162 attachment.pNext = NULL;
163 attachment.flags = 0;
164 attachment.format = VK_FORMAT_D32_SFLOAT_S8_UINT;
165 attachment.samples = samples;
166 attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
167 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
168 attachment.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
169 attachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE
    [all...]
radv_meta_fast_clear.c 158 VkAttachmentDescription2 attachment; local
160 attachment.sType = VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2;
161 attachment.pNext = NULL;
162 attachment.format = VK_FORMAT_UNDEFINED;
163 attachment.samples = 1;
164 attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
165 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
166 attachment.initialLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
167 attachment.finalLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
174 .pAttachments = &attachment,
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_cmd_buffer.c 326 const struct panvk_render_pass_attachment *attachment = local
328 enum pipe_format fmt = attachment->format;
331 if (attachment->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR ||
332 attachment->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
340 if (attachment->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
panvk_vX_meta_clear.c 390 unsigned attachment, unsigned rt,
400 const struct panvk_render_pass_attachment *att = &pass->attachments[attachment];
637 uint32_t attachment, rt = 0; local
640 attachment = subpass->color_attachments[rt].idx;
642 attachment = subpass->zs_attachment.idx;
645 if (attachment == VK_ATTACHMENT_UNUSED)
648 panvk_meta_clear_attachment(cmdbuf, attachment, rt,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
backend.cpp 117 SWR_RENDERTARGET_ATTACHMENT attachment)
125 switch (attachment)
144 SWR_INVALID("Unknown attachment: %d", attachment);
154 pContext->pHotTileMgr->GetHotTileNoLoad(pContext, pDC, macroTile, attachment, false);
165 attachment,
181 attachment, local
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_dri.c 78 unsigned int attachment; member in struct:__anon8891
144 buffers[i].attachment = attachments[i];
150 privates[i].attachment = attachments[i];
165 I830DRI2CreateBuffer(DrawablePtr pDraw, unsigned int attachment,
185 if (attachment == DRI2BufferFrontLeft) {
191 switch (attachment) {
220 buffer->attachment = attachment;
227 privates->attachment = attachment;
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
dri2.h 40 unsigned int attachment; member in struct:__anon9992
105 unsigned int attachment,
181 unsigned int attachment,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
dri2.h 40 unsigned int attachment; member in struct:__anon10598
108 unsigned int attachment,
dri2.c 319 find_attachment(DRI2DrawablePtr pPriv, unsigned attachment)
329 && (pPriv->buffers[i]->attachment == attachment)) {
340 unsigned int attachment, unsigned int format,
343 int old_buf = find_attachment(pPriv, attachment);
348 *buffer = (*ds->CreateBuffer)(pDraw, attachment, format);
414 const unsigned attachment = *(attachments++); local
417 if (allocate_or_reuse_buffer(pDraw, ds, pPriv, attachment,
430 if (attachment == DRI2BufferBackLeft) {
435 if (attachment == DRI2BufferFrontLeft)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dvx_cmd_buffer.c 150 /* Attachment (or view) load operations apply on the first subpass that
151 * uses the attachment (or view), otherwise we always need to load.
166 /* The attachment load operations must be LOAD */
195 uint32_t attachment_idx = subpass->color_attachments[i].attachment;
200 const struct v3dv_render_pass_attachment *attachment = local
205 * "The load operation for each sample in an attachment happens before
207 * where the attachment is used."
210 * subpass that uses the attachment (and in that case we don't LOAD).
212 * by a previous subpass to the same attachment. We also want to load
222 attachment->first_subpass
514 const struct v3dv_render_pass_attachment *attachment = local
2263 struct v3dv_subpass_attachment *attachment = &subpass->color_attachments[rt]; local
    [all...]
  /xsrc/external/mit/libXi/dist/include/X11/extensions/
XInput2.h 169 int attachment; member in struct:__anon5908
206 int attachment; member in struct:__anon5912
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_dri2.c 61 unsigned int attachment; member in struct:dri2_buffer_priv
100 unsigned int attachment, unsigned int format)
138 if (attachment == DRI2BufferFrontLeft) {
153 if (!pixmap && (is_glamor_pixmap || attachment != DRI2BufferFrontLeft)) {
189 buffers->attachment = attachment;
196 privates->attachment = attachment;
263 if (src_private->attachment == DRI2BufferFrontLeft) {
271 if (dst_private->attachment == DRI2BufferFrontLeft)
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri2.c 72 unsigned int attachment; member in struct:dri2_buffer_priv
231 buffers[i].attachment = attachments[i];
237 privates[i].attachment = attachments[i];
244 unsigned int attachment,
264 if (attachment == DRI2BufferFrontLeft) {
271 } else if (attachment == DRI2BufferStencil && depth_pixmap) {
276 switch(attachment) {
352 if (attachment == DRI2BufferDepth) {
367 buffers->attachment = attachment;
    [all...]
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_dri2.c 60 unsigned int attachment; member in struct:dri2_buffer_priv
103 unsigned int attachment,
144 if (attachment == DRI2BufferFrontLeft) {
159 if (!pixmap && (is_glamor_pixmap || attachment != DRI2BufferFrontLeft)) {
161 switch(attachment) {
270 buffers->attachment = attachment;
277 privates->attachment = attachment;
350 if (src_private->attachment == DRI2BufferFrontLeft)
    [all...]
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
dri2proto.h 66 CARD32 attachment; member in struct:__anon11532
XI2proto.h 120 * For a MasterPointer or a MasterKeyboard, 'attachment' specifies the
122 * For a SlaveKeyboard or SlavePointer, 'attachment' specifies the master
124 * For a FloatingSlave, 'attachment' is undefined.
131 uint16_t attachment; /**< Current attachment or pairing.*/ member in struct:__anon11204
874 uint16_t attachment; /**< ID of master or paired device */ member in struct:__anon11256
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_clear_blit.c 2209 a = subpass->color_attachments[c].attachment;
2217 a = subpass->depth_stencil_attachment.attachment;
2242 * input attachment states, because a secondary command buffer
2448 uint32_t attachment,
2453 &cmd->state.pass->attachments[attachment];
2494 a = subpass->color_attachments[attachments[j].colorAttachment].attachment;
2496 a = subpass->depth_stencil_attachment.attachment;
2532 * attachment state. However it seems that IGNORE_VISIBILITY draws must be
2602 const struct tu_render_pass_attachment *attachment = local
2605 if (!attachment->clear_mask
2649 const struct tu_render_pass_attachment *attachment = local
2742 const struct tu_render_pass_attachment *attachment = local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_private.h 263 uint32_t attachment; member in struct:lvp_subpass_attachment
282 /** Subpass has at least one color resolve attachment */
285 /** Subpass has at least one color attachment */
301 /* The subpass id in which the attachment will be used first/last. */

Completed in 25 milliseconds

1 2