Searched refs:uniform_native (Results 1 – 3 of 3) sorted by relevance
41 uniform_native = 0, /**< Store data in the native format. */ enumerator
2494 enum gl_uniform_driver_format format = uniform_native; in _mesa_associate_uniform_storage()2500 format = uniform_native; in _mesa_associate_uniform_storage()2505 (ctx->Const.NativeIntegers) ? uniform_native : uniform_int_float; in _mesa_associate_uniform_storage()2509 format = uniform_native; in _mesa_associate_uniform_storage()2522 format = uniform_native; in _mesa_associate_uniform_storage()
505 case uniform_native: in _mesa_propagate_uniforms_to_driver_storage()