Searched refs:passthrough_program (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c67 static unsigned passthrough_program[] = variable
132 fs->program = (uint *) MALLOC(sizeof(passthrough_program));
135 memcpy(fs->program, passthrough_program, sizeof(passthrough_program));
137 fs->program_len = ARRAY_SIZE(passthrough_program);

Completed in 164 milliseconds