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
118 fs->decl = (uint *) MALLOC(sizeof(passthrough_decl)); in i915_use_passthrough_shader()
121 memcpy(fs->decl, passthrough_decl, sizeof(passthrough_decl)); in i915_use_passthrough_shader()
123 fs->decl_len = ARRAY_SIZE(passthrough_decl); in i915_use_passthrough_shader()