Searched refs:has_variable_descriptors (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_descriptor_set.h73 bool has_variable_descriptors; member in struct:tu_descriptor_set_layout
H A Dtu_descriptor_set.c187 set_layout->has_variable_descriptors = true;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_descriptor_set.h89 bool has_variable_descriptors; member in struct:tu_descriptor_set_layout
H A Dtu_descriptor_set.c207 set_layout->has_variable_descriptors = true;
474 assert(layout->has_variable_descriptors);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_descriptor_set.h79 bool has_variable_descriptors; member in struct:radv_descriptor_set_layout
H A Dradv_descriptor_set.c283 set_layout->has_variable_descriptors = true;
902 if (layout->has_variable_descriptors && variable_counts) {
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_descriptor_set.h75 bool has_variable_descriptors; member in struct:radv_descriptor_set_layout
H A Dradv_descriptor_set.c233 set_layout->has_variable_descriptors = true;
517 assert(layout->has_variable_descriptors);

Completed in 16 milliseconds