Home
last modified time | relevance | path

Searched defs:properties (Results 451 - 475 of 630) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c201 unsigned properties[TGSI_PROPERTY_COUNT]; member
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp301 cl_context clCreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_device_id *devices, in clCreateContext() argument
312 cl_context clCreateContextFromType(const cl_context_properties *properties, cl_device_type device_type, in clCreateContextFromType() argument
719 cl_command_queue clCreateCommandQueue(cl_context context, cl_device_id device, cl_command_queue_properties properties, in clCreateCommandQueue() argument
819 clCreateCommandQueueWithProperties(cl_context context, cl_device_id device, const cl_queue_properties *properties, cl_int *errcode_ret) clCreateCommandQueueWithProperties() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1177 void checkGlobalPriorityProperties(const VkQueueFamilyGlobalPriorityPropertiesEXT& properties) in checkGlobalPriorityProperties() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp608 VkPhysicalDeviceProperties2 properties; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp173 VkCooperativeMatrixPropertiesKHR convertCooperativeMatrixProperties (const VkCooperativeMatrixPropertiesNV& properties) in convertCooperativeMatrixProperties() argument
192 convertCooperativeMatrixProperties(const std::vector <VkCooperativeMatrixPropertiesNV>& properties) convertCooperativeMatrixProperties() argument
203 getCooperativeMatrixPropertiesAll(Context& context, std::vector<T>& properties) getCooperativeMatrixPropertiesAll() argument
225 std::vector<VkCooperativeMatrixPropertiesKHR> properties; getCooperativeMatrixPropertiesConverted() local
349 std::vector<VkCooperativeMatrixPropertiesKHR> properties = getCooperativeMatrixPropertiesConverted(context, isKhr(m_data.useType)); checkSupport() local
997 std::vector<VkCooperativeMatrixPropertiesKHR> properties = getCooperativeMatrixPropertiesConverted(m_context, isKhr(m_data.useType)); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp258 const vector<vk::VkPhysicalDeviceGroupProperties> properties = enumeratePhysicalDeviceGroups(instanceDriver, m_instanceWrapper->instance); in init() local
803 VkImageFormatProperties properties; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp951 VkPhysicalDeviceProperties properties; in iterate() local
1000 VkPhysicalDeviceProperties properties; in iterate() local
H A DvktMemoryDeviceMemoryReportTests.cpp2045 VkExternalBufferProperties properties = in checkBufferSupport() local
H A DvktMemoryExternalMemoryHostTests.cpp70 void checkExternalMemoryProperties (const vk::VkExternalMemoryProperties& properties) in checkExternalMemoryProperties() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp206 VkPhysicalDeviceProperties2 properties; in checkSupport() local
1088 VkPhysicalDeviceProperties2 properties; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTests.cpp1105 const auto& properties = context.getDeviceProperties(); in checkSupport() local
H A DvktMeshShaderBuiltinTestsEXT.cpp1255 const auto& properties = context.getDeviceProperties(); in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1345 VkPhysicalDeviceProperties2 properties = in test() local
H A DvktPipelineMultisampleShaderBuiltInTests.cpp1217 const auto properties = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, kImageFormat); in checkSupport() local
1570 const auto properties = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, kImageFormat); in checkSupport() local
H A DvktPipelineRenderToImageTests.cpp714 const VkFormatProperties properties = getPhysicalDeviceFormatProperties(vki, physDevice, format); in isDepthStencilFormatSupported() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp730 std::vector<vk::VkQueueFamilyProperties> properties; in executeSwapchainParameterCases() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp991 VkPhysicalDeviceProperties2 properties = {}; in checkSupport() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingTests.cpp522 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, formatList[i]); in getSupportedStencilFormat() local
H A DvktDynamicRenderingUnusedAttachmentsTests.cpp74 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, format); in chooseDepthStencilFormat() local
457 const auto& properties = context.getDeviceProperties(); in checkSupport() local
H A DvktRenderPassLoadStoreOpNoneTests.cpp470 VkImageFormatProperties properties; in checkSupport() local
H A DvktRenderPassMultisampleResolveTests.cpp2980 const vk::VkPhysicalDeviceProperties properties = vk::getPhysicalDeviceProperties(vki, physicalDevice); in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp229 vk::VkExternalBufferProperties properties = in NotSupportedChecker() local
265 vk::VkExternalSemaphoreProperties properties = in NotSupportedChecker() local
953 getFamilyIndices(const std::vector<vk::VkQueueFamilyProperties>& properties) getFamilyIndices() argument
[all...]
H A DvktSynchronizationNoneStageTests.cpp1379 VkImageFormatProperties properties; in checkSupport() local
H A DvktSynchronizationSignalOrderTests.cpp532 VkExternalSemaphoreProperties properties = in QueueSubmitSignalOrderSharedTestInstance() local
1023 VkExternalBufferProperties properties = in isResourceExportable() local
H A DvktSynchronizationTimelineSemaphoreTests.cpp94 VkPhysicalDeviceProperties2 properties; in getMaxTimelineSemaphoreValueDifference() local

Completed in 75 milliseconds

1...<<11121314151617181920>>...26