Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Datifragshader.h47 #define ATI_FRAGMENT_SHADER_SAMPLE_OP 3 macro
Datifragshader.c576 curI->Opcode = ATI_FRAGMENT_SHADER_SAMPLE_OP; in _mesa_SampleMapATI()
/external/mesa3d/src/mesa/swrast/
Ds_atifragshader.c339 else if (texinst->Opcode == ATI_FRAGMENT_SHADER_SAMPLE_OP) in execute_shader()