Home
last modified time | relevance | path

Searched defs:is_gl_vertex_input (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/
Dnir_types.cpp182 bool is_gl_vertex_input, bool is_bindless) in glsl_count_vec4_slots()
195 bool is_gl_vertex_input) in glsl_count_attribute_slots()
Dglsl_types.cpp2873 glsl_type::count_vec4_slots(bool is_gl_vertex_input, bool is_bindless) const in count_vec4_slots()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c2007 bool is_gl_vertex_input = io_mode == nir_var_shader_in && in reserved_varying_slot() local