Searched refs:brw_math_function (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_shader.h | 101 uint32_t brw_math_function(enum opcode op);
|
D | brw_vec4_generator.cpp | 39 brw_math_function(inst->opcode), in generate_math1_gfx4() 69 gfx6_math(p, dst, brw_math_function(inst->opcode), src0, src1); in generate_math_gfx6() 101 brw_math_function(inst->opcode), in generate_math2_gfx4() 1773 gfx6_math(p, dst, brw_math_function(inst->opcode), src[0], in generate_code() 1788 gfx6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]); in generate_code()
|
D | brw_fs_generator.cpp | 2146 gfx6_math(p, dst, brw_math_function(inst->opcode), in generate_code() 2152 brw_math_function(inst->opcode), in generate_code() 2167 gfx6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]); in generate_code() 2171 gfx4_math(p, dst, brw_math_function(inst->opcode), in generate_code()
|
D | brw_shader.cpp | 104 brw_math_function(enum opcode op) in brw_math_function() function
|