OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bit31
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_stipple.c
19
static const uint
bit31
= 1 << 31;
local
38
if ((stipple0 & (
bit31
>> col0)) == 0)
44
if ((stipple1 & (
bit31
>> col0)) == 0)
/external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_stipple.c
19
static const uint
bit31
= 1 << 31;
local
38
if ((stipple0 & (
bit31
>> col0)) == 0)
44
if ((stipple1 & (
bit31
>> col0)) == 0)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pstipple.c
66
static const uint
bit31
= 1 << 31;
local
84
if (pattern[i] & (
bit31
>> j)) {
/external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c
66
static const uint
bit31
= 1 << 31;
local
84
if (pattern[i] & (
bit31
>> j)) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c
392
static const uint
bit31
= 1 << 31;
local
411
if (stipple[i] & (
bit31
>> j)) {
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c
392
static const uint
bit31
= 1 << 31;
local
411
if (stipple[i] & (
bit31
>> j)) {
Completed in 73 milliseconds