Searched refs:psDirtyConstB (Results 1 – 2 of 2) sorted by relevance
130 psDirtyConstB = 16; in DrawCall()424 if(draw->psDirtyConstB) in draw()426 memcpy(&data->ps.b, PixelProcessor::b, sizeof(bool) * draw->psDirtyConstB); in draw()427 draw->psDirtyConstB = 0; in draw()2700 if(drawCall[i]->psDirtyConstB < index + count) in setPixelShaderConstantB()2702 drawCall[i]->psDirtyConstB = index + count; in setPixelShaderConstantB()
502 unsigned int psDirtyConstB; member