Searched refs:a_vertex (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_clear.c167 nir_variable *a_vertex = nir_variable_create(b.shader, nir_var_shader_in, local in function:blorp_params_get_layer_offset_vs
168 glsl_vec4_type(), "a_vertex");
169 a_vertex->data.location = VERT_ATTRIB_GENERIC1;
175 nir_copy_var(&b, v_pos, a_vertex);
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_clear.c253 nir_variable *a_vertex = nir_variable_create(b.shader, nir_var_shader_in, local in function:blorp_params_get_layer_offset_vs
254 glsl_vec4_type(), "a_vertex");
255 a_vertex->data.location = VERT_ATTRIB_GENERIC1;
261 nir_copy_var(&b, v_pos, a_vertex);

Completed in 6 milliseconds