HomeSort by relevance Sort by last modified time
    Searched refs:RC_OMOD_DISABLE (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_constants.h 186 RC_OMOD_DISABLE
r300_fragprog_emit.c 283 * According to the r300 docs, there is no RC_OMOD_DISABLE for r300 */
285 if (inst->RGB.Omod == RC_OMOD_DISABLE) {
286 rc_error(&c->Base, "RC_OMOD_DISABLE not supported");
292 if (inst->Alpha.Omod == RC_OMOD_DISABLE) {
293 rc_error(&c->Base, "RC_OMOD_DISABLE not supported");
radeon_compiler.c 394 tmp->U.P.RGB.Omod != RC_OMOD_DISABLE) {
398 tmp->U.P.Alpha.Omod != RC_OMOD_DISABLE) {
radeon_program_print.c 65 case RC_OMOD_DISABLE:
radeon_optimize.c 707 rc_omod_op omod_op = RC_OMOD_DISABLE;

Completed in 294 milliseconds