HomeSort by relevance Sort by last modified time
    Searched refs:native_integers (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/compiler/glsl/
ir_optimization.h 83 bool native_integers);
88 bool do_algebraic(exec_list *instructions, bool native_integers,
opt_algebraic.cpp 48 ir_algebraic_visitor(bool native_integers,
54 this->native_integers = native_integers;
79 bool native_integers; member in class:__anon27372::ir_algebraic_visitor
1005 do_algebraic(exec_list *instructions, bool native_integers,
1008 ir_algebraic_visitor v(native_integers, options);
glsl_parser_extras.cpp     [all...]
glsl_to_nir.cpp 182 this->supports_ints = shader->options->native_integers;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_compiler.c 42 .native_integers = true, \
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir.c 49 .native_integers = true,
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 430 bool native_integers; member in struct:glsl_to_tgsi_visitor
908 else if (native_integers)
947 else if (native_integers) \
    [all...]
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 389 if (b->shader->options->native_integers) {
428 if (b->shader->options->native_integers) {
441 if (b->shader->options->native_integers) {
490 if (b->shader->options->native_integers) {
510 nir_ssa_def *cmp = b->shader->options->native_integers ?
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.c 457 boolean native_integers; member in struct:shader_translator
652 tx->lconsti[n].reg = tx->native_integers ?
677 tx->lconstb[n].reg = tx->native_integers ?
1071 if (!tx->native_integers)
    [all...]
  /external/mesa3d/src/compiler/nir/
nir.h 1802 bool native_integers; member in struct:nir_shader_compiler_options
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 343 int native_integers; member in struct:r600_shader_ctx
979 if (!ctx->native_integers) {
    [all...]

Completed in 786 milliseconds