Searched refs:empty_cs (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c1920 device->empty_cs[family] = device->ws->cs_create(device->ws, family);
1923 radeon_emit(device->empty_cs[family], PKT3(PKT3_CONTEXT_CONTROL, 1, 0));
1924 radeon_emit(device->empty_cs[family], CONTEXT_CONTROL_LOAD_ENABLE(1));
1925 radeon_emit(device->empty_cs[family], CONTEXT_CONTROL_SHADOW_ENABLE(1));
1928 radeon_emit(device->empty_cs[family], PKT3(PKT3_NOP, 0, 0));
1929 radeon_emit(device->empty_cs[family], 0);
1932 device->ws->cs_finalize(device->empty_cs[family]);
2004 if (device->empty_cs[i])
2005 device->ws->cs_destroy(device->empty_cs[i]);
2895 &queue->device->empty_cs[queu
[all...]
H A Dradv_private.h682 struct radeon_cmdbuf *empty_cs[RADV_MAX_QUEUE_FAMILIES]; member in struct:radv_device
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c3212 device->empty_cs[family] = device->ws->cs_create(device->ws, family);
3213 if (!device->empty_cs[family])
3218 radeon_emit(device->empty_cs[family], PKT3(PKT3_CONTEXT_CONTROL, 1, 0));
3219 radeon_emit(device->empty_cs[family], CC0_UPDATE_LOAD_ENABLES(1));
3220 radeon_emit(device->empty_cs[family], CC1_UPDATE_SHADOW_ENABLES(1));
3223 radeon_emit(device->empty_cs[family], PKT3(PKT3_NOP, 0, 0));
3224 radeon_emit(device->empty_cs[family], 0);
3228 result = device->ws->cs_finalize(device->empty_cs[family]);
3317 if (device->empty_cs[i])
3318 device->ws->cs_destroy(device->empty_cs[
[all...]
H A Dradv_private.h736 struct radeon_cmdbuf *empty_cs[RADV_MAX_QUEUE_FAMILIES]; member in struct:radv_device

Completed in 25 milliseconds