Searched refs:out_index (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_link.c72 unsigned out_index; local in function:svga_link_shaders
91 out_index = outshader_info->num_outputs + 1 + sem_index;
92 linkage->input_map[i] = out_index;
93 linkage->prevShader.output_map[out_index] = i;
H A Dsvga_tgsi_vgpu10.c266 unsigned out_index; /**< the real position output reg */ member in struct:svga_shader_emitter_v10::__anon581dcb1e0408
355 unsigned out_index; /* real tessinner output register */ member in struct:svga_shader_emitter_v10::__anon581dcb1e0808::__anon581dcb1e0908
360 unsigned out_index; /* real tessouter output register */ member in struct:svga_shader_emitter_v10::__anon581dcb1e0808::__anon581dcb1e0a08
1211 if (index == emit->vposition.out_index &&
3940 emit->vposition.out_index = index;
4189 emit->tcs.inner.out_index = outputIndex;
4222 emit->tcs.outer.out_index = outputIndex;
4327 if (emit->tcs.outer.out_index == INVALID_INDEX) {
4331 emit->tcs.outer.out_index = outputIndex;
4350 if (emit->tcs.inner.out_index
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c154 unsigned out_index; /**< the real position output reg */ member in struct:svga_shader_emitter_v10::__anond551882b0308
889 if (index == emit->vposition.out_index &&
2749 emit->vposition.out_index = index;
2789 emit->vposition.out_index != INVALID_INDEX) {
6010 if (emit->vposition.out_index == INVALID_INDEX)
6014 pos_dst = make_dst_output_reg(emit->vposition.out_index);
6114 make_dst_output_reg(emit->vposition.out_index);
6144 if (emit->vposition.out_index == INVALID_INDEX)
6950 emit->vposition.out_index = INVALID_INDEX;

Completed in 43 milliseconds