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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_ir_vec4.h 144 is_uniform(const src_reg &reg) function in namespace:brw
147 (!reg.reladdr || is_uniform(*reg.reladdr));
brw_ir_fs.h 271 is_uniform(const fs_reg &reg) function
brw_vec4_copy_propagation.cpp 331 if (devinfo->gen < 8 && inst->size_written > REG_SIZE && is_uniform(value))
brw_vec4.cpp 802 if (is_uniform(inst->src[0]) ||
    [all...]
brw_fs.cpp     [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 2368 int is_uniform = 0; local
2465 int is_uniform, have_ranges; local
    [all...]

Completed in 174 milliseconds