Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.h58 struct radv_pipeline_key { struct
59 uint32_t has_multiview_view_index : 1;
60 uint32_t optimisations_disabled : 1;
61 uint32_t invariant_geom : 1;
62 uint32_t use_ngg : 1;
64 struct {
77 } vs;
79 struct {
81 } tcs;
83 struct {
[all …]