Searched refs:fence_info (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Ddeadlock_tests.c301 ibs_request.fence_info.handle = NULL;
397 ibs_request.fence_info.handle = NULL;
478 ibs_request.fence_info.handle = NULL;
652 ibs_request.fence_info.handle = NULL;
H A Dbasic_tests.c912 ibs_request.fence_info.handle = NULL;
1003 ibs_request.fence_info.handle = NULL;
1269 ibs_request[0].fence_info.handle = NULL;
1286 ibs_request[1].fence_info.handle = NULL;
1310 ibs_request[0].fence_info.handle = NULL;
1327 ibs_request[1].fence_info.handle = NULL;
1404 ibs_request.fence_info.handle = NULL;
1512 ibs_request->fence_info.handle = NULL;
2140 ibs_request[i].fence_info.handle = NULL;
2408 ibs_request.fence_info
[all...]
H A Dvm_tests.c156 ibs_request.fence_info.handle = NULL;
H A Damdgpu_stress.c237 ibs_request.fence_info.handle = NULL;
H A Dcp_dma_tests.c235 ibs_request.fence_info.handle = NULL;
H A Dcs_tests.c172 ibs_request.fence_info.handle = NULL;
H A Djpeg_tests.c255 ibs_request.fence_info.handle = NULL;
H A Dshader_test_util.c647 ibs_request.fence_info.handle = NULL;
781 ibs_request.fence_info.handle = NULL;
1863 ibs_request.fence_info.handle = NULL;
2078 ibs_request.fence_info.handle = NULL;
H A Duvd_enc_tests.c173 ibs_request.fence_info.handle = NULL;
H A Dvce_tests.c216 ibs_request.fence_info.handle = NULL;
H A Dvcn_tests.c403 ibs_request.fence_info.handle = NULL;
/xsrc/external/mit/libdrm/dist/amdgpu/
H A Damdgpu_cs.c277 user_fence = (ibs_request->fence_info.handle != NULL);
319 chunk_data[i].fence_data.handle = ibs_request->fence_info.handle->handle;
322 ibs_request->fence_info.offset * sizeof(uint64_t);
953 drm_public void amdgpu_cs_chunk_fence_info_to_data(struct amdgpu_cs_fence_info *fence_info, argument
956 data->fence_data.handle = fence_info->handle->handle;
957 data->fence_data.offset = fence_info->offset * sizeof(uint64_t);
H A Damdgpu.h388 struct amdgpu_cs_fence_info fence_info; member in struct:amdgpu_cs_request
1025 * The caller can specify the user fence buffer/location with the fence_info in the
1927 void amdgpu_cs_chunk_fence_info_to_data(struct amdgpu_cs_fence_info *fence_info,
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_device.c61 const VkFenceCreateInfo fence_info = { local in function:vn_queue_init
68 VkResult result = vn_CreateFence(vn_device_to_handle(dev), &fence_info,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c145 struct amdgpu_cs_fence_info fence_info; member in struct:radv_amdgpu_cs_request
882 request.fence_info = radv_set_cs_fence(ctx, cs0->hw_ip, queue_idx);
968 request.fence_info = radv_set_cs_fence(ctx, cs0->hw_ip, queue_idx);
1161 request.fence_info = radv_set_cs_fence(ctx, cs0->hw_ip, queue_idx);
1416 user_fence = (request->fence_info.handle != NULL);
1450 amdgpu_cs_chunk_fence_info_to_data(&request->fence_info,
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp385 VkFenceCreateInfo fence_info = {}; local in function:new_queue_data
386 fence_info.sType = VK_STRUCTURE_TYPE_FENCE_CREATE_INFO;
387 fence_info.flags = VK_FENCE_CREATE_SIGNALED_BIT;
389 &fence_info,
535 VkFenceCreateInfo fence_info = {}; local in function:get_overlay_draw
536 fence_info.sType = VK_STRUCTURE_TYPE_FENCE_CREATE_INFO;
538 &fence_info,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.c946 struct amdgpu_cs_fence_info fence_info; local in function:amdgpu_cs_create
947 fence_info.handle = cs->ctx->user_fence_bo;
948 fence_info.offset = cs->ring_type;
949 amdgpu_cs_chunk_fence_info_to_data(&fence_info, (void*)&cs->fence_chunk);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.c972 struct amdgpu_cs_fence_info fence_info; local in function:amdgpu_cs_create
973 fence_info.handle = cs->ctx->user_fence_bo;
974 fence_info.offset = cs->ring_type * 4;
975 amdgpu_cs_chunk_fence_info_to_data(&fence_info, (void*)&cs->fence_chunk);
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common.c677 const VkFenceCreateInfo fence_info = { local in function:wsi_common_queue_present
682 result = wsi->CreateFence(device, &fence_info,
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp394 VkFenceCreateInfo fence_info = {}; local in function:new_queue_data
395 fence_info.sType = VK_STRUCTURE_TYPE_FENCE_CREATE_INFO;
396 fence_info.flags = VK_FENCE_CREATE_SIGNALED_BIT;
398 &fence_info,
543 VkFenceCreateInfo fence_info = {}; local in function:get_overlay_draw
544 fence_info.sType = VK_STRUCTURE_TYPE_FENCE_CREATE_INFO;
546 &fence_info,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c1525 struct amdgpu_cs_fence_info fence_info; local in function:radv_amdgpu_cs_submit
1526 fence_info.handle = radv_amdgpu_winsys_bo(ctx->fence_bo)->bo;
1527 fence_info.offset = (request->ip_type * MAX_RINGS_PER_TYPE + request->ring) * sizeof(uint64_t);
1528 amdgpu_cs_chunk_fence_info_to_data(&fence_info, &chunk_data[i]);
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common.c1014 const VkFenceCreateInfo fence_info = { local in function:wsi_common_queue_present
1019 result = wsi->CreateFence(device, &fence_info,

Completed in 42 milliseconds