Home
last modified time | relevance | path

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

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