Searched refs:falign (Results 1 – 3 of 3) sorted by relevance
8 mprotect04: CFLAGS += -falign-functions=64
2178 unsigned falign = fields[i].type->std140_base_alignment(field_row_major); in get_explicit_std140_type() local2193 offset = glsl_align(offset, falign); in get_explicit_std140_type()2536 unsigned falign = fields[i].type->std430_base_alignment(field_row_major); in get_explicit_std430_type() local2551 offset = glsl_align(offset, falign); in get_explicit_std430_type()
6970 check_cflags -falign-stack=maintain-16-byte ||