Home
last modified time | relevance | path

Searched refs:s0_0 (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
DstructDeref.frag.out61 … move second child to first child ( temp structure{ global structure{ global int i} s0_0})
62 0:57 'locals00' ( temp structure{ global structure{ global int i} s0_0})
113 … move second child to first child ( temp structure{ global structure{ global int i} s0_0})
114 0:64 'locals00' ( temp structure{ global structure{ global int i} s0_0})
115 0:64 'foo00' ( uniform structure{ global structure{ global int i} s0_0})
128 0:68 s0_0: direct index for structure ( global structure{ global int i})
129 0:68 'locals00' ( temp structure{ global structure{ global int i} s0_0})
171 0:? 'foo00' ( uniform structure{ global structure{ global int i} s0_0})
234 … move second child to first child ( temp structure{ global structure{ global int i} s0_0})
235 0:57 'locals00' ( temp structure{ global structure{ global int i} s0_0})
[all …]
Dspv.structDeref.frag.out35 MemberName 54(s00) 0 "s0_0"
/external/deqp-deps/glslang/Test/
Dspv.structDeref.frag11 s0 s0_0;
68 locals0 = locals00.s0_0;
DstructDeref.frag11 s0 s0_0;
68 locals0 = locals00.s0_0;
/external/clang/test/CodeGenCXX/
Dx86_32-arguments.cpp61 struct s0_0 { int x; }; argument
62 struct s0_1 : s0_0 { int* y; };
/external/libaom/libaom/aom_dsp/x86/
Dblend_a64_mask_avx2.c33 const __m256i s0_0 = yy_loadu_256(src0); in blend_a64_d16_mask_w16_avx2() local
35 __m256i res0_lo = _mm256_madd_epi16(_mm256_unpacklo_epi16(s0_0, s1_0), in blend_a64_d16_mask_w16_avx2()
37 __m256i res0_hi = _mm256_madd_epi16(_mm256_unpackhi_epi16(s0_0, s1_0), in blend_a64_d16_mask_w16_avx2()
55 const __m256i s0_0 = yy_loadu_256(src0); in blend_a64_d16_mask_w32_avx2() local
59 __m256i res0_lo = _mm256_madd_epi16(_mm256_unpacklo_epi16(s0_0, s1_0), in blend_a64_d16_mask_w32_avx2()
61 __m256i res0_hi = _mm256_madd_epi16(_mm256_unpackhi_epi16(s0_0, s1_0), in blend_a64_d16_mask_w32_avx2()
Dblend_a64_mask_sse4.c880 const __m128i s0_0 = xx_loadu_128(src0); in blend_a64_d16_mask_w16_sse41() local
884 __m128i res0_lo = _mm_madd_epi16(_mm_unpacklo_epi16(s0_0, s1_0), in blend_a64_d16_mask_w16_sse41()
886 __m128i res0_hi = _mm_madd_epi16(_mm_unpackhi_epi16(s0_0, s1_0), in blend_a64_d16_mask_w16_sse41()