glsl: Rename "vertex_input_slots" -> "is_vertex_input"
authorMatt Turner <mattst88@gmail.com>
Tue, 12 Apr 2016 22:26:06 +0000 (15:26 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 13 Apr 2016 18:00:21 +0000 (11:00 -0700)
commit9bac27dbf92d32cd8685868d21d0317a5a56f333
tree638589d26ee5bef6a6d60e1093f7a610a9293bbc
parent9586468c03ba9d0c488882eba1d870acd7adfd9e
glsl: Rename "vertex_input_slots" -> "is_vertex_input"

vertex_input_slots would be an appropriate name for an integer, but not
a bool.

Also remove a cond ? true : false from a count_attribute_slots() call
site, noticed during the rename.

Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/compiler/glsl/ir_set_program_inouts.cpp
src/compiler/glsl/linker.cpp
src/compiler/glsl_types.cpp
src/compiler/glsl_types.h
src/compiler/nir_types.cpp
src/compiler/nir_types.h