Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Datifragshader.h44 #define ATI_FRAGMENT_SHADER_SAMPLE_OP 3 macro
Datifragshader.c569 curI->Opcode = ATI_FRAGMENT_SHADER_SAMPLE_OP; in _mesa_SampleMapATI()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_nir.c347 if (texinst->Opcode == ATI_FRAGMENT_SHADER_SAMPLE_OP) { in compile_setupinst()
560 if (texinst->Opcode == ATI_FRAGMENT_SHADER_SAMPLE_OP) { in st_init_atifs_prog()
/third_party/mesa3d/src/mesa/swrast/
Ds_atifragshader.c325 else if (texinst->Opcode == ATI_FRAGMENT_SHADER_SAMPLE_OP) in execute_shader()