Home
last modified time | relevance | path

Searched refs:MAX_RTS (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.h325 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)];
Dtu_pipeline.h137 uint32_t rb_mrt_control[MAX_RTS], rb_mrt_control_mask;
138 uint32_t rb_mrt_blend_control[MAX_RTS];
Dtu_common.h83 #define MAX_RTS 8 macro
Dtu_device.h65 GLOBAL_SH_FS_CLEAR_MAX = GLOBAL_SH_FS_CLEAR0 + MAX_RTS,
Dtu_device.c1019 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()
Dtu_clear_blit.c679 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()
Dtu_pipeline.c273 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/
Dgfx7_cmd_buffer.c263 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()
Dgfx8_cmd_buffer.c661 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()
Danv_private.h208 #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];
Danv_pipeline.c459 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()
Danv_device.c1868 ? 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()
Danv_descriptor_set.c402 if (surface_count[s] > MAX_BINDING_TABLE_SIZE - MAX_RTS) in anv_GetDescriptorSetLayoutSupport()
/third_party/mesa3d/src/amd/vulkan/
Dradv_constants.h35 #define MAX_RTS 8 macro
Dradv_shader_args.h66 struct ac_arg ps_epilog_inputs[MAX_RTS];
Dradv_private.h474 } 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];
Dradv_shader_args.c456 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()
Dradv_meta_clear.c204 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()
Dradv_cmd_buffer.c4917 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/
Dpanvk_private.h94 #define MAX_RTS 8 macro
717 bool crc_valid[MAX_RTS];
Dpanvk_vX_pipeline.c62 uint32_t blend_shader_offsets[MAX_RTS];
72 enum pipe_format color_attachment_formats[MAX_RTS];
Dpanvk_device.c715 .maxFragmentCombinedOutputResources = MAX_RTS + max_descriptor_set_size * 2, in panvk_GetPhysicalDeviceProperties2()
749 .maxColorAttachments = MAX_RTS, in panvk_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_private.h480 #define MAX_RTS D3D12_SIMULTANEOUS_RENDER_TARGET_COUNT macro
493 struct dzn_rendering_attachment colors[MAX_RTS];
Ddzn_pipeline.c1614 VkFormat color_fmts[MAX_RTS] = { 0 }; in dzn_graphics_pipeline_create()
/third_party/mesa3d/docs/relnotes/
D22.0.2.rst219 - radv: fix CmdSetColorWriteEnableEXT(attachmentCount==MAX_RTS)

12