Searched defs:is_gl_vertex_input (Results 1 – 3 of 3) sorted by relevance
182 bool is_gl_vertex_input, bool is_bindless) in glsl_count_vec4_slots()195 bool is_gl_vertex_input) in glsl_count_attribute_slots()
2873 glsl_type::count_vec4_slots(bool is_gl_vertex_input, bool is_bindless) const in count_vec4_slots()
2007 bool is_gl_vertex_input = io_mode == nir_var_shader_in && in reserved_varying_slot() local