Home
last modified time | relevance | path

Searched refs:bcol (Results 1 – 9 of 9) sorted by relevance

/external/libkmsxx/kms++util/src/
Dcolorbar.cpp41 RGB bcol = colors32[y * ARRAY_SIZE(colors32) / buf.height()]; in drm_draw_color_bar_rgb888() local
50 line[x] = bcol.argb8888(); in drm_draw_color_bar_rgb888()
59 uint16_t bcol = colors16[y * ARRAY_SIZE(colors16) / buf.height()]; in drm_draw_color_bar_rgb565() local
68 line[x] = bcol; in drm_draw_color_bar_rgb565()
87 unsigned int bcol = colors[y * ARRAY_SIZE(colors) / buf.height()]; in drm_draw_color_bar_semiplanar_yuv() local
96 line[x] = bcol; in drm_draw_color_bar_semiplanar_yuv()
/external/eigen/unsupported/Eigen/src/SparseExtra/
DBlockSparseMatrix.h320 BlockSparseMatrix(Index brow, Index bcol)
321 : m_innerBSize(IsColMajor ? brow : bcol),
322 m_outerBSize(IsColMajor ? bcol : brow),
538 inline void resize(Index brow, Index bcol)
540 m_innerBSize = IsColMajor ? brow : bcol;
541 m_outerBSize = IsColMajor ? bcol : brow;
806 Ref<BlockScalar> coeffRef(Index brow, Index bcol)
809 eigen_assert(bcol < blockCols() && "BLOCK nzblocksFlagCOLUMN OUT OF BOUNDS");
811 StorageIndex rsize = IsColMajor ? blockInnerSize(brow): blockOuterSize(bcol);
812 StorageIndex csize = IsColMajor ? blockOuterSize(bcol) : blockInnerSize(brow);
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.h45 unsigned bcol; member
Dnv30_state.c290 const struct pipe_blend_color *bcol) in nv30_set_blend_color() argument
294 nv30->blend_colour = *bcol; in nv30_set_blend_color()
Dnv30_fragtex.c138 PUSH_DATA (push, ss->bcol); in nv30_fragtex_validate()
Dnv30_texture.c147 so->bcol = (float_to_ubyte(cso->border_color.f[3]) << 24) | in nv30_sampler_state_create()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c913 const struct pipe_blend_color *bcol) in nv50_set_blend_color() argument
917 nv50->blend_colour = *bcol; in nv50_set_blend_color()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c781 const struct pipe_blend_color *bcol) in nvc0_set_blend_color() argument
785 nvc0->blend_colour = *bcol; in nvc0_set_blend_color()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c2627 unsigned bcol = TGSI_SEMANTIC_BCOLOR; in si_emit_spi_map() local
2633 radeon_emit(cs, si_get_ps_input_cntl(sctx, vs, bcol, in si_emit_spi_map()