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