Home
last modified time | relevance | path

Searched defs:ac_shader_info (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_shader_info.h30 struct ac_shader_info { struct
31 bool loads_push_constants;
32 uint32_t desc_set_used_mask;
33 bool needs_multiview_view_index;
34 bool uses_invocation_id;
35 bool uses_prim_id;
36 struct {
60 struct ac_shader_info *info); argument