Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c748 const unsigned total_push_constants_size = in anv_cmd_buffer_cs_push_constants() local
750 if (total_push_constants_size == 0) in anv_cmd_buffer_cs_push_constants()
756 ALIGN(total_push_constants_size, push_constant_alignment); in anv_cmd_buffer_cs_push_constants()