Lines Matching refs:pProperties
718 VkExtensionProperties* pProperties) {
774 if (pPropertyCount && pProperties) {
776 pProperties[i] = filteredExts[i];
789 VkExtensionProperties* pProperties) {
899 if (pPropertyCount && pProperties) {
901 pProperties[i] = filteredExts[i];
1078 VkAndroidHardwareBufferPropertiesANDROID* pProperties) {
1081 device, buffer, pProperties);
1160 VkMemoryZirconHandlePropertiesFUCHSIA* pProperties) {
1164 if (pProperties->sType != VK_STRUCTURE_TYPE_TEMP_MEMORY_ZIRCON_HANDLE_PROPERTIES_FUCHSIA) {
1179 pProperties->memoryTypeBits = 0;
1183 pProperties->memoryTypeBits |= 1ull << i;
1352 VkBufferCollectionPropertiesFUCHSIA* pProperties) {
1364 pProperties->count = info.buffer_count;
1377 pProperties->memoryTypeBits = 0;
1381 pProperties->memoryTypeBits |= 1ull << i;
3299 VkExtensionProperties* pProperties) {
3301 context, input_result, pLayerName, pPropertyCount, pProperties);
3310 VkExtensionProperties* pProperties) {
3312 context, input_result, physicalDevice, pLayerName, pPropertyCount, pProperties);
3598 VkMemoryZirconHandlePropertiesFUCHSIA* pProperties) {
3600 context, input_result, device, handleType, handle, pProperties);
3652 VkBufferCollectionPropertiesFUCHSIA* pProperties) {
3654 context, input_result, device, collection, pProperties);
3662 VkAndroidHardwareBufferPropertiesANDROID* pProperties) {
3664 context, input_result, device, buffer, pProperties);