Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c648 uint32_t root_dwords = 0; in dzn_pipeline_layout_create() local
675 root_dwords++; in dzn_pipeline_layout_create()
693 root_dwords += root_param->Constants.Num32BitValues; in dzn_pipeline_layout_create()
725 root_dwords += root_param->Constants.Num32BitValues; in dzn_pipeline_layout_create()
729 assert(root_dwords <= MAX_ROOT_DWORDS); in dzn_pipeline_layout_create()