Home
last modified time | relevance | path

Searched refs:SHADER_OPCODE_COS (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.cpp209 opcode == SHADER_OPCODE_COS || in is_math()
234 case SHADER_OPCODE_COS: in implied_mrf_writes()
Dbrw_shader.cpp291 case SHADER_OPCODE_COS: in brw_math_function()
Dbrw_fs_schedule_instructions.cpp93 case SHADER_OPCODE_COS: in schedule_node()
Dbrw_fs.cpp199 opcode == SHADER_OPCODE_COS || in is_math()
399 case SHADER_OPCODE_COS: in implied_mrf_writes()
797 case SHADER_OPCODE_COS: in emit_math()
Dbrw_defines.h659 SHADER_OPCODE_COS, enumerator
Dbrw_vec4_emit.cpp725 case SHADER_OPCODE_COS: in generate_vs_instruction()
Dbrw_fs_emit.cpp925 case SHADER_OPCODE_COS: in generate_code()
Dbrw_vec4_visitor.cpp266 case SHADER_OPCODE_COS: in emit_math()
1100 emit_math(SHADER_OPCODE_COS, result_dst, op[0]); in visit()
Dbrw_fs_visitor.cpp344 emit_math(SHADER_OPCODE_COS, this->result, op[0]); in visit()