Searched refs:HSA_SECTION_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance
138 #define HSA_SECTION_ALIGNMENT 16 macro2558 data_padding = HSA_SECTION_ALIGNMENT in hsa_output_brig()2559 - brig_data.total_size % HSA_SECTION_ALIGNMENT; in hsa_output_brig()2560 code_padding = HSA_SECTION_ALIGNMENT in hsa_output_brig()2561 - brig_code.total_size % HSA_SECTION_ALIGNMENT; in hsa_output_brig()2562 operand_padding = HSA_SECTION_ALIGNMENT in hsa_output_brig()2563 - brig_operand.total_size % HSA_SECTION_ALIGNMENT; in hsa_output_brig()2588 char padding[HSA_SECTION_ALIGNMENT]; in hsa_output_brig()