Lines Matching refs:tmp_count
210 tmp_count = ctypes.c_uint32()
215 enumerate_instance_layer_properties(tmp_count, None)
217 tmp_count, (VkLayerProperties * tmp_count.value)())
222 enumerate_device_layer_properties(None, tmp_count, None)
224 None, tmp_count, (VkLayerProperties * tmp_count.value)())
240 props.c_layerName, tmp_count, None)
243 tmp_count,
244 (VkExtensionProperties * tmp_count.value)())
255 None, props.c_layerName, tmp_count, None)
259 tmp_count,
260 (VkExtensionProperties * tmp_count.value)())