OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pos_temp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_vs_draw.c
59
unsigned
pos_temp
;
member in struct:vs_transform_context
240
vsctx->
pos_temp
= i;
247
/* MOV OUT[pos_output], TEMP[
pos_temp
]; */
256
new_inst.Src[0].Register.Index = vsctx->
pos_temp
;
259
/* MOV OUT[n-1], TEMP[
pos_temp
]; */
268
new_inst.Src[0].Register.Index = vsctx->
pos_temp
;
279
/* Replace writes to OUT[pos_output] with TEMP[
pos_temp
]. */
281
dst->Register.Index = vsctx->
pos_temp
;
/external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c
59
unsigned
pos_temp
;
member in struct:vs_transform_context
240
vsctx->
pos_temp
= i;
247
/* MOV OUT[pos_output], TEMP[
pos_temp
]; */
256
new_inst.Src[0].Register.Index = vsctx->
pos_temp
;
259
/* MOV OUT[n-1], TEMP[
pos_temp
]; */
268
new_inst.Src[0].Register.Index = vsctx->
pos_temp
;
279
/* Replace writes to OUT[pos_output] with TEMP[
pos_temp
]. */
281
dst->Register.Index = vsctx->
pos_temp
;
Completed in 579 milliseconds