Home
last modified time | relevance | path

Searched refs:num_linked_patch_outputs (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_shader_info.h247 uint8_t num_linked_patch_outputs; /* Number of reserved per-patch output slots in VRAM. */ member
Dradv_shader_info.c652 info->tcs.num_linked_patch_outputs = util_last_bit64( in gather_shader_info_tcs()
661 … info->tcs.num_linked_patch_outputs, info->tcs.info.all_invocations_define_tess_levels, in gather_shader_info_tcs()
Dradv_pipeline.c986 … s->value.u64 += shader->info.tcs.num_linked_outputs + shader->info.tcs.num_linked_patch_outputs; in radv_GetPipelineExecutableStatisticsKHR()
Dradv_pipeline_graphics.c1598 tcs_stage->info.tcs.num_linked_patch_outputs = num_reserved_patch_slots; in radv_graphics_shaders_fill_linked_tcs_tes_io_info()
Dradv_cmd_buffer.c3499 tcs->info.tcs.num_linked_patch_outputs, in radv_emit_patch_control_points()