Searched refs:bSize (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c51 const GLuint bSize = ctx->PixelMaps.BtoB.Size; local in function:load_color_map_texture
74 rgba[2] = ctx->PixelMaps.BtoB.Map[j * bSize / texSize];
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c51 const GLuint bSize = ctx->PixelMaps.BtoB.Size; local in function:load_color_map_texture
74 rgba[2] = ctx->PixelMaps.BtoB.Map[j * bSize / texSize];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp1093 constexpr bool bSize = (sizeof(T) == sizeof(uint16_t)); local in function:FetchJit::GetSimdValidIndicesHelper
1094 if (bSize)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp1173 constexpr bool bSize = (sizeof(T) == sizeof(uint16_t)); local in function:FetchJit::GetSimdValidIndicesHelper
1174 if (bSize)

Completed in 9 milliseconds