OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pos_output
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_vs_draw.c
57
unsigned
pos_output
;
member in struct:vs_transform_context
154
vsctx->
pos_output
= decl->Range.First;
247
/* MOV OUT[
pos_output
], TEMP[pos_temp]; */
252
new_inst.Dst[0].Register.Index = vsctx->
pos_output
;
278
if (dst->Register.Index == vsctx->
pos_output
) {
279
/* Replace writes to OUT[
pos_output
] with TEMP[pos_temp]. */
/external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c
57
unsigned
pos_output
;
member in struct:vs_transform_context
154
vsctx->
pos_output
= decl->Range.First;
247
/* MOV OUT[
pos_output
], TEMP[pos_temp]; */
252
new_inst.Dst[0].Register.Index = vsctx->
pos_output
;
278
if (dst->Register.Index == vsctx->
pos_output
) {
279
/* Replace writes to OUT[
pos_output
] with TEMP[pos_temp]. */
Completed in 200 milliseconds