Searched refs:brw_math_function (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_shader.h | 97 uint32_t brw_math_function(enum opcode op);
|
D | brw_vec4_generator.cpp | 39 brw_math_function(inst->opcode), in generate_math1_gen4() 69 gen6_math(p, dst, brw_math_function(inst->opcode), src0, src1); in generate_math_gen6() 101 brw_math_function(inst->opcode), in generate_math2_gen4() 1725 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], in generate_code() 1740 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]); in generate_code()
|
D | brw_fs_generator.cpp | 2222 gen6_math(p, dst, brw_math_function(inst->opcode), in generate_code() 2228 brw_math_function(inst->opcode), in generate_code() 2242 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]); in generate_code() 2246 gen4_math(p, dst, brw_math_function(inst->opcode), in generate_code()
|
D | brw_shader.cpp | 103 brw_math_function(enum opcode op) in brw_math_function() function
|