Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor.c398 if (max_native_alu_instructions < GLAMOR_MIN_ALU_INSTRUCTIONS) { in glamor_check_instruction_count()
401 GLAMOR_MIN_ALU_INSTRUCTIONS, max_native_alu_instructions); in glamor_check_instruction_count()
H A Dglamor_priv.h947 #define GLAMOR_MIN_ALU_INSTRUCTIONS 128 /* Minimum required number of native ALU instructions */ macro