Home
last modified time | relevance | path

Searched refs:uniform_native (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir_uniform.h46 uniform_native = 0, /**< Store data in the native format. */ enumerator
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2520 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()
/external/mesa3d/src/mesa/main/
Duniform_query.cpp593 case uniform_native: { in _mesa_propagate_uniforms_to_driver_storage()