/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_cmd_buffer.h | 325 uint32_t rb_mrt_control[MAX_RTS], rb_mrt_blend_control[MAX_RTS]; 555 struct tu_render_pass_attachment dynamic_rp_attachments[2 * (MAX_RTS + 1)]; 556 struct tu_subpass_attachment dynamic_color_attachments[MAX_RTS]; 557 struct tu_subpass_attachment dynamic_resolve_attachments[MAX_RTS + 1]; 558 const struct tu_image_view *dynamic_attachments[2 * (MAX_RTS + 1)];
|
D | tu_pipeline.h | 137 uint32_t rb_mrt_control[MAX_RTS], rb_mrt_control_mask; 138 uint32_t rb_mrt_blend_control[MAX_RTS];
|
D | tu_common.h | 83 #define MAX_RTS 8 macro
|
D | tu_device.h | 65 GLOBAL_SH_FS_CLEAR_MAX = GLOBAL_SH_FS_CLEAR0 + MAX_RTS,
|
D | tu_device.c | 1019 p->maxPerStageDescriptorUpdateAfterBindInputAttachments = MAX_RTS; in tu_get_physical_device_properties_1_2() 1028 p->maxDescriptorSetUpdateAfterBindInputAttachments = MAX_RTS; in tu_get_physical_device_properties_1_2() 1137 .maxPerStageDescriptorInputAttachments = MAX_RTS, in tu_GetPhysicalDeviceProperties2() 1146 .maxDescriptorSetInputAttachments = MAX_RTS, in tu_GetPhysicalDeviceProperties2() 1168 .maxFragmentCombinedOutputResources = MAX_RTS + max_descriptor_set_size * 2, in tu_GetPhysicalDeviceProperties2() 1202 .maxColorAttachments = MAX_RTS, in tu_GetPhysicalDeviceProperties2()
|
D | tu_clear_blit.c | 679 for (uint32_t num_rts = 0; num_rts <= MAX_RTS; num_rts++) { in tu_init_clear_blit_shaders() 2443 uint32_t clear_value[MAX_RTS][4]; in tu_clear_sysmem_attachments()
|
D | tu_pipeline.c | 273 VkFormat color_attachment_formats[MAX_RTS]; 2180 const VkFormat attachment_formats[MAX_RTS], in tu6_emit_rb_mrt_controls() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
D | gfx7_cmd_buffer.c | 263 MAX_RTS * GENX(BLEND_STATE_ENTRY_length)]; in genX() 270 for (uint32_t i = 0; i < MAX_RTS; i++) { in genX() 294 GENX(BLEND_STATE_ENTRY_length) * MAX_RTS; in genX()
|
D | gfx8_cmd_buffer.c | 661 MAX_RTS * GENX(BLEND_STATE_ENTRY_length)]; in genX() 668 for (uint32_t i = 0; i < MAX_RTS; i++) { in genX() 692 GENX(BLEND_STATE_ENTRY_length) * MAX_RTS; in genX()
|
D | anv_private.h | 208 #define MAX_RTS 8 macro 2656 struct anv_attachment color_att[MAX_RTS]; 3130 VkColorComponentFlags color_comp_writes[MAX_RTS]; 3166 uint32_t blend_state[MAX_RTS * 2]; 3175 uint32_t blend_state[1 + MAX_RTS * 2];
|
D | anv_pipeline.c | 459 assert(rp->color_attachment_count <= MAX_RTS); in populate_wm_prog_key() 1079 assert(rt + array_len <= MAX_RTS); in anv_pipeline_link_fs() 1089 struct anv_pipeline_binding rt_bindings[MAX_RTS]; in anv_pipeline_link_fs() 1091 assert(stage->key.wm.nr_color_regions <= MAX_RTS); in anv_pipeline_link_fs() 1116 assert(num_rt_bindings <= MAX_RTS); in anv_pipeline_link_fs()
|
D | anv_device.c | 1868 ? UINT32_MAX : MAX_BINDING_TABLE_SIZE - MAX_RTS - 1; in anv_GetPhysicalDeviceProperties() 1940 .maxFragmentCombinedOutputResources = MAX_RTS + max_ssbos + max_images, in anv_GetPhysicalDeviceProperties() 1981 .maxColorAttachments = MAX_RTS, in anv_GetPhysicalDeviceProperties()
|
D | anv_descriptor_set.c | 402 if (surface_count[s] > MAX_BINDING_TABLE_SIZE - MAX_RTS) in anv_GetDescriptorSetLayoutSupport()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_constants.h | 35 #define MAX_RTS 8 macro
|
D | radv_shader_args.h | 66 struct ac_arg ps_epilog_inputs[MAX_RTS];
|
D | radv_private.h | 474 } color_clear[MAX_SAMPLES_LOG2][MAX_RTS]; 1519 uint8_t cb_mip[MAX_RTS]; 2050 VkFormat color_att_formats[MAX_RTS]; 2070 } att[MAX_RTS];
|
D | radv_shader_args.c | 456 for (unsigned i = 0; i < MAX_RTS; i++) in declare_ps_input_vgprs() 913 for (unsigned i = 0; i < MAX_RTS; i++) { in radv_declare_ps_epilog_args()
|
D | radv_meta_clear.c | 204 VkPipelineColorBlendAttachmentState blend_attachment_state[MAX_RTS] = {0}; in create_color_pipeline() 214 .attachmentCount = MAX_RTS, in create_color_pipeline() 218 VkFormat att_formats[MAX_RTS] = { 0 }; in create_color_pipeline() 223 .colorAttachmentCount = MAX_RTS, in create_color_pipeline()
|
D | radv_cmd_buffer.c | 4917 VkAttachmentDescription2 att_desc[MAX_RTS * 2 + 3]; in radv_inherit_dynamic_rendering() 4918 VkAttachmentReference2 color_refs[MAX_RTS], ds_ref; in radv_inherit_dynamic_rendering() 5026 cmd_buffer->state.last_subpass_color_count = MAX_RTS; in radv_BeginCommandBuffer() 6033 assert(attachmentCount <= MAX_RTS); in radv_CmdSetColorWriteEnableEXT() 8895 VkAttachmentDescription2 att_desc[MAX_RTS * 2 + 3]; in radv_CmdBeginRendering() 8897 VkImageView iviews[MAX_RTS * 2 + 3]; in radv_CmdBeginRendering() 8898 VkAttachmentReference2 color_refs[MAX_RTS], color_resolve_refs[MAX_RTS]; in radv_CmdBeginRendering() 8903 VkClearValue clear_values[MAX_RTS * 2 + 3]; in radv_CmdBeginRendering()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_private.h | 94 #define MAX_RTS 8 macro 717 bool crc_valid[MAX_RTS];
|
D | panvk_vX_pipeline.c | 62 uint32_t blend_shader_offsets[MAX_RTS]; 72 enum pipe_format color_attachment_formats[MAX_RTS];
|
D | panvk_device.c | 715 .maxFragmentCombinedOutputResources = MAX_RTS + max_descriptor_set_size * 2, in panvk_GetPhysicalDeviceProperties2() 749 .maxColorAttachments = MAX_RTS, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_private.h | 480 #define MAX_RTS D3D12_SIMULTANEOUS_RENDER_TARGET_COUNT macro 493 struct dzn_rendering_attachment colors[MAX_RTS];
|
D | dzn_pipeline.c | 1614 VkFormat color_fmts[MAX_RTS] = { 0 }; in dzn_graphics_pipeline_create()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.0.2.rst | 219 - radv: fix CmdSetColorWriteEnableEXT(attachmentCount==MAX_RTS)
|