Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_ir.cpp141 (!ctx->Const.NativeIntegers ? INT_DIV_TO_MUL_RCP : 0) | in st_link_shader()
Dst_extensions.c1183 consts->NativeIntegers = GL_TRUE; in st_init_extensions()
1213 consts->NativeIntegers = GL_TRUE; in st_init_extensions()
1234 consts->UniformBooleanTrue = consts->NativeIntegers ? ~0U : fui(1.0f); in st_init_extensions()
Dst_mesa_to_tgsi.c986 if (!ctx->Const.NativeIntegers) { in st_translate_mesa_program()
Dst_glsl_to_tgsi.cpp2119 if (this->ctx->Const.NativeIntegers) in visit_expression()
6511 if (ctx->Const.NativeIntegers) { in emit_face_var()
6829 if (!ctx->Const.NativeIntegers) { in st_translate_program()
7025 v->native_integers = ctx->Const.NativeIntegers; in get_mesa_program_tgsi()
7258 ctx->Const.NativeIntegers); in st_link_tgsi()
7267 ctx->Const.NativeIntegers); in st_link_tgsi()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2514 assert(ctx->Const.NativeIntegers); in _mesa_associate_uniform_storage()
2526 (ctx->Const.NativeIntegers) ? uniform_native : uniform_int_float; in _mesa_associate_uniform_storage()
3014 options, ctx->Const.NativeIntegers) in _mesa_ir_link_shader()
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp2078 ctx->Const.NativeIntegers); in opt_shader_and_create_symbol_table()
2082 ctx->Const.NativeIntegers)) in opt_shader_and_create_symbol_table()
Dlinker.cpp4541 ctx->Const.NativeIntegers); in linker_optimisation_loop()
4546 ctx->Const.NativeIntegers)) in linker_optimisation_loop()
Dglsl_to_nir.cpp210 ctx->Const.NativeIntegers); in glsl_to_nir()
/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp1109 ctx->Const.NativeIntegers)) in create_new_program()
Dmtypes.h3910 GLboolean NativeIntegers; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c688 ctx->Const.NativeIntegers = true; in brw_initialize_context_constants()