Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_shader.h101 uint32_t elk_math_function(enum elk_opcode op);
H A Delk_vec4_generator.cpp40 elk_math_function(inst->opcode), in generate_math1_gfx4()
70 elk_gfx6_math(p, dst, elk_math_function(inst->opcode), src0, src1); in generate_math_gfx6()
103 elk_math_function(inst->opcode), in generate_math2_gfx4()
1779 elk_gfx6_math(p, dst, elk_math_function(inst->opcode), src[0], in generate_code()
1794 elk_gfx6_math(p, dst, elk_math_function(inst->opcode), src[0], src[1]); in generate_code()
H A Delk_fs_generator.cpp1859 elk_gfx6_math(p, dst, elk_math_function(inst->opcode), in generate_code()
1865 elk_math_function(inst->opcode), in generate_code()
1879 elk_gfx6_math(p, dst, elk_math_function(inst->opcode), src[0], src[1]); in generate_code()
1883 elk_gfx4_math(p, dst, elk_math_function(inst->opcode), in generate_code()
H A Delk_shader.cpp86 elk_math_function(enum elk_opcode op) in elk_math_function() function