Searched refs:c01 (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dformat_utils.h268 simd4scalari c01 = SIMD128::unpacklo_epi8(c0c2, c1c3); // rgrgrgrgrgrgrgrg local in function:Transpose8_8_8_8::Transpose
270 simd4scalari c0123lo = SIMD128::unpacklo_epi16(c01, c23); // rgbargbargbargba
271 simd4scalari c0123hi = SIMD128::unpackhi_epi16(c01, c23); // rgbargbargbargba
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c404 __m128i c01, c23, unused; local in function:do_triangle_ccw
479 c01 = _mm_unpacklo_epi64(c02, c13);
481 transpose2_64_2_32(&c01, &c23, &dcdx, &dcdy,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c478 __m128i c01, c23, unused; local in function:do_triangle_ccw
553 c01 = _mm_unpacklo_epi64(c02, c13);
555 transpose2_64_2_32(&c01, &c23, &dcdx, &dcdy,
/xsrc/external/mit/libdrm/dist/tests/tegra/
H A Dvic30.h231 uint64_t c01 : 20; /* 83..64 */ member in struct:__anon2a354ba10608
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1378 LLVMValueRef c00, c01, c10, c11, c00f, c01f, c10f, c11f; local in function:lp_build_sample_image_linear
1396 c01 = lp_build_and(ivec_bld, fall_off[1], fall_off[2]);
1397 c01f = LLVMBuildBitCast(builder, c01, coord_bld->vec_type, "");
1424 c_weight = lp_build_select(coord_bld, c01, w01, c_weight);
1555 col01 = lp_build_select(coord_bld, c01, colc, col01);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1406 LLVMValueRef c00, c01, c10, c11, c00f, c01f, c10f, c11f; local in function:lp_build_sample_image_linear
1424 c01 = lp_build_and(ivec_bld, fall_off[1], fall_off[2]);
1425 c01f = LLVMBuildBitCast(builder, c01, coord_bld->vec_type, "");
1452 c_weight = lp_build_select(coord_bld, c01, w01, c_weight);
1583 col01 = lp_build_select(coord_bld, c01, colc, col01);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h3262 int c01,c12,c,m,i,j; local in function:stbtt__sort_edges_quicksort
3266 c01 = STBTT__COMPARE(&p[0],&p[m]);
3269 if (c01 != c12) {
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h3262 int c01,c12,c,m,i,j; local in function:stbtt__sort_edges_quicksort
3266 c01 = STBTT__COMPARE(&p[0],&p[m]);
3269 if (c01 != c12) {

Completed in 36 milliseconds