Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.h738 unsigned radv_instance_rate_prolog_index(unsigned num_attributes, uint32_t instance_rate_inputs);
Dradv_device.c223 … assert(idx == radv_instance_rate_prolog_index(num_attributes, key.instance_rate_inputs)); in radv_device_init_vs_prologs()
Dradv_cmd_buffer.c4837 radv_instance_rate_prolog_index(unsigned num_attributes, uint32_t instance_rate_inputs) in radv_instance_rate_prolog_index() function
4926 unsigned index = radv_instance_rate_prolog_index(num_attributes, instance_rate_inputs); in lookup_vs_prolog()