Searched refs:passthrough_program (Results 1 – 1 of 1) sorted by relevance
56 static unsigned passthrough_program[] = { variable88 fs->program = (uint32_t *)MALLOC(sizeof(passthrough_program)); in i915_use_passthrough_shader()90 memcpy(fs->program, passthrough_program, sizeof(passthrough_program)); in i915_use_passthrough_shader()91 fs->program_len = ARRAY_SIZE(passthrough_program); in i915_use_passthrough_shader()