Searched refs:radv_create_vs_prolog (Results 1 – 3 of 3) sorted by relevance
158 return radv_create_vs_prolog(device, key); in _radv_create_vs_prolog()207 device->simple_vs_prologs[i - 1] = radv_create_vs_prolog(device, &key); in radv_device_init_vs_prologs()219 struct radv_shader_part *prolog = radv_create_vs_prolog(device, &key); in radv_device_init_vs_prologs()
570 struct radv_shader_part *radv_create_vs_prolog(struct radv_device *device, const struct radv_vs_pro…
3148 radv_create_vs_prolog(struct radv_device *device, const struct radv_vs_prolog_key *key) function