mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-23 15:39:03 +00:00
Add testing for sync_fd (#1747)
Modify the external semaphore extension test to use SYNC_FD, if available on the device. Deleted tests that are not compatible with blocking semaphores.
This commit is contained in:
committed by
GitHub
parent
e29d0fd3a1
commit
aa23f345c3
@@ -51,6 +51,8 @@ const std::vector<VulkanFormat> getSupportedVulkanFormatList();
|
||||
uint32_t getVulkanFormatElementSize(VulkanFormat format);
|
||||
const char* getVulkanFormatGLSLFormat(VulkanFormat format);
|
||||
const char* getVulkanFormatGLSLTypePrefix(VulkanFormat format);
|
||||
cl_external_semaphore_handle_type_khr getCLSemaphoreTypeFromVulkanType(
|
||||
VulkanExternalSemaphoreHandleType vulkanExternalSemaphoreHandleType);
|
||||
|
||||
std::string prepareVulkanShader(
|
||||
std::string shaderCode,
|
||||
|
||||
Reference in New Issue
Block a user