Searched refs:comp3 (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen8_draw_upload.c | 206 uint32_t comp3 = BRW_VE1_COMPONENT_STORE_SRC; in gen8_emit_vertices() local 235 comp3 = BRW_VE1_COMPONENT_STORE_0; in gen8_emit_vertices() 237 comp3 = BRW_VE1_COMPONENT_STORE_1_INT; in gen8_emit_vertices() 239 comp3 = BRW_VE1_COMPONENT_STORE_1_FLT; in gen8_emit_vertices() 265 comp3 = BRW_VE1_COMPONENT_NOSTORE; in gen8_emit_vertices() 276 (comp3 << BRW_VE1_COMPONENT_3_SHIFT)); in gen8_emit_vertices()
|
D | brw_draw_upload.c | 1002 uint32_t comp3 = BRW_VE1_COMPONENT_STORE_SRC; in brw_emit_vertices() local 1034 case 3: comp3 = input->glarray->Integer in brw_emit_vertices() 1056 (comp3 << BRW_VE1_COMPONENT_3_SHIFT)); in brw_emit_vertices() 1061 (comp3 << BRW_VE1_COMPONENT_3_SHIFT) | in brw_emit_vertices() 1072 uint32_t comp3 = BRW_VE1_COMPONENT_STORE_0; in brw_emit_vertices() local 1084 comp3 = BRW_VE1_COMPONENT_STORE_IID; in brw_emit_vertices() 1089 (comp3 << BRW_VE1_COMPONENT_3_SHIFT); in brw_emit_vertices()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPI.java | 326 java.math.MathContext comp3 = new java.math.MathContext(3, java.math.RoundingMode.DOWN); in testJB4971() local 327 decfmt.setMathContext(comp3); in testJB4971() 329 if ((comp3.getPrecision() != result.getPrecision()) || in testJB4971() 330 (comp3.getRoundingMode() != result.getRoundingMode())) in testJB4971() 333 " / expected: " + comp3.toString()); in testJB4971()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPI.java | 327 java.math.MathContext comp3 = new java.math.MathContext(3, java.math.RoundingMode.DOWN); in testJB4971() local 328 decfmt.setMathContext(comp3); in testJB4971() 330 if ((comp3.getPrecision() != result.getPrecision()) || in testJB4971() 331 (comp3.getRoundingMode() != result.getRoundingMode())) in testJB4971() 334 " / expected: " + comp3.toString()); in testJB4971()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | sad_msa.c | 1212 v16u8 comp0, comp1, comp2, comp3; in avgsad_64width_msa() local 1226 comp1, comp2, comp3); in avgsad_64width_msa() 1228 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa() 1237 comp1, comp2, comp3); in avgsad_64width_msa() 1239 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa() 1248 comp1, comp2, comp3); in avgsad_64width_msa() 1250 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa() 1259 comp1, comp2, comp3); in avgsad_64width_msa() 1261 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | StoreTile.h | 627 …simd16scalar comp3 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<DstFormat>… 642 comp3 = _simd16_max_ps(comp3, zero); 643 comp3 = _simd16_min_ps(comp3, ones); 657 comp3 = _simd16_mul_ps(comp3, _simd16_set1_ps(FormatTraits<DstFormat>::fromFloat(3))); 663 simd16scalari src3 = _simd16_cvtps_epi32(comp3); // padded byte aaaaaaaaaaaaaaaa
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_traits.h | 38 template<UINT comp0 = 0, uint32_t comp1 = 0, uint32_t comp2 = 0, uint32_t comp3 = 0> 44 static const uint32_t s[4] = { comp0, comp1, comp2, comp3 }; in swizzle()
|
/external/llvm/test/CodeGen/X86/ |
D | block-placement.ll | 404 %comp3 = icmp eq i32 undef, 1769472 405 br i1 %comp3, label %loop.end, label %loop.inner2.begin
|