Searched refs:emulatedDitherControl (Results 1 – 2 of 2) sorted by relevance
492 uint16_t emulatedDitherControl; member864 uint32_t getEmulatedDitherControl() const { return mShaders.shaders.emulatedDitherControl; } in getEmulatedDitherControl()
1754 (*valuesOut)[PipelineState::EmulatedDitherControl] = shaders.emulatedDitherControl; in UnpackPipelineState()3022 mShaders.shaders.emulatedDitherControl = 0; in initDefaults()4354 ASSERT(value != 0 || mShaders.shaders.emulatedDitherControl != 0); in updateEmulatedDitherControl()4356 mShaders.shaders.emulatedDitherControl = value; in updateEmulatedDitherControl()4357 transition->set(ANGLE_GET_TRANSITION_BIT(mShaders.shaders.emulatedDitherControl)); in updateEmulatedDitherControl()