Searched refs:VERT_BIT_POS (Results 1 – 11 of 11) sorted by relevance
238 tnl->clipspace.new_inputs |= VERT_BIT_POS; in intel_run_render()
159 DEFINE( "VERT_BIT_OBJ ", VERT_BIT_POS ); in main()
110 vprog->info.inputs_read |= VERT_BIT_POS; in insert_mvp_dp4_code()211 vprog->info.inputs_read |= VERT_BIT_POS; in insert_mvp_mad_code()
2225 if (inputs & VERT_BIT_POS)
142 #define VERT_BIT_POS BITFIELD_BIT(VERT_ATTRIB_POS) macro
188 if ((inputs_read & VERT_BIT_POS) == 0 && in bind_vertex_list()
212 if ((inputs_read & VERT_BIT_POS) == 0 && in vbo_exec_bind_arrays()
360 const_inputs |= VERT_BIT_POS; in recalculate_input_bindings()
362 GLuint inputs = VERT_BIT_POS | VERT_BIT_COLOR0; in radeon_run_tcl_render()
417 ~(VERT_BIT_POS | VERT_BIT_NORMAL | VERT_BIT_COLOR0 | VERT_BIT_COLOR1 | in r200_translate_vertex_program()495 if (mesa_vp->info.inputs_read & VERT_BIT_POS) { in r200_translate_vertex_program()
73 flag = VERT_BIT_POS; in client_state()