Searched refs:NativeIntegers (Results 1 – 10 of 10) sorted by relevance
149 options, ctx->Const.NativeIntegers) || progress; in process_glsl_ir()
731 ctx->Const.NativeIntegers = true; in brw_initialize_context_constants()
901 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()
943 if (!ctx->Const.NativeIntegers) { in st_translate_mesa_program()
2177 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()
2526 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()
1959 ctx->Const.NativeIntegers); in _mesa_glsl_compile_shader()1963 ctx->Const.NativeIntegers)) in _mesa_glsl_compile_shader()
5064 ctx->Const.NativeIntegers); in link_shaders()5069 ctx->Const.NativeIntegers)) in link_shaders()
1272 ctx->Const.NativeIntegers)) in create_new_program()
3541 GLboolean NativeIntegers; member