OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chans
(Results
1 - 15
of
15
) sorted by null
/external/mesa3d/src/glsl/
ir_validate.cpp
485
unsigned int
chans
[4] = {ir->mask.x, ir->mask.y, ir->mask.z, ir->mask.w};
local
488
if (
chans
[i] >= ir->val->type->vector_elements) {
opt_copy_propagation_elements.cpp
211
int
chans
;
local
226
chans
= swizzle->type->vector_elements;
236
chans
= deref_var->type->vector_elements;
251
for (int c = 0; c <
chans
; c++) {
263
for (int c = 1; c <
chans
; c++) {
282
chans
);
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp
68
int
chans
= 8;
local
73
this->latency = 1 *
chans
* math_latency;
76
this->latency = 2 *
chans
* math_latency;
82
this->latency = 3 *
chans
* math_latency;
87
this->latency = 4 *
chans
* math_latency;
90
this->latency = 8 *
chans
* math_latency;
95
this->latency = 5 *
chans
* math_latency;
/bionic/libc/kernel/uapi/linux/
ipmi.h
134
unsigned int
chans
;
member in struct:ipmi_cmdspec_chans
/development/ndk/platforms/android-21/include/linux/
ipmi.h
134
unsigned int
chans
;
member in struct:ipmi_cmdspec_chans
/external/kernel-headers/original/uapi/linux/
ipmi.h
369
* else. The
chans
field is a bitmask, (1 << channel) for each channel.
375
unsigned int
chans
;
member in struct:ipmi_cmdspec_chans
381
* - EBUSY - One of the netfn/cmd/
chans
supplied was already in use.
387
* Unregister some netfn/cmd/
chans
. error values:
389
* - ENOENT - None of the netfn/cmd/
chans
were found registered for this user.
/external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp
476
const char *
chans
= "XYZW";
local
495
O << '.' <<
chans
[chan];
local
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ipmi.h
377
* else. The
chans
field is a bitmask, (1 << channel) for each channel.
383
unsigned int
chans
;
member in struct:ipmi_cmdspec_chans
389
* - EBUSY - One of the netfn/cmd/
chans
supplied was already in use.
395
* Unregister some netfn/cmd/
chans
. error values:
397
* - ENOENT - None of the netfn/cmd/
chans
were found registered for this user.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ipmi.h
377
* else. The
chans
field is a bitmask, (1 << channel) for each channel.
383
unsigned int
chans
;
member in struct:ipmi_cmdspec_chans
389
* - EBUSY - One of the netfn/cmd/
chans
supplied was already in use.
395
* Unregister some netfn/cmd/
chans
. error values:
397
* - ENOENT - None of the netfn/cmd/
chans
were found registered for this user.
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
ipmi.h
134
unsigned int
chans
;
member in struct:ipmi_cmdspec_chans
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
ipmi.h
134
unsigned int
chans
;
member in struct:ipmi_cmdspec_chans
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
ipmi.h
134
unsigned int
chans
;
member in struct:ipmi_cmdspec_chans
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
ipmi.h
134
unsigned int
chans
;
member in struct:ipmi_cmdspec_chans
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
ipmi.h
134
unsigned int
chans
;
member in struct:ipmi_cmdspec_chans
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
ipmi.h
134
unsigned int
chans
;
member in struct:ipmi_cmdspec_chans
Completed in 471 milliseconds