Searched refs:brw_math_function (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_shader.h | 32 uint32_t brw_math_function(enum opcode op);
|
D | brw_fs_emit.cpp | 174 brw_math_function(inst->opcode), in generate_math1_gen7() 187 brw_math2(p, dst, brw_math_function(inst->opcode), src0, src1); in generate_math2_gen7() 195 int op = brw_math_function(inst->opcode); in generate_math1_gen6() 223 int op = brw_math_function(inst->opcode); in generate_math2_gen6() 242 int op = brw_math_function(inst->opcode); in generate_math_gen4()
|
D | brw_vec4_emit.cpp | 264 brw_math_function(inst->opcode), in generate_math1_gen4() 292 brw_math_function(inst->opcode), in generate_math1_gen6() 308 brw_math_function(inst->opcode), in generate_math2_gen7() 327 brw_math_function(inst->opcode), in generate_math2_gen6() 359 brw_math_function(inst->opcode), in generate_math2_gen4()
|
D | brw_shader.cpp | 274 brw_math_function(enum opcode op) in brw_math_function() function
|