Searched refs:psDirtyConstI (Results 1 – 2 of 2) sorted by relevance
89 psDirtyConstI = 16; in DrawCall()382 if(draw->psDirtyConstI) in draw()384 memcpy(&data->ps.i, PixelProcessor::i, sizeof(int4) * draw->psDirtyConstI); in draw()385 draw->psDirtyConstI = 0; in draw()2415 if(drawCall[i]->psDirtyConstI < index + count) in setPixelShaderConstantI()2417 drawCall[i]->psDirtyConstI = index + count; in setPixelShaderConstantI()
242 int psDirtyConstI; member