Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Datifragshader.h44 #define ATI_FRAGMENT_SHADER_SAMPLE_OP 3 macro
Datifragshader.c565 curI->Opcode = ATI_FRAGMENT_SHADER_SAMPLE_OP; in _mesa_SampleMapATI()
/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_tgsi.c331 if (texinst->Opcode == ATI_FRAGMENT_SHADER_SAMPLE_OP) { in compile_setupinst()
563 if (texinst->Opcode == ATI_FRAGMENT_SHADER_SAMPLE_OP) { in st_init_atifs_prog()
/external/mesa3d/src/mesa/swrast/
Ds_atifragshader.c325 else if (texinst->Opcode == ATI_FRAGMENT_SHADER_SAMPLE_OP) in execute_shader()