HomeSort by: relevance | last modified time | path
    Searched refs:rt_scratch_bos (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_cmd_buffer.c 1642 assert(bucket < ARRAY_SIZE(device->rt_scratch_bos));
1644 struct anv_bo *bo = p_atomic_read(&device->rt_scratch_bos[bucket]);
1658 bo = p_atomic_cmpxchg(&device->rt_scratch_bos[bucket], NULL, new_bo);
anv_device.c 3241 memset(device->rt_scratch_bos, 0, sizeof(device->rt_scratch_bos));
3343 for (unsigned i = 0; i < ARRAY_SIZE(device->rt_scratch_bos); i++) {
3344 if (device->rt_scratch_bos[i] != NULL)
3345 anv_device_release_bo(device, device->rt_scratch_bos[i]);
anv_private.h 1212 struct anv_bo *rt_scratch_bos[16]; member in struct:anv_device

Completed in 13 milliseconds