Searched refs:psDirtyConstI (Results 1 – 4 of 4) sorted by relevance
106 psDirtyConstI = 16; in DrawCall()367 if(draw->psDirtyConstI) in draw()369 memcpy(&data->ps.i, PixelProcessor::i, sizeof(int4) * draw->psDirtyConstI); in draw()370 draw->psDirtyConstI = 0; in draw()2169 if(drawCall[i]->psDirtyConstI < index + count) in setPixelShaderConstantI()2171 drawCall[i]->psDirtyConstI = index + count; in setPixelShaderConstantI()
469 unsigned int psDirtyConstI; member
129 psDirtyConstI = 16; in DrawCall()417 if(draw->psDirtyConstI) in draw()419 memcpy(&data->ps.i, PixelProcessor::i, sizeof(int4) * draw->psDirtyConstI); in draw()420 draw->psDirtyConstI = 0; in draw()2585 if(drawCall[i]->psDirtyConstI < index + count) in setPixelShaderConstantI()2587 drawCall[i]->psDirtyConstI = index + count; in setPixelShaderConstantI()
502 unsigned int psDirtyConstI; member