Searched refs:col0 (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c31 const int col0 = quad->input.x0 % 32; local in function:stipple_quad
38 if ((stipple0 & (bit31 >> col0)) == 0)
41 if ((stipple0 & (bit30 >> col0)) == 0)
44 if ((stipple1 & (bit31 >> col0)) == 0)
47 if ((stipple1 & (bit30 >> col0)) == 0)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c31 const int col0 = quad->input.x0 % 32; local in function:stipple_quad
38 if ((stipple0 & (bit31 >> col0)) == 0)
41 if ((stipple0 & (bit30 >> col0)) == 0)
44 if ((stipple1 & (bit31 >> col0)) == 0)
47 if ((stipple1 & (bit30 >> col0)) == 0)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_fxt1.c1532 GLuint col0[4]; local in function:fxt1_decode_1ALPHA
1538 col0[BCOMP] = (*(const GLuint *)(code + 11)) >> 6;
1539 col0[GCOMP] = CC_SEL(cc, 99);
1540 col0[RCOMP] = CC_SEL(cc, 104);
1541 col0[ACOMP] = CC_SEL(cc, 119);
1545 col0[BCOMP] = CC_SEL(cc, 64);
1546 col0[GCOMP] = CC_SEL(cc, 69);
1547 col0[RCOMP] = CC_SEL(cc, 74);
1548 col0[ACOMP] = CC_SEL(cc, 109);
1552 b = UP5(col0[BCOM
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_fxt1.c1409 uint32_t col0[4]; local in function:fxt1_decode_1ALPHA
1415 col0[BCOMP] = (*(const uint32_t *)(code + 11)) >> 6;
1416 col0[GCOMP] = CC_SEL(cc, 99);
1417 col0[RCOMP] = CC_SEL(cc, 104);
1418 col0[ACOMP] = CC_SEL(cc, 119);
1422 col0[BCOMP] = CC_SEL(cc, 64);
1423 col0[GCOMP] = CC_SEL(cc, 69);
1424 col0[RCOMP] = CC_SEL(cc, 74);
1425 col0[ACOMP] = CC_SEL(cc, 109);
1429 b = UP5(col0[BCOM
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_span.c325 GLfloat (*col0)[4] = span->array->attribs[VARYING_SLOT_COL0]; local in function:interpolate_float_colors
334 col0[i][0] = UBYTE_TO_FLOAT(span->array->rgba8[i][0]);
335 col0[i][1] = UBYTE_TO_FLOAT(span->array->rgba8[i][1]);
336 col0[i][2] = UBYTE_TO_FLOAT(span->array->rgba8[i][2]);
337 col0[i][3] = UBYTE_TO_FLOAT(span->array->rgba8[i][3]);
349 ASSIGN_4V(col0[i], r, g, b, a);
362 col0[i][0] = r;
363 col0[i][1] = g;
364 col0[i][2] = b;
365 col0[
839 GLfloat (*col0)[4] = span->array->attribs[VARYING_SLOT_COL0]; local in function:add_specular
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_span.c325 GLfloat (*col0)[4] = span->array->attribs[VARYING_SLOT_COL0]; local in function:interpolate_float_colors
334 col0[i][0] = UBYTE_TO_FLOAT(span->array->rgba8[i][0]);
335 col0[i][1] = UBYTE_TO_FLOAT(span->array->rgba8[i][1]);
336 col0[i][2] = UBYTE_TO_FLOAT(span->array->rgba8[i][2]);
337 col0[i][3] = UBYTE_TO_FLOAT(span->array->rgba8[i][3]);
349 ASSIGN_4V(col0[i], r, g, b, a);
362 col0[i][0] = r;
363 col0[i][1] = g;
364 col0[i][2] = b;
365 col0[
839 GLfloat (*col0)[4] = span->array->attribs[VARYING_SLOT_COL0]; local in function:add_specular
[all...]
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_3d.c31 CARD32 col0; member in struct:__anon820a79130108
266 v3d->blendCol0 = vOp->col0 << 4;
575 op->col0 = viaOpCodes[i][1];
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv50_exa.c132 NV50EXASetPattern(PixmapPtr pdpix, int col0, int col1, int pat0, int pat1) argument
137 PUSH_DATA (push, col0);
H A Dnvc0_exa.c134 NVC0EXASetPattern(PixmapPtr pdpix, int col0, int col1, int pat0, int pat1) argument
139 PUSH_DATA (push, col0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c574 LLVMValueRef rgba, a, colors0, colors1, col0, col1, const2; local in function:s3tc_dxt1_full_to_rgba_aos
609 col0 = LLVMBuildAnd(builder, colors, lp_build_const_int_vec(gallivm, type, 0x0000ffff), "");
615 color0 = color_expand_565_to_8888(gallivm, n, col0);
684 sel_mask = lp_build_compare(gallivm, type, PIPE_FUNC_GREATER, col0, col1);
1196 * v01 has col0 in 32bit elem 0, col1 in elem 1.
1435 * col0 will be rgba0, rgba4, rgba8, rgba12, col1 rgba1, rgba5, ...
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c572 LLVMValueRef rgba, a, colors0, colors1, col0, col1, const2; local in function:s3tc_dxt1_full_to_rgba_aos
607 col0 = LLVMBuildAnd(builder, colors, lp_build_const_int_vec(gallivm, type, 0x0000ffff), "");
613 color0 = color_expand_565_to_8888(gallivm, n, col0);
682 sel_mask = lp_build_compare(gallivm, type, PIPE_FUNC_GREATER, col0, col1);
1236 * v01 has col0 in 32bit elem 0, col1 in elem 1.
1475 * col0 will be rgba0, rgba4, rgba8, rgba12, col1 rgba1, rgba5, ...
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1311 void ImGui::ShadeVertsLinearColorGradientKeepAlpha(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, ImVec2 gradient_p0, ImVec2 gradient_p1, ImU32 col0, ImU32 col1) argument
1321 int r = ImLerp((int)(col0 >> IM_COL32_R_SHIFT) & 0xFF, (int)(col1 >> IM_COL32_R_SHIFT) & 0xFF, t);
1322 int g = ImLerp((int)(col0 >> IM_COL32_G_SHIFT) & 0xFF, (int)(col1 >> IM_COL32_G_SHIFT) & 0xFF, t);
1323 int b = ImLerp((int)(col0 >> IM_COL32_B_SHIFT) & 0xFF, (int)(col1 >> IM_COL32_B_SHIFT) & 0xFF, t);
H A Dimgui_internal.h1500 IMGUI_API void ShadeVertsLinearColorGradientKeepAlpha(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, ImVec2 gradient_p0, ImVec2 gradient_p1, ImU32 col0, ImU32 col1);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1311 void ImGui::ShadeVertsLinearColorGradientKeepAlpha(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, ImVec2 gradient_p0, ImVec2 gradient_p1, ImU32 col0, ImU32 col1) argument
1321 int r = ImLerp((int)(col0 >> IM_COL32_R_SHIFT) & 0xFF, (int)(col1 >> IM_COL32_R_SHIFT) & 0xFF, t);
1322 int g = ImLerp((int)(col0 >> IM_COL32_G_SHIFT) & 0xFF, (int)(col1 >> IM_COL32_G_SHIFT) & 0xFF, t);
1323 int b = ImLerp((int)(col0 >> IM_COL32_B_SHIFT) & 0xFF, (int)(col1 >> IM_COL32_B_SHIFT) & 0xFF, t);
H A Dimgui_internal.h1500 IMGUI_API void ShadeVertsLinearColorGradientKeepAlpha(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, ImVec2 gradient_p0, ImVec2 gradient_p1, ImU32 col0, ImU32 col1);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c1917 struct ir3_instruction *col0 = ir3_create_collect(ctx, src0, nsrc0); local in function:emit_tex
1921 samp_tex, col0, col1);
1932 samp_tex, col0, col1);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c2650 struct ir3_instruction *col0 = ir3_create_collect(b, src0, nsrc0); local in function:emit_tex
2669 sam = emit_sam(ctx, opc, info, type, MASK(ncomp), col0, col1);
2684 col0, col1);

Completed in 56 milliseconds