Lines Matching defs:memory
544 /* emit program binary & private memory layout
1272 /* Size of per-primitive alloction in ldlw memory in vec4s. */
1789 /* Disable memory write for dummy mrt because it doesn't get set otherwise */
2382 * Sub-allocating BOs saves memory and also kernel overhead in refcounting of
2483 struct tu_cs_memory memory;
2492 tu_cs_alloc(&pipeline->cs, variant->info.size / 4, 1, &memory);
2494 memcpy(memory.map, variant->bin, variant->info.size);
2495 return memory.iova;
3807 /* Setup private memory. Note that because we're sharing the same private
3808 * memory for all stages, all stages must use the same config, or else
4424 "of loads from global memory to prevent RAW hazard.");