Searched refs:UNIFORM_SLOT_SIZE (Results 1 – 1 of 1) sorted by relevance
1989 #define UNIFORM_SLOT_SIZE 4 macro2009 alignment = MAX2(alignment, UNIFORM_SLOT_SIZE); in mark_uniform_slots_read()2019 align.offset = (i * UNIFORM_SLOT_SIZE) & (align.mul - 1); in mark_uniform_slots_read()2067 inst->src[i].offset / UNIFORM_SLOT_SIZE; in assign_constant_locations()2074 slots_read = DIV_ROUND_UP(inst->src[2].ud, UNIFORM_SLOT_SIZE); in assign_constant_locations()2078 slots_read = DIV_ROUND_UP(bytes_read, UNIFORM_SLOT_SIZE); in assign_constant_locations()2134 unsigned chunk_offset = (u - chunk_start) * UNIFORM_SLOT_SIZE; in assign_constant_locations()2153 assert((align.mul & (UNIFORM_SLOT_SIZE - 1)) == 0); in assign_constant_locations()2154 assert((align.offset & (UNIFORM_SLOT_SIZE - 1)) == 0); in assign_constant_locations()2155 align.mul /= UNIFORM_SLOT_SIZE; in assign_constant_locations()[all …]