HomeSort by relevance Sort by last modified time
    Searched refs:pos_temp (Results 1 - 3 of 3) 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;
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Optimize.py 703 pos_temp = temp.ref(node.pos)
740 dict_temp, dict_len_temp.ref(dict_obj.pos), pos_temp,
764 lhs = pos_temp,
    [all...]

Completed in 416 milliseconds