Home
last modified time | relevance | path

Searched refs:colors0 (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1386 LLVMValueRef colors0[4], colorss[4] = { 0 }; in lp_build_sample_image_linear() local
1474 colors0[chan] = lp_build_mul(coord_bld, w00, in lp_build_sample_image_linear()
1477 colors0[chan] = lp_build_add(coord_bld, tmp, colors0[chan]); in lp_build_sample_image_linear()
1479 colors0[chan] = lp_build_add(coord_bld, tmp, colors0[chan]); in lp_build_sample_image_linear()
1481 colors0[chan] = lp_build_add(coord_bld, tmp, colors0[chan]); in lp_build_sample_image_linear()
1506 colors0[0] = lp_build_and(coord_bld, w00, cmpval00); in lp_build_sample_image_linear()
1508 colors0[ in lp_build_sample_image_linear()
1805 LLVMValueRef colors0[4], colors1[4]; lp_build_sample_mipmap() local
1948 LLVMValueRef colors0[4], colors1[4]; lp_build_sample_mipmap_both() local
2293 LLVMValueRef colors0[4]; lp_build_sample_aniso() local
[all...]
H A Dlp_bld_sample_aos.c961 LLVMValueRef colors0; in lp_build_sample_mipmap() local
982 &colors0); in lp_build_sample_mipmap()
990 &colors0); in lp_build_sample_mipmap()
994 LLVMBuildStore(builder, colors0, colors_var); in lp_build_sample_mipmap()
1091 &colors0, in lp_build_sample_mipmap()
1093 &colors0); in lp_build_sample_mipmap()
1095 LLVMBuildStore(builder, colors0, colors_var); in lp_build_sample_mipmap()
H A Dlp_bld_format_s3tc.c572 LLVMValueRef rgba, a, colors0, colors1, col0, col1, const2; in s3tc_dxt1_full_to_rgba_aos() local
625 colors0 = LLVMBuildBitCast(builder, color0, bld8.vec_type, ""); in s3tc_dxt1_full_to_rgba_aos()
628 lp_build_lerp23(&bld8, colors0, colors1, &color2, &color3); in s3tc_dxt1_full_to_rgba_aos()
647 color2_2 = lp_build_pavgb(&bld8, colors0, colors1); in s3tc_dxt1_full_to_rgba_aos()
665 lp_build_unpack2(gallivm, type8, i16_type, colors0, &v0_lo, &v0_hi); in s3tc_dxt1_full_to_rgba_aos()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DRenderBundleTests.cpp62 float colors0[] = {kColors[0].r / 255.f, kColors[0].g / 255.f, kColors[0].b / 255.f, variable
67 wgpu::Buffer buffer0 = utils::CreateBufferFromData(device, colors0, 4 * sizeof(float),
/third_party/skia/gm/
H A Drectangletexture.cpp70 SkColor colors0[] = {0xFF1060B0, 0xFF102030}; in makeImagePixels() local
72 SkGradientShader::MakeLinear(pts, colors0, nullptr, 2, SkTileMode::kClamp)); in makeImagePixels()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVertexAttributeTest.cpp2184 std::array<GLfloat, 16> colors0 = { in TEST_P() local
2198 glBufferData(GL_ARRAY_BUFFER, colors0.size() * sizeof(GLfloat), colors0.data(), GL_STATIC_DRAW); in TEST_P()

Completed in 16 milliseconds