Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp2275 #define UNIFORM_SLOT_SIZE 4 macro
2295 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 …]