OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:column_width
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
intel_tiled_memcpy.c
299
* (x %
column_width
) // position within column
300
* (x /
column_width
) * bytes_per_column // column number * bytes per column
301
* y *
column_width
306
const uint32_t
column_width
= ytile_span;
local
307
const uint32_t bytes_per_column =
column_width
* ytile_height;
324
for (yo = y0 *
column_width
; yo < y1 *
column_width
; yo +=
column_width
) {
403
* (x %
column_width
) // position within column
404
* (x /
column_width
) * bytes_per_column // column number * bytes per colum
410
const uint32_t
column_width
= ytile_span;
local
[
all
...]
/external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c
1163
unsigned
column_width
= 251;
local
[
all
...]
/external/python/cpython2/Lib/lib-tk/
Tix.py
883
def
column_width
(self, col=0, width=None, chars=None):
member in class:HList
[
all
...]
/external/python/cpython3/Lib/tkinter/
tix.py
881
def
column_width
(self, col=0, width=None, chars=None):
member in class:HList
[
all
...]
Completed in 469 milliseconds