| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/ |
| H A D | negative_equal_tests.cpp | 28 static void count_sequence(nir_const_value c[NIR_MAX_VEC_COMPONENTS], 30 static void negate(nir_const_value dst[NIR_MAX_VEC_COMPONENTS], 31 const nir_const_value src[NIR_MAX_VEC_COMPONENTS], 47 nir_const_value c1[NIR_MAX_VEC_COMPONENTS]; 48 nir_const_value c2[NIR_MAX_VEC_COMPONENTS]; 70 EXPECT_TRUE(nir_const_value_negative_equal(c1, c1, NIR_MAX_VEC_COMPONENTS, 77 EXPECT_TRUE(nir_const_value_negative_equal(c1, c1, NIR_MAX_VEC_COMPONENTS, 89 NIR_MAX_VEC_COMPONENTS, \ 111 negate(c2, c1, base_type, bits, NIR_MAX_VEC_COMPONENTS); \ 113 NIR_MAX_VEC_COMPONENTS, \ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/ |
| H A D | negative_equal_tests.cpp | 28 static void count_sequence(nir_const_value c[NIR_MAX_VEC_COMPONENTS], 30 static void negate(nir_const_value dst[NIR_MAX_VEC_COMPONENTS], 31 const nir_const_value src[NIR_MAX_VEC_COMPONENTS], 49 nir_const_value c1[NIR_MAX_VEC_COMPONENTS]; 50 nir_const_value c2[NIR_MAX_VEC_COMPONENTS]; 73 nir_const_value c1[NIR_MAX_VEC_COMPONENTS]; 74 nir_const_value c2[NIR_MAX_VEC_COMPONENTS]; 211 NIR_MAX_VEC_COMPONENTS, \ 245 negate(c2, c1, full_type, NIR_MAX_VEC_COMPONENTS); \ 247 NIR_MAX_VEC_COMPONENTS, \ [all...] |
| H A D | serialize_tests.cpp | 106 #if NIR_MAX_VEC_COMPONENTS == 16 132 memset(fmax_alu->src[0].swizzle, GetParam() - 1, NIR_MAX_VEC_COMPONENTS); 133 memset(fmax_alu->src[1].swizzle, GetParam() - 1, NIR_MAX_VEC_COMPONENTS);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opt_constant_folding.c | 44 nir_const_value src[NIR_MAX_VEC_COMPONENTS][NIR_MAX_VEC_COMPONENTS]; 91 nir_const_value dest[NIR_MAX_VEC_COMPONENTS]; 92 nir_const_value *srcs[NIR_MAX_VEC_COMPONENTS];
|
| H A D | nir_lower_array_deref_of_vec.c | 33 assert(num_components > 1 && num_components <= NIR_MAX_VEC_COMPONENTS); 36 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; 100 assert(num_components > 1 && num_components <= NIR_MAX_VEC_COMPONENTS);
|
| H A D | nir_lower_load_const_to_scalar.c | 49 nir_ssa_def *loads[NIR_MAX_VEC_COMPONENTS];
|
| H A D | nir_opt_copy_propagate.c | 145 unsigned new_swizzle[NIR_MAX_VEC_COMPONENTS] = {0, 0, 0, 0}; 149 for (unsigned i = 0; i < NIR_MAX_VEC_COMPONENTS; i++) 155 for (unsigned i = 0; i < NIR_MAX_VEC_COMPONENTS; i++) { 170 for (unsigned i = 0; i < NIR_MAX_VEC_COMPONENTS; i++)
|
| H A D | nir_builder.h | 439 j < NIR_MAX_VEC_COMPONENTS; j++) { 533 assert(num_components <= NIR_MAX_VEC_COMPONENTS); 538 for (unsigned i = 0; i < num_components && i < NIR_MAX_VEC_COMPONENTS; i++) { 596 unsigned num_channels = 0, swizzle[NIR_MAX_VEC_COMPONENTS] = { 0 }; 598 for (unsigned i = 0; i < NIR_MAX_VEC_COMPONENTS; i++) { 749 assert(dest_num_components <= NIR_MAX_VEC_COMPONENTS); 770 nir_ssa_def *dest_comps[NIR_MAX_VEC_COMPONENTS]; 784 assert(dest_num_components <= NIR_MAX_VEC_COMPONENTS); 793 nir_ssa_def *dest[NIR_MAX_VEC_COMPONENTS]; 810 nir_ssa_def *dest[NIR_MAX_VEC_COMPONENTS]; [all...] |
| H A D | nir_lower_alu_to_scalar.c | 220 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS] = { NULL }; 222 for (chan = 0; chan < NIR_MAX_VEC_COMPONENTS; chan++) { 236 for (int j = 0; j < NIR_MAX_VEC_COMPONENTS; j++)
|
| H A D | nir_format_convert.h | 56 nir_const_value mask[NIR_MAX_VEC_COMPONENTS]; 214 nir_const_value factor[NIR_MAX_VEC_COMPONENTS]; 314 nir_const_value max[NIR_MAX_VEC_COMPONENTS]; 332 nir_const_value min[NIR_MAX_VEC_COMPONENTS], max[NIR_MAX_VEC_COMPONENTS];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir.h | 72 LLVMValueRef index, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]); 79 LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]); 84 LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]); 103 LLVMValueRef index, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]); 133 LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]); 156 LLVMValueRef dst[NIR_MAX_VEC_COMPONENTS]); 161 LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]); 178 LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]);
|
| H A D | lp_bld_nir.c | 170 LLVMValueRef vals[NIR_MAX_VEC_COMPONENTS]) 177 LLVMValueRef vals[NIR_MAX_VEC_COMPONENTS]) 188 static void assign_dest(struct lp_build_nir_context *bld_base, const nir_dest *dest, LLVMValueRef vals[NIR_MAX_VEC_COMPONENTS]) 196 static void assign_alu_dest(struct lp_build_nir_context *bld_base, const nir_alu_dest *dest, LLVMValueRef vals[NIR_MAX_VEC_COMPONENTS]) 236 LLVMValueRef src[NIR_MAX_VEC_COMPONENTS]) 257 LLVMValueRef src[NIR_MAX_VEC_COMPONENTS]) 352 unsigned src_bit_size[NIR_MAX_VEC_COMPONENTS], 353 LLVMValueRef src[NIR_MAX_VEC_COMPONENTS]) 572 unsigned src_bit_size[NIR_MAX_VEC_COMPONENTS], 573 LLVMValueRef src[NIR_MAX_VEC_COMPONENTS]) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_array_deref_of_vec.c | 33 assert(num_components > 1 && num_components <= NIR_MAX_VEC_COMPONENTS); 36 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; 105 assert(num_components > 1 && num_components <= NIR_MAX_VEC_COMPONENTS);
|
| H A D | nir_opt_constant_folding.c | 46 nir_const_value src[NIR_MAX_VEC_COMPONENTS][NIR_MAX_VEC_COMPONENTS]; 93 nir_const_value dest[NIR_MAX_VEC_COMPONENTS]; 94 nir_const_value *srcs[NIR_MAX_VEC_COMPONENTS]; 152 if (idx >= NIR_MAX_VEC_COMPONENTS) 248 nir_const_value imm[NIR_MAX_VEC_COMPONENTS];
|
| H A D | nir_lower_image.c | 48 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS] = { NULL, };
|
| H A D | nir_lower_load_const_to_scalar.c | 49 nir_ssa_def *loads[NIR_MAX_VEC_COMPONENTS];
|
| H A D | nir_search.h | 102 uint8_t swizzle[NIR_MAX_VEC_COMPONENTS];
|
| H A D | nir_opt_shrink_vectors.c | 114 nir_ssa_def *srcs[NIR_MAX_VEC_COMPONENTS] = { 0 }; 150 uint8_t reswizzle[NIR_MAX_VEC_COMPONENTS] = { 0 }; 162 for (unsigned i = 0; i < NIR_MAX_VEC_COMPONENTS; i++)
|
| H A D | nir_lower_interpolation.c | 103 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS];
|
| H A D | nir_lower_regs_to_ssa.c | 134 uint8_t vec_swizzle[NIR_MAX_VEC_COMPONENTS]; 135 for (unsigned i = 0; i < NIR_MAX_VEC_COMPONENTS; i++)
|
| H A D | nir_format_convert.h | 65 nir_const_value mask[NIR_MAX_VEC_COMPONENTS]; 236 nir_const_value factor[NIR_MAX_VEC_COMPONENTS]; 336 nir_const_value max[NIR_MAX_VEC_COMPONENTS]; 354 nir_const_value min[NIR_MAX_VEC_COMPONENTS], max[NIR_MAX_VEC_COMPONENTS];
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.h | 57 std::unordered_map<unsigned, std::array<Temp, NIR_MAX_VEC_COMPONENTS>> allocated_vec;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ |
| H A D | nir_mod_helpers.c | 66 for (unsigned i = 0; i < NIR_MAX_VEC_COMPONENTS; ++i) {
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | v3d_nir_lower_scratch.c | 60 nir_ssa_def *chans[NIR_MAX_VEC_COMPONENTS];
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | v3d_nir_lower_scratch.c | 60 nir_ssa_def *chans[NIR_MAX_VEC_COMPONENTS];
|