Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_shader.h247 uint32_t brw_math_function(enum opcode op);
Dbrw_vec4_generator.cpp38 brw_math_function(inst->opcode), in generate_math1_gen4()
68 gen6_math(p, dst, brw_math_function(inst->opcode), src0, src1); in generate_math_gen6()
100 brw_math_function(inst->opcode), in generate_math2_gen4()
1739 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], in generate_code()
1753 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]); in generate_code()
Dbrw_fs_generator.cpp1910 gen6_math(p, dst, brw_math_function(inst->opcode), in generate_code()
1916 brw_math_function(inst->opcode), in generate_code()
1929 gen6_math(p, dst, brw_math_function(inst->opcode), src[0], src[1]); in generate_code()
1933 gen4_math(p, dst, brw_math_function(inst->opcode), in generate_code()
Dbrw_shader.cpp99 brw_math_function(enum opcode op) in brw_math_function() function