nir/i965/freedreno/vc4: add a bindless bool to type size functions
[mesa.git] / src / gallium / drivers / freedreno / a2xx / fd2_program.c
index cba87f01afc2b9ba112eeebf1bbe6f3482e0e22e..0d262e93208c4f7cefd8296595a4e1727e7eb340 100644 (file)
@@ -83,7 +83,7 @@ emit(struct fd_ringbuffer *ring, gl_shader_stage type,
 }
 
 static int
-ir2_glsl_type_size(const struct glsl_type *type)
+ir2_glsl_type_size(const struct glsl_type *type, bool bindless)
 {
        return glsl_count_attribute_slots(type, false);
 }