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.c53 static unsigned passthrough_decl[] = variable
133 fs->decl = (uint *) MALLOC(sizeof(passthrough_decl)); in i915_use_passthrough_shader()
136 memcpy(fs->decl, passthrough_decl, sizeof(passthrough_decl)); in i915_use_passthrough_shader()
138 fs->decl_len = ARRAY_SIZE(passthrough_decl); in i915_use_passthrough_shader()