Searched refs:psDirtyConstB (Results 1 – 2 of 2) sorted by relevance
91 psDirtyConstB = 16; in DrawCall()389 if(draw->psDirtyConstB) in draw()391 memcpy(&data->ps.b, PixelProcessor::b, sizeof(bool) * draw->psDirtyConstB); in draw()392 draw->psDirtyConstB = 0; in draw()2515 if(drawCall[i]->psDirtyConstB < index + count) in setPixelShaderConstantB()2517 drawCall[i]->psDirtyConstB = index + count; in setPixelShaderConstantB()
246 unsigned int psDirtyConstB; member