Searched refs:destinationArgument (Results 1 – 5 of 5) sorted by relevance
55 destinationArgument = DESTINATION_CURRENT; in init()82 state.destinationArgument = destinationArgument; in textureStageState()210 void TextureStage::setDestinationArgument(DestinationArgument destinationArgument) in setDestinationArgument() argument212 this->destinationArgument = destinationArgument; in setDestinationArgument()410 …return !isStageDisabled() && destinationArgument == DESTINATION_CURRENT && stageOperation != STAGE… in writesCurrent()
115 unsigned int destinationArgument : BITS(DESTINATION_LAST); member159 void setDestinationArgument(DestinationArgument destinationArgument);190 DestinationArgument destinationArgument; member in sw::TextureStage
224 … setDestinationArgument(unsigned int stage, TextureStage::DestinationArgument destinationArgument);
324 …::setDestinationArgument(unsigned int stage, TextureStage::DestinationArgument destinationArgument) in setDestinationArgument() argument328 context->textureStage[stage].setDestinationArgument(destinationArgument); in setDestinationArgument()
1155 switch(textureStage.destinationArgument) in blendTexture()