anv: Advertise SEND count through VK_EXT_pipeline_executable_properties
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4578>
This commit is contained in:

committed by
Marge Bot

parent
2c82b13c8f
commit
b2e4157143
@@ -1275,6 +1275,7 @@ DEFINE_PROG_DATA_DOWNCAST(sf)
|
||||
struct brw_compile_stats {
|
||||
uint32_t dispatch_width; /**< 0 for vec4 */
|
||||
uint32_t instructions;
|
||||
uint32_t sends;
|
||||
uint32_t loops;
|
||||
uint32_t cycles;
|
||||
uint32_t spills;
|
||||
|
Reference in New Issue
Block a user