Searched refs:new_inputs (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_io_to_temporaries.c43 struct exec_list new_inputs; member in struct:lower_io_state
283 emit_copies(&b, &state->old_inputs, &state->new_inputs);
348 exec_list_make_empty(&state.new_inputs);
362 exec_list_push_tail(&state.new_inputs, &input->node);
382 exec_list_append(&shader->variables, &state.new_inputs);
H A Dnir_lower_io_to_vector.c414 nir_variable *new_inputs[MAX_SLOTS][4] = {{0}}; local in function:nir_lower_io_to_vector_impl
427 new_inputs, flat_inputs))
476 new_inputs[loc][old_frac] :
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_io_to_vector.c201 nir_variable *new_inputs[MAX_VARYINGS_INCL_PATCH][4] = {{0}}; local in function:nir_lower_io_to_vector_impl
213 old_inputs, new_inputs))
268 new_inputs[loc][old_frac] :
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_context.h332 GLuint new_inputs);
361 GLuint new_inputs; member in struct:tnl_clipspace
480 * <= n < end. The new_inputs parameter indicates those fields of
H A Dt_vertex.c291 vtx->new_inputs = ~0;
302 vtx->new_inputs = ~0;
316 vtx->new_inputs = ~0;
383 vtx->new_inputs |= newinputs;
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_context.h332 GLuint new_inputs);
361 GLuint new_inputs; member in struct:tnl_clipspace
480 * <= n < end. The new_inputs parameter indicates those fields of
H A Dt_vertex.c292 vtx->new_inputs = ~0;
303 vtx->new_inputs = ~0;
317 vtx->new_inputs = ~0;
384 vtx->new_inputs |= newinputs;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_render.c238 tnl->clipspace.new_inputs |= VERT_BIT_POS;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_render.c237 tnl->clipspace.new_inputs |= VERT_BIT_POS;

Completed in 14 milliseconds