HomeSort by relevance Sort by last modified time
    Searched refs:chans (Results 1 - 22 of 22) sorted by null

  /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;
  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 450 int p2p_channel_select(struct p2p_channels *chans, const int *classes,
456 for (i = 0; i < chans->reg_classes; i++) {
457 struct p2p_reg_class *c = &chans->reg_class[i];
481 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class,
488 if (p2p_channels_includes(chans, 81, 1))
490 if (p2p_channels_includes(chans, 81, 6))
492 if (p2p_channels_includes(chans, 81, 11))
p2p_i.h 618 int p2p_channel_select(struct p2p_channels *chans, const int *classes,
620 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class,
  /pdk/apps/CameraITS/pymodules/its/
image.py 462 chans = img.shape[2]
463 for i in xrange(chans):
477 chans = img.shape[2]
478 for i in xrange(chans):
501 (h, w, chans) = img.shape
502 if chans == 3:
504 elif chans == 1:
528 h,w,chans = img.shape
535 for i in xrange(chans):
536 ch = img.reshape(h*w*chans)[i::chans].reshape(h,w
    [all...]
  /bionic/libc/kernel/uapi/linux/
ipmi.h 134 unsigned int chans; member in struct:ipmi_cmdspec_chans
  /development/ndk/platforms/android-L/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.
  /frameworks/av/media/libstagefright/webm/
WebmElement.h 51 int chans,
WebmElement.cpp 306 int chans,
328 audioInfo.push_back(new WebmUnsigned(kMkvChannels, chans));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
ipmi.h 134 unsigned int chans; member in struct:ipmi_cmdspec_chans
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
ipmi.h 134 unsigned int chans; member in struct:ipmi_cmdspec_chans
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
ipmi.h 134 unsigned int chans; member in struct:ipmi_cmdspec_chans
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 274 const char * chans = "XYZW"; local
293 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...]

Completed in 1104 milliseconds