/third_party/node/deps/v8/src/objects/ |
H A D | keys.cc | 809 int properties = 0; in CommonCopyEnumKeysTo() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_scan.h | 180 unsigned properties[TGSI_PROPERTY_COUNT]; /* index with TGSI_PROPERTY_ */ member
|
/third_party/libabigail/src/ |
H A D | abg-ini.cc | 826 config::section::set_properties(const properties_type& properties) in set_properties() argument 803 section(const string& name, const properties_type& properties) section() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkQueryUtil.cpp | 100 vector<VkPhysicalDeviceGroupProperties> properties; in enumeratePhysicalDeviceGroups() local 118 vector<VkQueueFamilyProperties> properties; in getPhysicalDeviceQueueFamilyProperties() local 192 VkPhysicalDeviceProperties2 properties = initVulkanStructure(&vulkan11properties); getPhysicalDeviceVulkan11Properties() local 202 VkPhysicalDeviceProperties2 properties = initVulkanStructure(&vulkan12properties); getPhysicalDeviceVulkan12Properties() local 230 VkPhysicalDeviceProperties2 properties = initVulkanStructure(&vulkanSC10properties); getPhysicalDeviceVulkanSC10Properties() local 240 VkPhysicalDeviceProperties properties; getPhysicalDeviceProperties() local 250 VkPhysicalDeviceMemoryProperties properties; getPhysicalDeviceMemoryProperties() local 277 VkFormatProperties properties; getPhysicalDeviceFormatProperties() local 287 VkImageFormatProperties properties; getPhysicalDeviceImageFormatProperties() local 299 vector<VkSparseImageFormatProperties> properties; getPhysicalDeviceSparseImageFormatProperties() local 413 vector<VkLayerProperties> properties; enumerateInstanceLayerProperties() local 430 vector<VkExtensionProperties> properties; enumerateInstanceExtensionProperties() local 447 vector<VkLayerProperties> properties; enumerateDeviceLayerProperties() local 464 vector<VkExtensionProperties> properties; enumerateDeviceExtensionProperties() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 614 VkFormatProperties properties; in checkTexelBufferSupport() local 1016 VkFormatProperties properties; in checkSupport() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 235 VkPhysicalDeviceProperties properties; in iterate() local 1021 VkPhysicalDeviceProperties properties; in iterate() local 1105 VkPhysicalDeviceProperties properties; checkSupport() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateInheritanceTests.cpp | 363 VkFormatProperties properties; in makeDepthImageInfo() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 554 bindBufferMemory(const vk::InstanceInterface& vki, const vk::DeviceInterface& vkd, vk::VkPhysicalDevice physicalDevice, vk::VkDevice device, vk::VkBuffer buffer, vk::VkMemoryPropertyFlags properties) bindBufferMemory() argument 604 bindImageMemory(const vk::InstanceInterface& vki, const vk::DeviceInterface& vkd, vk::VkPhysicalDevice physicalDevice, vk::VkDevice device, vk::VkImage image, vk::VkMemoryPropertyFlags properties) bindImageMemory() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemUtils.cpp | 86 std::vector<vk::VkQueueFamilyProperties> properties; in checkProtectedQueueSupport() local 106 std::vector<vk::VkQueueFamilyProperties> properties; in chooseProtectedMemQueueFamilyIndex() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationProvokingVertexTests.cpp | 218 const VkPhysicalDeviceProvokingVertexPropertiesEXT& properties = context.getProvokingVertexPropertiesEXT(); in checkSupport() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildLargeTests.cpp | 464 const vk::VkPhysicalDeviceProperties& properties = m_context.getDeviceProperties(); in checkSupportInInstance() local
|
H A D | vktRayTracingMemGuaranteeTests.cpp | 734 const vk::VkPhysicalDeviceProperties& properties = m_context.getDeviceProperties(); in checkSupportInInstance() local
|
H A D | vktRayTracingWatertightnessTests.cpp | 721 const vk::VkPhysicalDeviceProperties& properties = m_context.getDeviceProperties(); in checkSupportInInstance() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 244 VkImageFormatProperties properties; in checkSupport() local 260 VkImageFormatProperties properties; in checkSupport() local
|
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 244 VkImageFormatProperties properties; in checkFormatSupported() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectRenderingTests.cpp | 817 const vk::VkPhysicalDeviceProperties properties = vk::getPhysicalDeviceProperties(vki, physicalDevice); in checkSupport() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageSparseResidency.cpp | 261 const auto properties = context.getFormatProperties(m_format); in checkSupport() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsSizeControlTests.cpp | 1067 VkPhysicalDeviceProperties2 properties; in testSanitySubgroupSizeProperties() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestPackage.cpp | 227 vk::VkPhysicalDeviceProperties properties; in getPhysicalDeviceProperties() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayTests.cpp | 1855 const VkDisplayPropertiesKHR& properties = properties2.displayProperties; testGetPhysicalDeviceDisplayProperties2KHR() local 1996 const VkDisplayPlanePropertiesKHR& properties = properties2.displayPlaneProperties; testGetPhysicalDeviceDisplayPlaneProperties2KHR() local 2231 const VkDisplayModePropertiesKHR& properties = properties2.displayModeProperties; testGetDisplayModeProperties2KHR() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 612 VkFormatProperties properties; in checkTexelBufferSupport() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 258 VkPhysicalDeviceProperties properties; in iterate() local 1029 VkPhysicalDeviceProperties properties; in iterate() local 1108 VkPhysicalDeviceProperties properties; checkSupport() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateInheritanceTests.cpp | 360 VkFormatProperties properties; in makeDepthImageInfo() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 554 bindBufferMemory(const vk::InstanceInterface& vki, const vk::DeviceInterface& vkd, vk::VkPhysicalDevice physicalDevice, vk::VkDevice device, vk::VkBuffer buffer, vk::VkMemoryPropertyFlags properties) bindBufferMemory() argument 604 bindImageMemory(const vk::InstanceInterface& vki, const vk::DeviceInterface& vkd, vk::VkPhysicalDevice physicalDevice, vk::VkDevice device, vk::VkImage image, vk::VkMemoryPropertyFlags properties) bindImageMemory() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLCommandQueue.cpp | 46 cl_command_queue_properties properties = 0u; in getInfo() local 111 cl_int CommandQueue::setProperty(CommandQueueProperties properties, in setProperty() argument 713 CommandQueue(Context &context, Device &device, PropArray &&propArray, CommandQueueProperties properties, cl_uint size, cl_int &errorCode) CommandQueue() argument 732 CommandQueue(Context &context, Device &device, CommandQueueProperties properties, cl_int &errorCode) CommandQueue() argument [all...] |