| /third_party/spirv-tools/test/fuzz/ |
| H A D | transformation_flatten_conditional_branch_test.cpp | 51 std::string shader = R"( in TEST() local 188 std::string shader = R"( in TEST() local 341 std::string shader = R"( in TEST() local 649 std::string shader = R"( in TEST() local 815 std::string shader = R"( in TEST() local 882 std::string shader = R"( TEST() local 949 std::string shader = R"( TEST() local 1020 std::string shader = R"( TEST() local 1091 std::string shader = R"( TEST() local 1198 std::string shader = R"( TEST() local 1252 std::string shader = R"( TEST() local 1317 std::string shader = R"( TEST() local 1367 std::string shader = R"( TEST() local 1426 std::string shader = R"( TEST() local 1472 std::string shader = R"( TEST() local 1548 std::string shader = R"( TEST() local 1680 std::string shader = R"( TEST() local 1792 std::string shader = R"( TEST() local 1871 std::string shader = R"( TEST() local 1912 std::string shader = R"( TEST() local 1984 std::string shader = R"( TEST() local 2055 std::string shader = R"( TEST() local 2101 std::string shader = R"( TEST() local 2149 std::string shader = R"( TEST() local [all...] |
| H A D | transformation_move_block_down_test.cpp | 27 std::string shader = R"( in TEST() local 68 std::string shader = R"( in TEST() local 107 std::string shader = R"( in TEST() local 148 std::string shader = R"( in TEST() local 688 std::string shader in TEST() local [all...] |
| H A D | transformation_replace_add_sub_mul_with_carrying_extended_test.cpp | 28 std::string shader = R"( in TEST() local 89 std::string shader = R"( in TEST() local 185 std::string shader = R"( in TEST() local 276 std::string shader = R"( in TEST() local
|
| H A D | transformation_replace_load_store_with_copy_memory_test.cpp | 29 std::string shader = R"( in TEST() local
|
| /third_party/spirv-tools/test/opt/ |
| H A D | graphics_robust_access_test.cpp | 1394 std::string shader = R"( in TEST_F() local 1554 std::string shader = R"( in TEST_F() local
|
| /third_party/spirv-tools/test/reduce/ |
| H A D | remove_unused_instruction_test.cpp | 232 const std::string shader = R"( in TEST() local 379 std::string shader = R"( in TEST() local
|
| /third_party/spirv-tools/test/val/ |
| H A D | val_ray_query_test.cpp | 580 const std::string shader = R"( in TEST_F() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_regs_to_ssa.c | 34 nir_shader *shader; member 301 nir_lower_regs_to_ssa(nir_shader *shader) in nir_lower_regs_to_ssa() argument
|
| H A D | nir_lower_returns.c | 298 nir_lower_returns(nir_shader *shader) in nir_lower_returns() argument
|
| H A D | nir_opt_idiv_const.c | 251 nir_opt_idiv_const(nir_shader *shader, unsigned min_bit_size) in nir_opt_idiv_const() argument
|
| H A D | nir_lower_locals_to_regs.c | 318 nir_lower_locals_to_regs(nir_shader *shader) in nir_lower_locals_to_regs() argument
|
| H A D | nir_lower_wrmasks.c | 221 nir_lower_wrmasks(nir_shader *shader, nir_instr_filter_cb cb, const void *data) in nir_lower_wrmasks() argument
|
| H A D | nir_opt_access.c | 41 nir_shader *shader; member 324 nir_opt_access(nir_shader *shader, const nir_opt_access_options *options) in nir_opt_access() argument [all...] |
| H A D | nir_phi_builder.c | 28 nir_shader *shader; member
|
| H A D | nir_opt_sink.c | 201 nir_opt_sink(nir_shader *shader, nir_move_options options) in nir_opt_sink() argument
|
| H A D | nir_lower_indirect_derefs.c | 217 nir_lower_indirect_derefs(nir_shader *shader, nir_variable_mode modes, in nir_lower_indirect_derefs() argument 234 nir_lower_indirect_var_derefs(nir_shader *shader, const struct set *vars) in nir_lower_indirect_var_derefs() argument
|
| H A D | nir_lower_multiview.c | 42 shader_writes_to_memory(nir_shader *shader) in shader_writes_to_memory() argument 132 nir_shader_uses_view_index(nir_shader *shader) in nir_shader_uses_view_index() argument 151 shader_only_position_uses_view_index(nir_shader *shader) in shader_only_position_uses_view_index() argument 205 nir_can_lower_multiview(nir_shader *shader) nir_can_lower_multiview() argument 228 nir_lower_multiview(nir_shader *shader, uint32_t view_mask) nir_lower_multiview() argument [all...] |
| H A D | nir_lower_non_uniform_access.c | 360 nir_lower_non_uniform_access(nir_shader *shader, in nir_lower_non_uniform_access() argument
|
| H A D | nir_lower_phis_to_scalar.c | 36 nir_shader *shader; member 315 nir_lower_phis_to_scalar(nir_shader *shader, bool lower_all) in nir_lower_phis_to_scalar() argument
|
| H A D | nir_lower_memcpy.c | 188 nir_lower_memcpy(nir_shader *shader) in nir_lower_memcpy() argument
|
| H A D | nir_lower_two_sided_color.c | 34 nir_shader *shader; member 51 create_input(nir_shader *shader, gl_varying_slot slot, in create_input() argument 67 create_face_input(nir_shader *shader) in create_face_input() argument 217 nir_lower_two_sided_color(nir_shader *shader, bool face_sysval) nir_lower_two_sided_color() argument [all...] |
| H A D | nir_lower_ubo_vec4.c | 186 nir_lower_ubo_vec4(nir_shader *shader) in nir_lower_ubo_vec4() argument
|
| H A D | nir_opt_constant_folding.c | 383 nir_opt_constant_folding(nir_shader *shader) in nir_opt_constant_folding() argument [all...] |
| H A D | nir_opt_comparison_pre.c | 374 nir_opt_comparison_pre(nir_shader *shader) in nir_opt_comparison_pre() argument
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_nir_lower_64b.c | 170 ir3_nir_lower_64b_intrinsics(nir_shader *shader) in ir3_nir_lower_64b_intrinsics() argument 211 ir3_nir_lower_64b_undef(nir_shader *shader) in ir3_nir_lower_64b_undef() argument 320 ir3_nir_lower_64b_global(nir_shader *shader) in ir3_nir_lower_64b_global() argument
|