/pdk/apps/CameraITS/pymodules/its/ |
image.py | 267 chans = img.shape[2] 268 for i in xrange(chans): 282 chans = img.shape[2] 283 for i in xrange(chans): 306 (h, w, chans) = img.shape 307 if chans == 3: 309 elif chans == 1:
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
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);
|
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) {
|
/external/mesa3d/src/glsl/ |
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);
|
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) {
|
/external/chromium_org/third_party/mesa/src/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;
|
/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;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ipmi.h | 384 * else. The chans field is a bitmask, (1 << channel) for each channel. 391 unsigned int chans; member in struct:ipmi_cmdspec_chans 397 * - EBUSY - One of the netfn/cmd/chans supplied was already in use. 403 * Unregister some netfn/cmd/chans. error values: 405 * - ENOENT - None of the netfn/cmd/chans were found registered for this user.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ipmi.h | 384 * else. The chans field is a bitmask, (1 << channel) for each channel. 391 unsigned int chans; member in struct:ipmi_cmdspec_chans 397 * - EBUSY - One of the netfn/cmd/chans supplied was already in use. 403 * Unregister some netfn/cmd/chans. error values: 405 * - ENOENT - None of the netfn/cmd/chans were found registered for this user.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ipmi.h | 384 * else. The chans field is a bitmask, (1 << channel) for each channel. 391 unsigned int chans; member in struct:ipmi_cmdspec_chans 397 * - EBUSY - One of the netfn/cmd/chans supplied was already in use. 403 * Unregister some netfn/cmd/chans. error values: 405 * - ENOENT - None of the netfn/cmd/chans were found registered for this user.
|
/external/llvm/lib/Target/R600/InstPrinter/ |
AMDGPUInstPrinter.cpp | 154 const char * chans = "XYZW"; local 173 O << "." << chans[chan]; local
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/ |
translate_sse.c | 220 /* this function will load #chans float values, and will 225 * chans < 4 or results are undefined. 231 unsigned chans) 233 switch(chans) 280 unsigned chans) 283 switch(chans) [all...] |
/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_sse.c | 220 /* this function will load #chans float values, and will 225 * chans < 4 or results are undefined. 231 unsigned chans) 233 switch(chans) 280 unsigned chans) 283 switch(chans) [all...] |