Searched refs:uniform_native (Results 1 – 3 of 3) sorted by relevance
46 uniform_native = 0, /**< Store data in the native format. */ enumerator
2520 enum gl_uniform_driver_format format = uniform_native; in _mesa_associate_uniform_storage()2527 format = uniform_native; in _mesa_associate_uniform_storage()2532 (ctx->Const.NativeIntegers) ? uniform_native : uniform_int_float; in _mesa_associate_uniform_storage()2541 format = uniform_native; in _mesa_associate_uniform_storage()2545 format = uniform_native; in _mesa_associate_uniform_storage()2551 format = uniform_native; in _mesa_associate_uniform_storage()
593 case uniform_native: { in _mesa_propagate_uniforms_to_driver_storage()