Home
last modified time | relevance | path

Searched refs:brw_math_function (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_shader.h32 uint32_t brw_math_function(enum opcode op);
Dbrw_fs_emit.cpp174 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()
Dbrw_vec4_emit.cpp264 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()
Dbrw_shader.cpp274 brw_math_function(enum opcode op) in brw_math_function() function