HomeSort by: relevance | last modified time | path
    Searched refs:NativeIntegers (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_ir.cpp 141 (!ctx->Const.NativeIntegers ? INT_DIV_TO_MUL_RCP : 0) |
st_extensions.c 1242 consts->NativeIntegers = GL_TRUE;
1272 consts->NativeIntegers = GL_TRUE;
1295 consts->UniformBooleanTrue = consts->NativeIntegers ? ~0U : fui(1.0f);
st_glsl_to_nir.cpp 1023 !st->ctx->Const.NativeIntegers);
st_glsl_to_tgsi.cpp 2197 if (this->ctx->Const.NativeIntegers)
6591 if (ctx->Const.NativeIntegers) {
6925 if (!ctx->Const.NativeIntegers) {
7121 v->native_integers = ctx->Const.NativeIntegers;
7348 ctx->Const.NativeIntegers);
7357 ctx->Const.NativeIntegers);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_to_ir.cpp 135 (!ctx->Const.NativeIntegers ? INT_DIV_TO_MUL_RCP : 0) |
st_extensions.c 1116 consts->NativeIntegers = GL_TRUE;
1141 consts->NativeIntegers = GL_TRUE;
1152 consts->UniformBooleanTrue = consts->NativeIntegers ? ~0U : fui(1.0f);
st_mesa_to_tgsi.c 976 if (!ctx->Const.NativeIntegers) {
st_glsl_to_tgsi.cpp 2124 if (this->ctx->Const.NativeIntegers)
6534 if (ctx->Const.NativeIntegers) {
6888 if (!ctx->Const.NativeIntegers) {
7109 v->native_integers = ctx->Const.NativeIntegers;
7368 ctx->Const.NativeIntegers);
7377 ctx->Const.NativeIntegers);
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
ir_to_mesa.cpp 2517 assert(ctx->Const.NativeIntegers);
2529 (ctx->Const.NativeIntegers) ? uniform_native : uniform_int_float;
3035 options, ctx->Const.NativeIntegers)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
ir_to_mesa.cpp 2557 assert(ctx->Const.NativeIntegers);
2569 (ctx->Const.NativeIntegers) ? uniform_native : uniform_int_float;
3057 options, ctx->Const.NativeIntegers)
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
glsl_parser_extras.cpp 2096 ctx->Const.NativeIntegers);
2100 ctx->Const.NativeIntegers))
linker.cpp 4581 ctx->Const.NativeIntegers);
4586 ctx->Const.NativeIntegers))
glsl_to_nir.cpp 211 ctx->Const.NativeIntegers);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_parser_extras.cpp 2047 ctx->Const.NativeIntegers);
2051 ctx->Const.NativeIntegers))
linker.cpp 4888 ctx->Const.NativeIntegers);
4893 ctx->Const.NativeIntegers))
glsl_to_nir.cpp 203 ctx->Const.NativeIntegers);
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
ff_fragment_shader.cpp 1105 ctx->Const.NativeIntegers))
mtypes.h 3992 GLboolean NativeIntegers;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
ff_fragment_shader.cpp 1118 ctx->Const.NativeIntegers))
mtypes.h 3828 GLboolean NativeIntegers;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_context.c 732 ctx->Const.NativeIntegers = true;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_context.c 676 ctx->Const.NativeIntegers = true;

Completed in 45 milliseconds