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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_copy_propagation.cpp 51 if (intel->gen == 6 && inst->is_math() &&
brw_fs_schedule_instructions.cpp 488 if (chosen->inst->is_math()) {
492 if (n->inst->is_math())
brw_vec4_copy_propagation.cpp 211 if (intel->gen >= 6 && inst->is_math())
brw_vec4.cpp 201 vec4_instruction::is_math() function in class:brw::vec4_instruction
775 if (scan_inst->is_math()) {
brw_fs.h 155 bool is_math();
brw_vec4.h 198 bool is_math();
brw_fs.cpp 191 fs_inst::is_math() function in class:fs_inst
    [all...]

Completed in 61 milliseconds