Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dir_uniform.h45 uniform_native = 0, /**< Store data in the native format. */ enumerator
/third_party/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2499 enum gl_uniform_driver_format format = uniform_native; in _mesa_associate_uniform_storage()
2518 format = uniform_native; in _mesa_associate_uniform_storage()
2529 (ctx->Const.NativeIntegers) ? uniform_native : uniform_int_float; in _mesa_associate_uniform_storage()
2538 format = uniform_native; in _mesa_associate_uniform_storage()
2542 format = uniform_native; in _mesa_associate_uniform_storage()
2548 format = uniform_native; in _mesa_associate_uniform_storage()
/third_party/mesa3d/src/mesa/main/
Duniform_query.cpp863 case uniform_native: { in _mesa_propagate_uniforms_to_driver_storage()