Home
last modified time | relevance | path

Searched refs:NativeIntegers (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_link.cpp149 options, ctx->Const.NativeIntegers) || progress; in process_glsl_ir()
Dbrw_context.c731 ctx->Const.NativeIntegers = true; in brw_initialize_context_constants()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c901 consts->NativeIntegers = GL_TRUE; in st_init_extensions()
929 consts->NativeIntegers = GL_TRUE; in st_init_extensions()
940 consts->UniformBooleanTrue = consts->NativeIntegers ? ~0U : fui(1.0f); in st_init_extensions()
Dst_mesa_to_tgsi.c943 if (!ctx->Const.NativeIntegers) { in st_translate_mesa_program()
Dst_glsl_to_tgsi.cpp2177 if (this->ctx->Const.NativeIntegers) in visit_expression()
5921 if (ctx->Const.NativeIntegers) { in emit_face_var()
6255 if (!ctx->Const.NativeIntegers) { in st_translate_program()
6481 v->native_integers = ctx->Const.NativeIntegers; in get_mesa_program_tgsi()
6935 (!ctx->Const.NativeIntegers ? INT_DIV_TO_MUL_RCP : 0) | in st_link_shader()
6964 ctx->Const.NativeIntegers); in st_link_shader()
6973 ctx->Const.NativeIntegers); in st_link_shader()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2526 assert(ctx->Const.NativeIntegers); in _mesa_associate_uniform_storage()
2532 (ctx->Const.NativeIntegers) ? uniform_native : uniform_int_float; in _mesa_associate_uniform_storage()
2982 options, ctx->Const.NativeIntegers) in _mesa_ir_link_shader()
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp1959 ctx->Const.NativeIntegers); in _mesa_glsl_compile_shader()
1963 ctx->Const.NativeIntegers)) in _mesa_glsl_compile_shader()
Dlinker.cpp5064 ctx->Const.NativeIntegers); in link_shaders()
5069 ctx->Const.NativeIntegers)) in link_shaders()
/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp1272 ctx->Const.NativeIntegers)) in create_new_program()
Dmtypes.h3541 GLboolean NativeIntegers; member