Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c52 static unsigned passthrough_decl[] = variable
132 fs->decl = (uint *) MALLOC(sizeof(passthrough_decl)); in i915_use_passthrough_shader()
135 memcpy(fs->decl, passthrough_decl, sizeof(passthrough_decl)); in i915_use_passthrough_shader()
137 fs->decl_len = Elements(passthrough_decl); in i915_use_passthrough_shader()