Searched refs:UNIFORM_SLOT_SIZE (Results 1 – 1 of 1) sorted by relevance
2275 #define UNIFORM_SLOT_SIZE 4 macro2295 alignment = MAX2(alignment, UNIFORM_SLOT_SIZE); in mark_uniform_slots_read()2305 align.offset = (i * UNIFORM_SLOT_SIZE) & (align.mul - 1); in mark_uniform_slots_read()2354 inst->src[i].offset / UNIFORM_SLOT_SIZE; in assign_constant_locations()2361 slots_read = DIV_ROUND_UP(inst->src[2].ud, UNIFORM_SLOT_SIZE); in assign_constant_locations()2365 slots_read = DIV_ROUND_UP(bytes_read, UNIFORM_SLOT_SIZE); in assign_constant_locations()2421 unsigned chunk_offset = (u - chunk_start) * UNIFORM_SLOT_SIZE; in assign_constant_locations()2440 assert((align.mul & (UNIFORM_SLOT_SIZE - 1)) == 0); in assign_constant_locations()2441 assert((align.offset & (UNIFORM_SLOT_SIZE - 1)) == 0); in assign_constant_locations()2442 align.mul /= UNIFORM_SLOT_SIZE; in assign_constant_locations()[all …]