HomeSort by: relevance | last modified time | path
    Searched refs:VkAttachmentReference (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_render_pass.c 35 VkAttachmentReference color_refs[PIPE_MAX_COLOR_BUFS], zs_ref;
36 VkAttachmentReference input_attachments[PIPE_MAX_COLOR_BUFS];
63 memcpy(&input_attachments[input_count++], &color_refs[i], sizeof(VkAttachmentReference));
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_meta_resolve.c 83 .pColorAttachments = (VkAttachmentReference[]) {
94 .pDepthStencilAttachment = &(VkAttachmentReference) {
radv_meta_resolve_fs.c 226 .pColorAttachments = &(VkAttachmentReference) {
231 .pDepthStencilAttachment = &(VkAttachmentReference) {
radv_meta_blit.c 950 .pColorAttachments = &(VkAttachmentReference) {
955 .pDepthStencilAttachment = &(VkAttachmentReference) {
1015 .pDepthStencilAttachment = &(VkAttachmentReference) {
1072 .pDepthStencilAttachment = &(VkAttachmentReference) {
radv_meta_blit2d.c 808 .pColorAttachments = &(VkAttachmentReference) {
813 .pDepthStencilAttachment = &(VkAttachmentReference) {
984 .pDepthStencilAttachment = &(VkAttachmentReference) {
1154 .pDepthStencilAttachment = &(VkAttachmentReference) {
radv_meta_decompress.c 63 .pDepthStencilAttachment = &(VkAttachmentReference) {
radv_meta_fast_clear.c 212 .pColorAttachments = (VkAttachmentReference[]) {
219 .pDepthStencilAttachment = &(VkAttachmentReference) {
radv_meta_clear.c 226 .pColorAttachments = &(VkAttachmentReference) {
231 .pDepthStencilAttachment = &(VkAttachmentReference) {
546 .pDepthStencilAttachment = &(VkAttachmentReference) {
1784 const VkAttachmentReference att_ref = {
  /xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_render_pass.c 35 const VkAttachmentReference *reference,
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
helpers.cpp 614 VkAttachmentReference color_attachments[16];
631 VkAttachmentReference *ref = &color_attachments[num_color_attachments];
646 VkAttachmentReference ds_attachment;
  /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
vn_protocol_driver_render_pass.h 46 /* struct VkAttachmentReference */
49 vn_sizeof_VkAttachmentReference(const VkAttachmentReference *val)
58 vn_encode_VkAttachmentReference(struct vn_cs_encoder *enc, const VkAttachmentReference *val)
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_meta_clear.c 724 VkAttachmentReference att_ref = {
v3dv_meta_copy.c 2952 VkAttachmentReference att_ref = {
  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_core.h 2688 typedef struct VkAttachmentReference {
2691 } VkAttachmentReference;
2697 const VkAttachmentReference* pInputAttachments;
2699 const VkAttachmentReference* pColorAttachments;
2700 const VkAttachmentReference* pResolveAttachments;
2701 const VkAttachmentReference* pDepthStencilAttachment;
8949 VkAttachmentReference fragmentDensityMapAttachment;
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 3311 typedef struct VkAttachmentReference {
3314 } VkAttachmentReference;
3332 const VkAttachmentReference* pInputAttachments;
3334 const VkAttachmentReference* pColorAttachments;
3335 const VkAttachmentReference* pResolveAttachments;
3336 const VkAttachmentReference* pDepthStencilAttachment;
11258 VkAttachmentReference fragmentDensityMapAttachment;
  /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
overlay.cpp 1424 VkAttachmentReference color_attachment = {};
  /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
overlay.cpp 1705 VkAttachmentReference color_attachment = {};

Completed in 70 milliseconds