OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_chan
(Results
1 - 3
of
3
) sorted by null
/external/qemu/hw/
dma.c
151
static uint32_t
read_chan
(void *opaque, uint32_t nport)
function
169
ldebug ("
read_chan
%#x -> %d\n", iport, val);
478
register_ioport_read (base + (i << dshift), 1, 1,
read_chan
, d);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c
818
unsigned int
read_chan
= RC_SWIZZLE_UNUSED;
local
853
if (
read_chan
== RC_SWIZZLE_UNUSED) {
854
read_chan
= swz;
855
} else if (
read_chan
!= swz) {
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c
818
unsigned int
read_chan
= RC_SWIZZLE_UNUSED;
local
853
if (
read_chan
== RC_SWIZZLE_UNUSED) {
854
read_chan
= swz;
855
} else if (
read_chan
!= swz) {
[
all
...]
Completed in 596 milliseconds