tree: 427559216e0d083bfb008243db806fa143aa5218 [path history] [tgz]
  1. glcpp/
  2. tests/
  3. .gitignore
  4. ast.h
  5. ast_array_index.cpp
  6. ast_expr.cpp
  7. ast_function.cpp
  8. ast_to_hir.cpp
  9. ast_type.cpp
  10. bash_script_wrapper.py
  11. blob.c
  12. blob.h
  13. BUILD.gn
  14. builtin_functions.cpp
  15. builtin_functions.h
  16. builtin_int64.h
  17. builtin_types.cpp
  18. builtin_variables.cpp
  19. generate_ir.cpp
  20. generate_parser_and_lexer.sh
  21. glsl_lexer.ll
  22. glsl_parser.yy
  23. glsl_parser_extras.cpp
  24. glsl_parser_extras.h
  25. glsl_symbol_table.cpp
  26. glsl_symbol_table.h
  27. glsl_to_nir.cpp
  28. glsl_to_nir.h
  29. hir_field_selection.cpp
  30. int64.glsl
  31. ir.cpp
  32. ir.h
  33. ir_array_refcount.cpp
  34. ir_array_refcount.h
  35. ir_basic_block.cpp
  36. ir_basic_block.h
  37. ir_builder.cpp
  38. ir_builder.h
  39. ir_builder_print_visitor.cpp
  40. ir_builder_print_visitor.h
  41. ir_clone.cpp
  42. ir_constant_expression.cpp
  43. ir_equals.cpp
  44. ir_expression_flattening.cpp
  45. ir_expression_flattening.h
  46. ir_expression_operation.py
  47. ir_function.cpp
  48. ir_function_can_inline.cpp
  49. ir_function_detect_recursion.cpp
  50. ir_function_inlining.h
  51. ir_hierarchical_visitor.cpp
  52. ir_hierarchical_visitor.h
  53. ir_hv_accept.cpp
  54. ir_optimization.h
  55. ir_print_visitor.cpp
  56. ir_print_visitor.h
  57. ir_reader.cpp
  58. ir_reader.h
  59. ir_rvalue_visitor.cpp
  60. ir_rvalue_visitor.h
  61. ir_set_program_inouts.cpp
  62. ir_uniform.h
  63. ir_validate.cpp
  64. ir_variable_refcount.cpp
  65. ir_variable_refcount.h
  66. ir_visitor.h
  67. link_atomics.cpp
  68. link_functions.cpp
  69. link_interface_blocks.cpp
  70. link_uniform_block_active_visitor.cpp
  71. link_uniform_block_active_visitor.h
  72. link_uniform_blocks.cpp
  73. link_uniform_initializers.cpp
  74. link_uniforms.cpp
  75. link_varyings.cpp
  76. link_varyings.h
  77. linker.cpp
  78. linker.h
  79. list.h
  80. loop_analysis.cpp
  81. loop_analysis.h
  82. loop_controls.cpp
  83. loop_unroll.cpp
  84. lower_blend_equation_advanced.cpp
  85. lower_buffer_access.cpp
  86. lower_buffer_access.h
  87. lower_const_arrays_to_uniforms.cpp
  88. lower_discard.cpp
  89. lower_discard_flow.cpp
  90. lower_distance.cpp
  91. lower_if_to_cond_assign.cpp
  92. lower_instructions.cpp
  93. lower_int64.cpp
  94. lower_jumps.cpp
  95. lower_mat_op_to_vec.cpp
  96. lower_named_interface_blocks.cpp
  97. lower_noise.cpp
  98. lower_offset_array.cpp
  99. lower_output_reads.cpp
  100. lower_packed_varyings.cpp
  101. lower_packing_builtins.cpp
  102. lower_shared_reference.cpp
  103. lower_subroutine.cpp
  104. lower_tess_level.cpp
  105. lower_texture_projection.cpp
  106. lower_ubo_reference.cpp
  107. lower_variable_index_to_cond_assign.cpp
  108. lower_vec_index_to_cond_assign.cpp
  109. lower_vec_index_to_swizzle.cpp
  110. lower_vector.cpp
  111. lower_vector_derefs.cpp
  112. lower_vector_insert.cpp
  113. lower_vertex_id.cpp
  114. main.cpp
  115. opt_add_neg_to_sub.h
  116. opt_algebraic.cpp
  117. opt_array_splitting.cpp
  118. opt_conditional_discard.cpp
  119. opt_constant_folding.cpp
  120. opt_constant_propagation.cpp
  121. opt_constant_variable.cpp
  122. opt_copy_propagation.cpp
  123. opt_copy_propagation_elements.cpp
  124. opt_dead_builtin_variables.cpp
  125. opt_dead_builtin_varyings.cpp
  126. opt_dead_code.cpp
  127. opt_dead_code_local.cpp
  128. opt_dead_functions.cpp
  129. opt_flatten_nested_if_blocks.cpp
  130. opt_flip_matrices.cpp
  131. opt_function_inlining.cpp
  132. opt_if_simplification.cpp
  133. opt_minmax.cpp
  134. opt_noop_swizzle.cpp
  135. opt_rebalance_tree.cpp
  136. opt_redundant_jumps.cpp
  137. opt_structure_splitting.cpp
  138. opt_swizzle_swizzle.cpp
  139. opt_tree_grafting.cpp
  140. opt_vectorize.cpp
  141. program.h
  142. propagate_invariance.cpp
  143. README
  144. s_expression.cpp
  145. s_expression.h
  146. shader_cache.cpp
  147. shader_cache.h
  148. standalone.cpp
  149. standalone.h
  150. standalone_scaffolding.cpp
  151. standalone_scaffolding.h
  152. string_to_uint_map.cpp
  153. string_to_uint_map.h
  154. test.cpp
  155. test_optpass.cpp
  156. test_optpass.h
  157. TODO