Searched refs:brw_math_function (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_shader.h100 uint32_t brw_math_function(enum opcode op);
H A Dbrw_vec4_generator.cpp39 brw_math_function(inst->opcode),
69 gfx6_math(p, dst, brw_math_function(inst->opcode), src0, src1);
101 brw_math_function(inst->opcode),
1778 gfx6_math(p, dst, brw_math_function(inst->opcode), src[0],
1793 gfx6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]);
H A Dbrw_fs_generator.cpp2284 gfx6_math(p, dst, brw_math_function(inst->opcode),
2290 brw_math_function(inst->opcode),
2305 gfx6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]);
2309 gfx4_math(p, dst, brw_math_function(inst->opcode),
H A Dbrw_shader.cpp103 brw_math_function(enum opcode op) function in typeref:typename:uint32_t
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_shader.h255 uint32_t brw_math_function(enum opcode op);
H A Dbrw_vec4_generator.cpp38 brw_math_function(inst->opcode),
68 gen6_math(p, dst, brw_math_function(inst->opcode), src0, src1);
100 brw_math_function(inst->opcode),
1738 gen6_math(p, dst, brw_math_function(inst->opcode), src[0],
1752 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]);
H A Dbrw_fs_generator.cpp1962 gen6_math(p, dst, brw_math_function(inst->opcode),
1968 brw_math_function(inst->opcode),
1981 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]);
1985 gen4_math(p, dst, brw_math_function(inst->opcode),
H A Dbrw_shader.cpp103 brw_math_function(enum opcode op) function in typeref:typename:uint32_t

Completed in 18 milliseconds