Searched refs:NIR_MAX_VEC_COMPONENTS (Results 1 - 25 of 100) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp28 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 Dnegative_equal_tests.cpp28 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 Dserialize_tests.cpp106 #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 Dnir_opt_constant_folding.c44 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 Dnir_lower_array_deref_of_vec.c33 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 Dnir_lower_load_const_to_scalar.c49 nir_ssa_def *loads[NIR_MAX_VEC_COMPONENTS];
H A Dnir_opt_copy_propagate.c145 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 Dnir_builder.h439 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 Dnir_lower_alu_to_scalar.c220 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 Dnir_format_convert.h56 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 Dlp_bld_nir.h72 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 Dlp_bld_nir.c170 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 Dnir_lower_array_deref_of_vec.c33 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 Dnir_opt_constant_folding.c46 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 Dnir_lower_image.c48 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS] = { NULL, };
H A Dnir_lower_load_const_to_scalar.c49 nir_ssa_def *loads[NIR_MAX_VEC_COMPONENTS];
H A Dnir_search.h102 uint8_t swizzle[NIR_MAX_VEC_COMPONENTS];
H A Dnir_opt_shrink_vectors.c114 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 Dnir_lower_interpolation.c103 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS];
H A Dnir_lower_regs_to_ssa.c134 uint8_t vec_swizzle[NIR_MAX_VEC_COMPONENTS];
135 for (unsigned i = 0; i < NIR_MAX_VEC_COMPONENTS; i++)
H A Dnir_format_convert.h65 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 Daco_instruction_selection.h57 std::unordered_map<unsigned, std::array<Temp, NIR_MAX_VEC_COMPONENTS>> allocated_vec;
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dnir_mod_helpers.c66 for (unsigned i = 0; i < NIR_MAX_VEC_COMPONENTS; ++i) {
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_scratch.c60 nir_ssa_def *chans[NIR_MAX_VEC_COMPONENTS];
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_scratch.c60 nir_ssa_def *chans[NIR_MAX_VEC_COMPONENTS];

Completed in 22 milliseconds

1234